Current variant (should build wpantund with wrong permissions)
This commit is contained in:
parent
f9d63e1d32
commit
71e6e2b1ed
File diff suppressed because one or more lines are too long
|
@ -1,3 +1,3 @@
|
||||||
country=GB
|
country=LT
|
||||||
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
|
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
|
||||||
update_config=1
|
update_config=1
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
|
libtool autoconf autoconf-archive
|
||||||
dbus libreadline5
|
dbus libreadline5
|
||||||
#gcc g++ libdbus-1-dev libboost-dev libreadline-dev
|
gcc g++ libdbus-1-dev libboost-dev libreadline-dev
|
||||||
#libtool autoconf autoconf-archive
|
|
||||||
#make
|
#make
|
||||||
|
|
|
@ -26,5 +26,6 @@ on_chroot << EOF
|
||||||
./configure --sysconfdir=/etc
|
./configure --sysconfdir=/etc
|
||||||
make -j3
|
make -j3
|
||||||
make install
|
make install
|
||||||
systemctl disable wpantund
|
|
||||||
EOF
|
EOF
|
||||||
|
# systemctl disable wpantund
|
||||||
|
# EOF
|
||||||
|
|
Loading…
Reference in New Issue
Block a user