Add SC2232H as 0xcb07 for ipctool

pull/55/head
Igor Zalatov (from Citadel PC) 2021-09-02 16:14:14 +03:00
parent f4ab8496a1
commit 1ce12bca69
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -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