aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/base-files/etc/uci-defaults
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2014-08-18 13:09:20 +0000
committerJohn Crispin <blogic@openwrt.org>2014-08-18 13:09:20 +0000
commitda5540a0f0881337d34963cc41fc4a1a45137e7e (patch)
tree46e4b675c6932c059e3e7be0ec02d6cfc6fbdd5b /target/linux/ramips/base-files/etc/uci-defaults
parentd5a9dd2b5811488f3c71dc69d4a4a84f46b62dc3 (diff)
downloadmaster-187ad058-da5540a0f0881337d34963cc41fc4a1a45137e7e.tar.gz
master-187ad058-da5540a0f0881337d34963cc41fc4a1a45137e7e.tar.bz2
master-187ad058-da5540a0f0881337d34963cc41fc4a1a45137e7e.zip
ramips: make use of the new board detection layer
Signed-off-by: John Crispin <blogic@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42186 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ramips/base-files/etc/uci-defaults')
-rwxr-xr-xtarget/linux/ramips/base-files/etc/uci-defaults/01_leds212
-rwxr-xr-xtarget/linux/ramips/base-files/etc/uci-defaults/02_network313
2 files changed, 0 insertions, 525 deletions
diff --git a/target/linux/ramips/base-files/etc/uci-defaults/01_leds b/target/linux/ramips/base-files/etc/uci-defaults/01_leds
deleted file mode 100755
index 00207291a7..0000000000
--- a/target/linux/ramips/base-files/etc/uci-defaults/01_leds
+++ /dev/null
@@ -1,212 +0,0 @@
-#!/bin/sh
-
-. /lib/functions/uci-defaults.sh
-. /lib/ramips.sh
-
-set_usb_led() {
- ucidef_set_led_usbdev "usb" "USB" "$1" "1-1"
-}
-
-set_wifi_led() {
- ucidef_set_led_netdev "wifi_led" "wifi" "$1" "wlan0"
-}
-
-board=$(ramips_board_name)
-
-case $board in
- 3g-6200n)
- set_wifi_led "edimax:amber:wlan"
- set_usb_led "edimax:blue:3g"
- ;;
- 3g-6200nl)
- set_wifi_led "edimax:green:wlan"
- ;;
- 3g300m)
- set_usb_led "tenda:blue:3g"
- ;;
- air3gii)
- set_wifi_led "airlive:green:wlan"
- set_usb_led "airlive:green:mobile"
- ;;
- all0256n)
- ucidef_set_rssimon "wlan0" "40000" "1"
- ucidef_set_led_rssi "rssilow" "RSSILOW" "all0256n:green:rssilow" "wlan0" "1" "40" "0" "6"
- ucidef_set_led_rssi "rssimedium" "RSSIMEDIUM" "all0256n:green:rssimed" "wlan0" "30" "80" "-29" "5"
- ucidef_set_led_rssi "rssihigh" "RSSIHIGH" "all0256n:green:rssihigh" "wlan0" "70" "100" "-69" "8"
- set_wifi_led "rt2800pci-phy0::radio"
- ;;
- awapn2403)
- set_wifi_led "rt2800soc-phy0::radio"
- ;;
- ar725w)
- set_wifi_led "rt2800soc-phy0::radio"
- ;;
- asl26555)
- ucidef_set_led_default "power" "POWER" "asl26555:green:power" "1"
- ucidef_set_led_netdev "eth" "ETH" "asl26555:green:eth" "eth0"
- set_wifi_led "asl26555:green:wlan"
- set_usb_led "asl26555:green:3g"
- ;;
- bc2)
- set_usb_led "bc2:blue:usb"
- ;;
- br6425)
- set_wifi_led "edimax:orange:wlan"
- ;;
- br-6475nd)
- set_wifi_led "edimax:amber:wlan"
- ;;
- broadway)
- set_usb_led "red:diskmounted"
- set_wifi_led "red:wps_active"
- ;;
- br6524n)
- set_wifi_led "edimax:blue:wlan"
- ;;
- cy-swr1100)
- ucidef_set_led_default "wps" "WPS" "samsung:blue:wps" "0"
- set_usb_led "samsung:blue:usb"
- ;;
- d105)
- ucidef_set_led_default "power" "POWER" "d105:red:power" "1"
- set_usb_led "d105:green:usb"
- ;;
- dir-300-b1|\
- dir-600-b1|\
- dir-600-b2|\
- dir-620-a1)
- # ANDed with vlan switch port 4 led state
- ucidef_set_led_default "wan" "WAN LED (amber)" "d-link:amber:wan" "1"
- set_wifi_led "rt2800pci-phy0::radio"
- ;;
- dir-615-d|\
- dir-615-h1)
- ucidef_set_led_default "status" "Status LED (amber)" "d-link:amber:status" "0"
- set_wifi_led "rt2800pci-phy0::radio"
- ;;
- dir-620-d1)
- set_wifi_led "d-link:green:wifi"
- ;;
- dir-810l)
- ucidef_set_led_default "power" "POWER" "dlink:green:power" "1"
- ;;
- dir-610-a1 |\
- dir-300-b7 |\
- dir-320-b1 |\
- esr-9753)
- set_wifi_led "rt2800pci-phy0::radio"
- ;;
- f5d8235-v1)
- set_usb_led "f5d8235-v1:blue:storage"
- ;;
- f5d8235-v2)
- set_usb_led "f5d8235v2:blue:storage"
- ;;
- fonera20n)
- set_usb_led "fonera20n:orange:usb"
- set_wifi_led "fonera20n:orange:wifi"
- ;;
- hlk-rm04)
- set_wifi_led "rt2800pci-phy0::radio"
- ;;
- all0239-3g|\
- hw550-3g)
- set_usb_led "hw550-3g:green:usb"
- ;;
- mlw221)
- set_wifi_led "kingston:blue:wifi"
- ucidef_set_led_default "system" "system" "kingston:blue:system" "1"
- ;;
- mofi3500-3gn)
- set_usb_led "mofi3500-3gn:green:usb"
- ;;
- mpr-a1)
- set_wifi_led "mpr-a1:blue:system"
- ;;
- mpr-a2)
- set_wifi_led "mpr-a2:blue:system"
- ;;
- mzk-w300nh2)
- set_wifi_led "mzkw300nh2:amber:wlan"
- ;;
- na930)
- set_usb_led "na930:blue:status"
- ;;
- nw718)
- set_usb_led "nw718:amber:usb"
- ;;
- omni-emb-hpm)
- ucidef_set_led_default "power" "POWER" "emb:orange:power" "1"
- ucidef_set_led_netdev "eth" "ETH" "emb:green:eth" "eth0"
- set_wifi_led "emb:green:wifi"
- ;;
- px4885)
- set_wifi_led "7links:orange:wifi"
- set_usb_led "7links:blue:storage"
- ;;
- sl-r7205)
- set_wifi_led "rt2800pci-phy0::radio"
- ;;
- v11st-fe)
- set_wifi_led "rt2800pci-phy0::radio"
- ;;
- vocore)
- ucidef_set_led_netdev "eth" "ETH" "vocore:orange:eth" "eth0"
- set_wifi_led "vocore:green:status"
- ;;
- w306r-v20)
- set_wifi_led "rt2800pci-phy0::radio"
- ;;
- w502u)
- set_usb_led "alfa:blue:usb"
- set_wifi_led "rt2800pci-phy0::radio"
- ;;
- wcr-150gn)
- set_usb_led "wcr150gn:amber:user"
- ;;
- hg255d)
- set_wifi_led "hg255d:wlan"
- set_usb_led "hg255d:usb"
- ucidef_set_led_netdev "eth" "Internet" "hg255d:internet" "eth0.2"
- ;;
- wnce2001)
- set_wifi_led "netgear:green:wlan"
- ;;
- rt-n14u)
- ucidef_set_led_default "power" "power" "asus:blue:power" "1"
- ucidef_set_led_netdev "lan" "lan" "asus:blue:lan" "eth0.1"
- ucidef_set_led_netdev "wan" "wan" "asus:blue:wan" "eth0.2"
- set_wifi_led "asus:blue:air"
- set_usb_led "asus:blue:usb"
- ;;
- rp-n53)
- ucidef_set_led_netdev "eth" "Network" "asus:white:back" "eth0"
- set_wifi_led "asus:blue:wifi"
- ;;
- whr-300hp2 |\
- whr-600d |\
- whr-1166d)
- ucidef_set_led_default "power" "power" "buffalo:green:power" "1"
- ucidef_set_led_default "router" "router" "buffalo:green:router" "1"
- ;;
- zbt-wa05)
- ucidef_set_led_default "power" "power" "zbtlink:blue:power" "1"
- set_wifi_led "zbtlink:blue:air"
- set_usb_led "zbtlink:blue:usb"
- ;;
- wr8305rt)
- ucidef_set_led_default "power" "power" "wr8305rt:sys" "1"
- set_usb_led "wr8305rt:usb"
- set_wifi_led "wr8305rt:wifi"
- ;;
- y1 |\
- y1s)
- ucidef_set_led_default "power" "power" "lenovo:blue:power" "1"
- set_usb_led "lenovo:blue:usb"
- set_wifi_led "lenovo:blue:wifi"
- ;;
-esac
-
-ucidef_commit_leds
-
-exit 0
diff --git a/target/linux/ramips/base-files/etc/uci-defaults/02_network b/target/linux/ramips/base-files/etc/uci-defaults/02_network
deleted file mode 100755
index 95e728cec7..0000000000
--- a/target/linux/ramips/base-files/etc/uci-defaults/02_network
+++ /dev/null
@@ -1,313 +0,0 @@
-#!/bin/sh
-
-. /lib/functions.sh
-. /lib/ramips.sh
-. /lib/functions/uci-defaults.sh
-. /lib/functions/system.sh
-
-ramips_setup_rt3x5x_vlans()
-{
- if [ ! -x /sbin/swconfig ]; then
- # legacy default
- ucidef_set_interfaces_lan_wan "eth0.1" "eth0.2"
- return
- fi
- local wanports=""
- local lanports=""
- for port in 5 4 3 2 1 0; do
- if [ `swconfig dev rt305x port $port get disable` = "1" ]; then
- continue
- fi
- if [ `swconfig dev rt305x port $port get lan` = "0" ]; then
- wanports="$port $wanports"
- else
- lanports="$port $lanports"
- fi
- done
- ucidef_set_interfaces_lan_wan "eth0.1" "eth0.2"
- ucidef_add_switch "rt305x" "1" "1"
- ucidef_add_switch_vlan "rt305x" "1" "$lanports 6t"
- ucidef_add_switch_vlan "rt305x" "2" "$wanports 6t"
-}
-
-ramips_setup_interfaces()
-{
- local board="$1"
-
- ucidef_set_interface_loopback
-
- case $board in
- 3g300m | \
- w150m | \
- all0256n | \
- all5002 | \
- all5003 | \
- broadway | \
- dcs-930| \
- ncs601w | \
- wnce2001)
- ucidef_add_switch "switch0" "1" "0"
- ucidef_set_interface_lan "eth0"
- ;;
-
- 3g-6200nl | \
- mlw221)
- ucidef_set_interface_lan "eth0.2"
- ;;
-
- wizard8800 | \
- wl-330n | \
- wmr300)
- ucidef_set_interface_lan "eth0.1"
- ;;
-
- 3g-6200n | \
- b2c | \
- nw718 | \
- psr-680w | \
- sl-r7205 | \
- w502u | \
- wr6202)
- ucidef_set_interfaces_lan_wan "eth0.1" "eth0.2"
- ;;
-
- awapn2403)
- ucidef_set_interfaces_lan_wan "eth0.1" "eth0.2"
- ucidef_add_switch "switch0" "1" "1"
- ucidef_add_switch_vlan "switch0" "1" "0 6t"
- ucidef_add_switch_vlan "switch0" "2" "1 6t"
- ;;
-
- br-6475nd)
- ucidef_set_interfaces_lan_wan "eth0.1" "eth0.2"
- ucidef_add_switch "switch0" "1" "1"
- ucidef_add_switch_vlan "switch0" "1" "1 2 3 4 9t"
- ucidef_add_switch_vlan "switch0" "2" "0 9t"
- ;;
-
- asl26555)
- ucidef_set_interface_lan "eth0.1"
- ucidef_add_switch "switch0" "1" "1"
- ucidef_add_switch_vlan "switch0" "1" "1 2 3 4 6t"
- ;;
-
- cy-swr1100)
- ucidef_set_interfaces_lan_wan "eth0.1" "eth0.2"
- ucidef_add_switch "switch0" "1" "1"
- ucidef_add_switch_vlan "switch0" "1" "0 1 2 3 9t"
- ucidef_add_switch_vlan "switch0" "2" "4 9t"
- ;;
-
- dir-610-a1 | \
- dir-300-b7 | \
- dir-320-b1 | \
- dir-615-h1 | \
- hlk-rm04 | \
- mzk-w300nh2 | \
- mzk-750dhp)
- ucidef_set_interfaces_lan_wan "eth0.1" "eth0.2"
- ucidef_add_switch "switch0" "1" "1"
- ucidef_add_switch_vlan "switch0" "1" "0 1 2 3 6t"
- ucidef_add_switch_vlan "switch0" "2" "4 6t"
- ;;
-
- awm002-evb | \
- awm003-evb | \
- argus-atp52b | \
- dir-645 | \
- f5d8235-v1 | \
- f5d8235-v2 | \
- hg255d | \
- rt-n14u | \
- wrtnode | \
- ur-326n4g | \
- zbt-wa05)
- ucidef_set_interfaces_lan_wan "eth0.1" "eth0.2"
- ucidef_add_switch "switch0" "1" "1"
- ucidef_add_switch_vlan "switch0" "1" "1 2 3 4 6t"
- ucidef_add_switch_vlan "switch0" "2" "0 6t"
- ;;
-
- ur-336un)
- ucidef_set_interfaces_lan_wan "eth0.1" "eth0.2"
- ;;
-
- br6524n | \
- v11st-fe)
- ucidef_set_interfaces_lan_wan "eth0.1" "eth0.2"
- ucidef_add_switch "switch0" "1" "1"
- ucidef_add_switch_vlan "switch0" "1" "1 2 3 4 5t"
- ucidef_add_switch_vlan "switch0" "2" "0 5t"
- ;;
-
- ar725w | \
- rt-n15 | \
- wl-351)
- ucidef_set_interfaces_lan_wan "eth0.1" "eth0.2"
- ucidef_add_switch "switch0" "1" "1"
- ucidef_add_switch_vlan "switch0" "1" "0 1 2 3 5t"
- ucidef_add_switch_vlan "switch0" "2" "4 5t"
- ;;
-
- rt-n56u)
- ucidef_set_interfaces_lan_wan "eth0.1" "eth0.2"
- ucidef_add_switch "switch0" "1" "1"
- ucidef_add_switch_vlan "switch0" "1" "0 1 2 3 8t"
- ucidef_add_switch_vlan "switch0" "2" "4 8t"
- ;;
-
- tew-691gr|\
- tew-692gr)
- ucidef_set_interfaces_lan_wan "eth0.1" "eth0.2"
- ucidef_add_switch "switch0" "1" "1"
- ucidef_add_switch_vlan "switch0" "1" "0t 1 2 3 4"
- ucidef_add_switch_vlan "switch0" "2" "0t 5"
- ;;
-
- vocore)
- ucidef_set_interface_lan "eth0.1"
- ucidef_add_switch "switch0" "1" "1"
- ucidef_add_switch_vlan "switch0" "1" "0 4 6t"
- ;;
-
- wcr-150gn)
- ucidef_set_interfaces_lan_wan "eth0.1" "eth0.2"
- ucidef_add_switch "switch0" "1" "1"
- ucidef_add_switch_vlan "switch0" "1" "0 6t"
- ucidef_add_switch_vlan "switch0" "2" "6t"
- ;;
-
- wr8305rt)
- ucidef_set_interfaces_lan_wan "eth0.1" "eth0.2"
- ucidef_add_switch "switch0" "1" "1"
- ucidef_add_switch_vlan "switch0" "1" "0 1 2 3 4 6t"
- ucidef_add_switch_vlan "switch0" "2" "4 6t"
- ;;
-
- y1 |\
- y1s)
- ucidef_set_interfaces_lan_wan "eth0.1" "eth0.2"
- ucidef_add_switch "switch0" "1" "1"
- ucidef_add_switch_vlan "switch0" "1" "1 2 3 4 5 6t"
- ucidef_add_switch_vlan "switch0" "2" "0 6t"
- ;;
- d105 | \
- na930 | \
- omni-emb-hpm|\
- wli-tx4-ag300n)
- ucidef_set_interface_lan "eth0"
- ;;
-
- *)
- RT3X5X=`cat /proc/cpuinfo | egrep "(RT3.5|RT5350)"`
- if [ -n "${RT3X5X}" ]; then
- ramips_setup_rt3x5x_vlans
- else
- ucidef_set_interfaces_lan_wan "eth0.1" "eth0.2"
- fi
- ;;
- esac
-}
-
-ramips_setup_macs()
-{
- local board="$1"
- local lan_mac=""
- local wan_mac=""
-
- case $board in
- br-6475nd)
- lan_mac=$(cat /sys/class/net/eth0/address)
- wan_mac=$(mtd_get_mac_binary devdata 7)
- ;;
-
- w306r-v20)
- lan_mac=$(cat /sys/class/net/eth0/address)
- wan_mac=$(macaddr_add "$lan_mac" 5)
- ;;
-
- tew-691gr)
- lan_mac=$(cat /sys/class/net/eth0/address)
- wan_mac=$(macaddr_add "$lan_mac" 3)
- ;;
-
- tew-692gr)
- lan_mac=$(cat /sys/class/net/eth0/address)
- wan_mac=$(macaddr_add "$lan_mac" 4)
- ;;
-
- m3 |\
- m4 |\
- x5 |\
- x8)
- lan_mac=$(cat /sys/class/net/eth0/address)
- lan_mac=$(macaddr_add "$lan_mac" -2)
- ;;
-
- bc2 |\
- broadway |\
- d105 |\
- dir-620-a1 |\
- esr-9753 |\
- freestation5 |\
- hlk-rm04 | \
- mpr-a1 | \
- mpr-a2 | \
- dir-300-b7 | \
- dir-320-b1 | \
- psr-680w |\
- sl-r7205 |\
- y1 |\
- y1s)
- lan_mac=$(cat /sys/class/net/eth0/address)
- lan_mac=$(macaddr_setbit_la "$lan_mac")
- wan_mac=$(macaddr_add "$lan_mac" 1)
- ;;
-
- cy-swr1100 | \
- dir-645)
- lan_mac=$(mtd_get_mac_ascii nvram lanmac)
- wan_mac=$(mtd_get_mac_ascii nvram wanmac)
- ;;
-
- wcr-150gn)
- wan_mac=$(mtd_get_mac_binary factory 40)
- ;;
-
- rt-n56u)
- lan_mac=$(cat /sys/class/net/eth0/address)
- lan_mac=$(macaddr_setbit_la "$lan_mac")
- wan_mac=$(mtd_get_mac_binary factory 32772)
- ;;
-
- all0239-3g | \
- carambola | \
- freestation5 | \
- w502u | \
- wnce2001)
- wan_mac=$(mtd_get_mac_binary factory 46)
- ;;
-
- *)
- lan_mac=$(cat /sys/class/net/eth0/address)
- wan_mac=$(macaddr_add "$lan_mac" 1)
- ;;
-
- esac
-
- [ -n "$lan_mac" ] && ucidef_set_interface_macaddr lan $lan_mac
- [ -n "$wan_mac" ] && ucidef_set_interface_macaddr wan $wan_mac
-}
-
-[ -e /etc/config/network ] && exit 0
-
-touch /etc/config/network
-
-board=$(ramips_board_name)
-
-ramips_setup_interfaces $board
-ramips_setup_macs $board
-
-uci commit network
-
-exit 0