From 1ce12bca699ddcaa0d4ea77c00c633acb5c230ff Mon Sep 17 00:00:00 2001 From: "Igor Zalatov (from Citadel PC)" Date: Thu, 2 Sep 2021 16:14:14 +0300 Subject: [PATCH] Add SC2232H as 0xcb07 for ipctool --- general/overlay/etc/network/interfaces | 1 + general/package/ipctool/ipctool.mk | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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