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:
Stephan Raue 2013-07-17 06:17:53 +02:00
parent c28b1501d5
commit 83d79c26e3

View File

@ -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