mirror of https://github.com/OpenIPC/firmware.git
Add SC2232H as 0xcb07 for ipctool
parent
f4ab8496a1
commit
1ce12bca69
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue