From 36afaae847135144611962eafd33e9c69ff5e1e2 Mon Sep 17 00:00:00 2001 From: Mathias Kresin Date: Fri, 14 Oct 2016 06:27:14 +0200 Subject: 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 --- .../lantiq/base-files/etc/uci-defaults/03_wireless-wps | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 target/linux/lantiq/base-files/etc/uci-defaults/03_wireless-wps (limited to 'target/linux/lantiq/base-files/etc') 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 e75fb8493f..0000000000 --- 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 -- cgit v1.2.3