mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-18 17:33:31 +00:00
ar71xx: enable 802.11kvr and WPA3
This commit is contained in:
parent
8380473e7b
commit
3599a11eba
@ -19,6 +19,6 @@ include $(INCLUDE_DIR)/target.mk
|
||||
|
||||
DEFAULT_PACKAGES += \
|
||||
kmod-gpio-button-hotplug swconfig \
|
||||
kmod-ath9k wpad-basic uboot-envtools
|
||||
kmod-ath9k wpad-openssl uboot-envtools
|
||||
|
||||
$(eval $(call BuildTarget))
|
||||
|
@ -586,6 +586,9 @@ set_state() {
|
||||
preinit_regular)
|
||||
status_led_blink_preinit_regular
|
||||
;;
|
||||
upgrade)
|
||||
status_led_blink_preinit_regular
|
||||
;;
|
||||
done)
|
||||
status_led_on
|
||||
case $(board_name) in
|
||||
|
Loading…
Reference in New Issue
Block a user