[source] lantiq: use wpad-mini for WBMR boards
LEDE Commits
lede-commits at lists.infradead.org
Sat Oct 15 02:06:45 PDT 2016
mkresin pushed a commit to source.git, branch master:
https://git.lede-project.org/36afaae847135144611962eafd33e9c69ff5e1e2
commit 36afaae847135144611962eafd33e9c69ff5e1e2
Author: Mathias Kresin <dev at kresin.me>
AuthorDate: Fri Oct 14 06:27:14 2016 +0200
lantiq: use wpad-mini for WBMR boards
The WBMR boards are the only ones in the whole tree selecting the wpad
and hostapd-utils package by default.
Remove the wps uci-default script as well, there is no obvious reason
why the wps config need to be set only for this board.
Signed-off-by: Mathias Kresin <dev at kresin.me>
---
.../lantiq/base-files/etc/uci-defaults/03_wireless-wps | 16 ----------------
target/linux/lantiq/image/Makefile | 6 ++----
2 files changed, 2 insertions(+), 20 deletions(-)
diff --git a/target/linux/lantiq/base-files/etc/uci-defaults/03_wireless-wps b/target/linux/lantiq/base-files/etc/uci-defaults/03_wireless-wps
deleted file mode 100644
index e75fb84..0000000
--- a/target/linux/lantiq/base-files/etc/uci-defaults/03_wireless-wps
+++ /dev/null
@@ -1,16 +0,0 @@
-. /lib/functions.sh
-. /lib/functions/lantiq.sh
-
-set_wps() {
- uci set wireless.$1.wps_pushbutton=0
- uci set wireless.$1.wps_device_name="OpenWrt - $(lantiq_board_model)"
-}
-
-board=$(lantiq_board_name)
-case $board in
-WBMR)
- config_load wireless
- config_foreach set_wps wifi-iface
- uci commit wireless
- ;;
-esac
diff --git a/target/linux/lantiq/image/Makefile b/target/linux/lantiq/image/Makefile
index 3bb6441..947262a 100644
--- a/target/linux/lantiq/image/Makefile
+++ b/target/linux/lantiq/image/Makefile
@@ -502,8 +502,7 @@ define Device/WBMRA
kmod-ltq-adsl-ar9-mei kmod-ltq-adsl-ar9 \
kmod-ltq-adsl-ar9-fw-a kmod-ltq-atm-ar9 \
ltq-adsl-app ppp-mod-pppoa \
- kmod-ath9k wpad hostapd-utils \
- swconfig
+ kmod-ath9k wpad-mini swconfig
endef
TARGET_DEVICES += WBMRA
@@ -515,8 +514,7 @@ define Device/WBMRB
kmod-ltq-adsl-ar9-mei kmod-ltq-adsl-ar9 \
kmod-ltq-adsl-ar9-fw-b kmod-ltq-atm-ar9 \
ltq-adsl-app ppp-mod-pppoa \
- kmod-ath9k wpad hostapd-utils \
- swconfig
+ kmod-ath9k wpad-mini swconfig
endef
TARGET_DEVICES += WBMRB
More information about the lede-commits
mailing list