Current variant (should build wpantund with wrong permissions)

pull/114/head
Tomas Markevičius 2017-09-21 17:42:28 +03:00
parent f9d63e1d32
commit 71e6e2b1ed
4 changed files with 7 additions and 6 deletions

File diff suppressed because one or more lines are too long

View File

@ -1,3 +1,3 @@
country=GB
country=LT
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1

View File

@ -1,4 +1,4 @@
libtool autoconf autoconf-archive
dbus libreadline5
#gcc g++ libdbus-1-dev libboost-dev libreadline-dev
#libtool autoconf autoconf-archive
gcc g++ libdbus-1-dev libboost-dev libreadline-dev
#make

View File

@ -26,5 +26,6 @@ on_chroot << EOF
./configure --sysconfdir=/etc
make -j3
make install
systemctl disable wpantund
EOF
# systemctl disable wpantund
# EOF