mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
wpa_supplicant: quote tests and some more variables
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
6387d02b12
commit
8f20b36d86
@ -5,6 +5,6 @@
|
|||||||
cd $PKG_BUILD/$1
|
cd $PKG_BUILD/$1
|
||||||
|
|
||||||
cp $ROOT/$PKG_DIR/config/makefile.config .config
|
cp $ROOT/$PKG_DIR/config/makefile.config .config
|
||||||
[ $DEBUG = no ] && echo "CONFIG_NO_STDOUT_DEBUG=y" >> .config
|
[ "$DEBUG" = "no" ] && echo "CONFIG_NO_STDOUT_DEBUG=y" >> .config
|
||||||
|
|
||||||
make
|
make
|
||||||
|
Loading…
x
Reference in New Issue
Block a user