diff --git a/general/overlay/etc/network/interfaces b/general/overlay/etc/network/interfaces index 966cd64d..376ebae0 100644 --- a/general/overlay/etc/network/interfaces +++ b/general/overlay/etc/network/interfaces @@ -15,6 +15,7 @@ iface wlan0 inet dhcp pre-up echo 0 > /sys/class/gpio/gpio7/value pre-up modprobe mt7601u pre-up wpa_passphrase "SSID" "password" >/tmp/wpa_supplicant.conf + pre-up sed -i '2i \\tscan_ssid=1' /tmp/wpa_supplicant.conf pre-up (sleep 3; wpa_supplicant -B -Dnl80211 -iwlan0 -c/tmp/wpa_supplicant.conf) post-down killall -q wpa_supplicant diff --git a/general/package/ipctool/ipctool.mk b/general/package/ipctool/ipctool.mk index 539d0a77..0cce8072 100644 --- a/general/package/ipctool/ipctool.mk +++ b/general/package/ipctool/ipctool.mk @@ -4,7 +4,7 @@ # ################################################################################ -IPCTOOL_VERSION = 01ebb71de57849754769185e4bf70411de53e3bc +IPCTOOL_VERSION = cfa2c8329419a695e055f2e22d1c37ccd5daa80f IPCTOOL_SITE = $(call github,openipc,ipctool,$(IPCTOOL_VERSION)) IPCTOOL_LICENSE = MIT IPCTOOL_LICENSE_FILES = LICENSE