summaryrefslogtreecommitdiff
path: root/target/linux/lantiq/base-files/etc
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2014-07-02 16:33:11 +0000
committerJohn Crispin <john@openwrt.org>2014-07-02 16:33:11 +0000
commite2915c6981a4ba141d8ce4dc3f39e187890fb9f6 (patch)
tree419a813da3c6c4c4e9a0e4746ebeab8db763aafb /target/linux/lantiq/base-files/etc
parent80e3282739dcffd1847b20093bb7757bc1ba6757 (diff)
downloadmtk-20170518-e2915c6981a4ba141d8ce4dc3f39e187890fb9f6.zip
mtk-20170518-e2915c6981a4ba141d8ce4dc3f39e187890fb9f6.tar.gz
mtk-20170518-e2915c6981a4ba141d8ce4dc3f39e187890fb9f6.tar.bz2
lantiq: add support for /tmp/sysinfo
Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 41472
Diffstat (limited to 'target/linux/lantiq/base-files/etc')
-rw-r--r--target/linux/lantiq/base-files/etc/hotplug.d/firmware/10-rt2x00-eeprom2
-rw-r--r--target/linux/lantiq/base-files/etc/uci-defaults/01_leds2
-rw-r--r--target/linux/lantiq/base-files/etc/uci-defaults/02_network2
-rw-r--r--target/linux/lantiq/base-files/etc/uci-defaults/03_wireless-wps4
4 files changed, 5 insertions, 5 deletions
diff --git a/target/linux/lantiq/base-files/etc/hotplug.d/firmware/10-rt2x00-eeprom b/target/linux/lantiq/base-files/etc/hotplug.d/firmware/10-rt2x00-eeprom
index 427c5fc..5664c13 100644
--- a/target/linux/lantiq/base-files/etc/hotplug.d/firmware/10-rt2x00-eeprom
+++ b/target/linux/lantiq/base-files/etc/hotplug.d/firmware/10-rt2x00-eeprom
@@ -33,7 +33,7 @@ rt2x00_eeprom_extract() {
case "$FIRMWARE" in
"RT2860.eeprom" )
- local board=$(lantiq_board_id)
+ local board=$(lantiq_board_name)
case $board in
ARV7510PW22|ARV7519PW|ARV752DPW|ARV752DPW22)
rt2x00_eeprom_extract "board_config" 520 256 1
diff --git a/target/linux/lantiq/base-files/etc/uci-defaults/01_leds b/target/linux/lantiq/base-files/etc/uci-defaults/01_leds
index 70a14d9..2b3293b 100644
--- a/target/linux/lantiq/base-files/etc/uci-defaults/01_leds
+++ b/target/linux/lantiq/base-files/etc/uci-defaults/01_leds
@@ -17,7 +17,7 @@ for a in `ls /sys/class/leds/`; do
[ $? -eq 0 ] && ucidef_set_led_default $a $a $a `cat /sys/class/leds/$a/brightness`
done
-board=$(lantiq_board_id)
+board=$(lantiq_board_name)
case "$board" in
VG3503J)
diff --git a/target/linux/lantiq/base-files/etc/uci-defaults/02_network b/target/linux/lantiq/base-files/etc/uci-defaults/02_network
index 02f4f6a..22dea2a 100644
--- a/target/linux/lantiq/base-files/etc/uci-defaults/02_network
+++ b/target/linux/lantiq/base-files/etc/uci-defaults/02_network
@@ -68,7 +68,7 @@ payload="bridged"
lan_mac=""
wan_mac=""
-board=$(lantiq_board_id)
+board=$(lantiq_board_name)
case "$board" in
# adm6996
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
index f2412d7..e75fb84 100644
--- a/target/linux/lantiq/base-files/etc/uci-defaults/03_wireless-wps
+++ b/target/linux/lantiq/base-files/etc/uci-defaults/03_wireless-wps
@@ -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