forked from Ivasoft/openwrt
lantiq: add support for /tmp/sysinfo
Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 41472
This commit is contained in:
@@ -3,10 +3,10 @@
|
||||
|
||||
set_wps() {
|
||||
uci set wireless.$1.wps_pushbutton=0
|
||||
uci set wireless.$1.wps_device_name="OpenWrt - $(lantiq_board_name)"
|
||||
uci set wireless.$1.wps_device_name="OpenWrt - $(lantiq_board_model)"
|
||||
}
|
||||
|
||||
board=$(lantiq_board_id)
|
||||
board=$(lantiq_board_name)
|
||||
case $board in
|
||||
WBMR)
|
||||
config_load wireless
|
||||
|
||||
Reference in New Issue
Block a user