mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
wpa_supplicant: adapt for new buildsystem changes: replace $ROOT/$PKG_DIR with $PKG_DIR
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
c28b1501d5
commit
83d79c26e3
@ -29,7 +29,7 @@ LDFLAGS="$LDFLAGS -lpthread"
|
||||
|
||||
cd $PKG_BUILD/$1
|
||||
|
||||
cp $ROOT/$PKG_DIR/config/makefile.config .config
|
||||
cp $PKG_DIR/config/makefile.config .config
|
||||
|
||||
# echo "CONFIG_TLS=gnutls" >> .config
|
||||
# echo "CONFIG_GNUTLS_EXTRA=y" >> .config
|
||||
|
Loading…
x
Reference in New Issue
Block a user