aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/base-files/etc
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/ramips/base-files/etc')
-rwxr-xr-xtarget/linux/ramips/base-files/etc/board.d/01_leds275
-rwxr-xr-xtarget/linux/ramips/base-files/etc/board.d/02_network381
-rw-r--r--target/linux/ramips/base-files/etc/diag.sh203
-rw-r--r--target/linux/ramips/base-files/etc/hotplug.d/firmware/10-rt2x00-eeprom67
-rw-r--r--target/linux/ramips/base-files/etc/hotplug.d/usb/10-motion1
-rw-r--r--target/linux/ramips/base-files/etc/inittab3
-rw-r--r--target/linux/ramips/base-files/etc/uci-defaults/09_fix-seama-header22
7 files changed, 952 insertions, 0 deletions
diff --git a/target/linux/ramips/base-files/etc/board.d/01_leds b/target/linux/ramips/base-files/etc/board.d/01_leds
new file mode 100755
index 0000000..5627c8c
--- /dev/null
+++ b/target/linux/ramips/base-files/etc/board.d/01_leds
@@ -0,0 +1,275 @@
+#!/bin/sh
+
+. /lib/functions/uci-defaults-new.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)
+
+board_config_update
+
+case $board in
+3g150b|\
+3g300m)
+ set_usb_led "$board:blue:3g"
+ ;;
+3g-6200n)
+ set_wifi_led "$board:amber:wlan"
+ set_usb_led "$board:blue:3g"
+ ;;
+3g-6200nl|\
+br-6475nd|\
+mzk-w300nh2)
+ set_wifi_led "$board:amber:wlan"
+ ;;
+a5-v11)
+ ucidef_set_led_default "power" "POWER" "$board:red:power" "1"
+ ;;
+ai-br100)
+ ucidef_set_led_netdev "wan" "wan" "$board:blue:wan" "eth0.2"
+ set_wifi_led "$board:blue:wlan"
+ ;;
+air3gii)
+ set_wifi_led "$board:green:wlan"
+ set_usb_led "$board:green:mobile"
+ ;;
+all0239-3g|\
+hw550-3g|\
+mofi3500-3gn|\
+sap-g3200u3)
+ set_usb_led "$board:green:usb"
+ ;;
+all0256n)
+ ucidef_set_rssimon "wlan0" "40000" "1"
+ ucidef_set_led_rssi "rssilow" "RSSILOW" "$board:green:rssilow" "wlan0" "1" "40" "0" "6"
+ ucidef_set_led_rssi "rssimedium" "RSSIMEDIUM" "$board:green:rssimed" "wlan0" "30" "80" "-29" "5"
+ ucidef_set_led_rssi "rssihigh" "RSSIHIGH" "$board:green:rssihigh" "wlan0" "70" "100" "-69" "8"
+ set_wifi_led "rt2800pci-phy0::radio"
+ ;;
+ar670w|\
+ar725w|\
+awapn2403)
+ set_wifi_led "rt2800soc-phy0::radio"
+ ;;
+asl26555)
+ ucidef_set_led_default "power" "POWER" "$board:green:power" "1"
+ ucidef_set_led_netdev "eth" "ETH" "$board:green:eth" "eth0"
+ set_wifi_led "$board:green:wlan"
+ set_usb_led "$board:green:3g"
+ ;;
+bc2)
+ set_usb_led "$board:blue:usb"
+ ;;
+br-6425)
+ set_wifi_led "$board:orange:wlan"
+ ;;
+broadway)
+ set_usb_led "$board:red:diskmounted"
+ set_wifi_led "$board:red:wps_active"
+ ;;
+cf-wr800n)
+ ucidef_set_led_netdev "lan" "lan" "$board:white:ethernet" eth0.1
+ set_wifi_led "$board:white:wifi"
+ ;;
+cy-swr1100)
+ ucidef_set_led_default "wps" "WPS" "$board:blue:wps" "0"
+ set_usb_led "$board:blue:usb"
+ ;;
+d105)
+ ucidef_set_led_default "power" "POWER" "$board:red:power" "1"
+ set_usb_led "$board:green:usb"
+ ;;
+db-wrt01)
+ ucidef_set_led_default "power" "power" "$board:orange:power" "1"
+ ;;
+dcs-930l-b1)
+ ucidef_set_led_default "power" "POWER" "$board:red:power" "1"
+ ucidef_set_led_netdev "wifi" "WiFi" "$board:blue:wps"
+ ;;
+dir-300-b1|\
+dir-600-b1|\
+dir-600-b2|\
+dir-620-a1)
+ ucidef_set_led_default "wan" "WAN LED (amber)" "$board:amber:wan" "1"
+ set_wifi_led "rt2800pci-phy0::radio"
+ ;;
+dir-300-b7|\
+dir-320-b1|\
+dir-610-a1|\
+esr-9753|\
+hlk-rm04|\
+sl-r7205|\
+v11st-fe|\
+w306r-v20|\
+wt1520)
+ set_wifi_led "rt2800pci-phy0::radio"
+ ;;
+dir-615-d|\
+dir-615-h1)
+ ucidef_set_led_default "status" "Status LED (amber)" "$board:amber:status" "0"
+ set_wifi_led "rt2800pci-phy0::radio"
+ ;;
+dir-620-d1)
+ set_wifi_led "$board:green:wifi"
+ ;;
+dir-810l|\
+mzk-dp150n)
+ ucidef_set_led_default "power" "power" "$board:green:power" "1"
+ ;;
+f5d8235-v1|\
+f5d8235-v2)
+ set_usb_led "$board:blue:storage"
+ ;;
+fonera20n)
+ set_usb_led "$board:orange:usb"
+ set_wifi_led "$board:orange:wifi"
+ ;;
+hc5661)
+ ucidef_set_led_default "system" "system" "$board:blue:system" "1"
+ ucidef_set_led_netdev "internet" "internet" "$board:blue:internet" "eth0.2"
+ set_wifi_led "$board:blue:wlan2g"
+ ;;
+hc5761)
+ ucidef_set_led_default "system" "system" "$board:blue:system" "1"
+ ucidef_set_led_netdev "internet" "internet" "$board:blue:internet" "eth0.2"
+ set_wifi_led "$board:blue:wlan2g"
+ ucidef_set_led_netdev "wifi5g" "wifi5g" "$board:blue:wlan5g" "rai0"
+ ;;
+hc5861)
+ ucidef_set_led_default "system" "system" "$board:blue:system" "1"
+ ucidef_set_led_netdev "internet" "internet" "$board:blue:internet" "eth0.2"
+ set_wifi_led "$board:blue:wlan2g"
+ ucidef_set_led_netdev "wifi5g" "wifi5g" "$board:blue:wlan5g" "rai0"
+ ucidef_set_led_default "turbo" "turbo" "$board:blue:turbo" "0"
+ ;;
+hg255d)
+ set_wifi_led "$board:green:wlan"
+ set_usb_led "$board:green:usb"
+ ucidef_set_led_interface "lan" "$board:green:internet"
+ ;;
+hpm)
+ ucidef_set_led_default "power" "POWER" "$board:orange:power" "1"
+ ucidef_set_led_netdev "eth" "ETH" "$board:green:eth" "eth0"
+ set_wifi_led "$board:green:wifi"
+ ;;
+ht-tm02)
+ ucidef_set_led_netdev "eth" "Ethernet" "$board:green:lan" "eth0"
+ set_wifi_led "$board:blue:wlan"
+ ;;
+m2m)
+ set_wifi_led "$board:blue:wifi"
+ ucidef_set_led_netdev "eth" "Ethernet" "$board:green:wan" "eth0"
+ ;;
+miniembplug)
+ set_wifi_led "$board:red:wlan"
+ set_usb_led "$board:green:mobile"
+ ;;
+miwifi-mini)
+ ucidef_set_led_default "power" "power" "$board:red:status" "1"
+ ;;
+mlw221|\
+mlwg2)
+ set_wifi_led "$board:blue:wifi"
+ ucidef_set_led_default "system" "system" "$board:blue:system" "1"
+ ;;
+mpr-a1|\
+mpr-a2)
+ set_wifi_led "$board:blue:system"
+ ;;
+mr-102n)
+ set_wifi_led "$board:green:wlan"
+ set_usb_led "$board:green:usb"
+ ;;
+na930)
+ set_usb_led "$board:blue:status"
+ ;;
+nw718)
+ set_usb_led "$board:amber:usb"
+ ;;
+oy-0001)
+ ucidef_set_led_default "power" "power" "$board:green:power" "1"
+ set_wifi_led "$board:green:wifi"
+ ;;
+pbr-m1)
+ ucidef_set_led_netdev "internet" "internet" "$board:green:internet" "eth0.2"
+ ucidef_set_led_default "power" "power" "$board:green:power" "1"
+ ucidef_set_led_default "sys" "sys" "$board:green:sys" "1"
+ ;;
+px-4885)
+ set_wifi_led "$board:orange:wifi"
+ set_usb_led "$board:blue:storage"
+ ;;
+re6500)
+ ucidef_set_led_default "power" "power" "$board:white:power" "1"
+ ucidef_set_led_default "wifi" "wifi" "$board:orange:wifi" "1"
+ ;;
+rp-n53)
+ ucidef_set_led_netdev "eth" "Network" "$board:white:back" "eth0"
+ set_wifi_led "$board:blue:wifi"
+ ;;
+rt-n14u)
+ ucidef_set_led_default "power" "power" "$board:blue:power" "1"
+ ucidef_set_led_netdev "lan" "lan" "$board:blue:lan" eth0.1
+ ucidef_set_led_netdev "wan" "wan" "$board:blue:wan" eth0.2
+ set_wifi_led "$board:blue:air"
+ set_usb_led "$board:blue:usb"
+ ;;
+tiny-ac)
+ set_wifi_led "$board:orange:wifi"
+ set_usb_led "$board:green:usb"
+ ;;
+vocore)
+ ucidef_set_led_netdev "eth" "ETH" "$board:orange:eth" "eth0"
+ set_wifi_led "$board:green:status"
+ ;;
+w502u)
+ set_usb_led "$board:blue:usb"
+ set_wifi_led "rt2800pci-phy0::radio"
+ ;;
+wcr-150gn)
+ set_usb_led "$board:amber:user"
+ ;;
+whr-1166d|\
+whr-300hp2|\
+whr-600d)
+ ucidef_set_led_default "power" "power" "$board:green:power" "1"
+ ucidef_set_led_default "router" "router" "$board:green:router" "1"
+ ;;
+wnce2001)
+ set_wifi_led "$board:green:wlan"
+ ;;
+wt3020)
+ ucidef_set_led_default "power" "power" "$board:blue:power" "0"
+ ;;
+y1|\
+y1s)
+ ucidef_set_led_default "power" "power" "$board:blue:power" "1"
+ set_usb_led "$board:blue:usb"
+ set_wifi_led "$board:blue:wifi"
+ ;;
+zbt-wa05)
+ ucidef_set_led_default "power" "power" "$board:blue:power" "1"
+ set_wifi_led "$board:blue:air"
+ set_usb_led "$board:blue:usb"
+ ;;
+zbt-wr8305rt)
+ ucidef_set_led_default "power" "power" "$board:green:sys" "1"
+ set_usb_led "$board:green:usb"
+ set_wifi_led "$board:green:wifi"
+ ;;
+zte-q7)
+ set_wifi_led "$board:blue:status"
+ ;;
+esac
+
+board_config_flush
+
+exit 0
diff --git a/target/linux/ramips/base-files/etc/board.d/02_network b/target/linux/ramips/base-files/etc/board.d/02_network
new file mode 100755
index 0000000..3821742
--- /dev/null
+++ b/target/linux/ramips/base-files/etc/board.d/02_network
@@ -0,0 +1,381 @@
+#!/bin/sh
+
+. /lib/functions.sh
+. /lib/ramips.sh
+. /lib/functions/uci-defaults-new.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
+ 3g150b|\
+ 3g300m|\
+ all0256n|\
+ all5002|\
+ all5003|\
+ broadway|\
+ dcs-930|\
+ dcs-930l-b1|\
+ ht-tm02|\
+ linkits7688 | \
+ linkits7688d | \
+ microwrt|\
+ ncs601w|\
+ w150m|\
+ wnce2001|\
+ zte-q7)
+ ucidef_add_switch "switch0" "1" "0"
+ ucidef_set_interface_lan "eth0"
+ ;;
+ 3g-6200nl|\
+ mlw221|\
+ mr-102n)
+ ucidef_set_interface_lan "eth0.2"
+ ;;
+ 3g-6200n|\
+ ai-br100|\
+ db-wrt01|\
+ dir-300-b7|\
+ dir-320-b1|\
+ dir-610-a1|\
+ dir-615-h1|\
+ firewrt|\
+ hlk-rm04|\
+ miwifi-mini|\
+ mt7621|\
+ mt7628|\
+ mzk-750dhp|\
+ mzk-w300nh2|\
+ oy-0001|\
+ pbr-m1|\
+ sap-g3200u3|\
+ whr-300hp2|\
+ whr-600d|\
+ wsr-1166|\
+ wsr-600|\
+ wt1520|\
+ y1|\
+ zbt-wg2626)
+ 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"
+ ;;
+ a5-v11)
+ ucidef_set_interface_lan "eth0.1"
+ ucidef_add_switch "switch0" "1" "1"
+ ucidef_add_switch_vlan "switch0" "1" "0 6t"
+ ;;
+ ar670w|\
+ 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"
+ ;;
+ asl26555|\
+ re6500|\
+ rp-n53)
+ ucidef_set_interface_lan "eth0.1"
+ ucidef_add_switch "switch0" "1" "1"
+ ucidef_add_switch_vlan "switch0" "1" "1 2 3 4 6t"
+ ;;
+ atp-52b|\
+ awm002-evb|\
+ awm003-evb|\
+ dir-645|\
+ dir-860l-b1|\
+ f5d8235-v1|\
+ f5d8235-v2|\
+ hg255d|\
+ rt-n14u|\
+ ur-326n4g|\
+ wrtnode|\
+ wt3020|\
+ 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"
+ ;;
+ 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"
+ ;;
+ b2c|\
+ nw718|\
+ psr-680w|\
+ sl-r7205|\
+ ur-336un|\
+ w502u|\
+ wr6202)
+ ucidef_set_interfaces_lan_wan "eth0.1" "eth0.2"
+ ;;
+ 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"
+ ;;
+ cf-wr800n)
+ ucidef_set_interface_lan "eth0.1"
+ ucidef_add_switch "switch0" "1" "1"
+ ucidef_add_switch_vlan "switch0" "1" "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"
+ ;;
+ d105|\
+ hpm|\
+ na930|\
+ wli-tx4-ag300n)
+ ucidef_set_interface_lan "eth0"
+ ;;
+ e1700|\
+ mt7620a_mt7530)
+ ucidef_set_interfaces_lan_wan "eth0.1" "eth0.2"
+ ucidef_add_switch "switch1" "1" "1"
+ ucidef_add_switch_vlan "switch1" "1" "0 1 2 3 6t"
+ ucidef_add_switch_vlan "switch1" "2" "4 6t"
+ ;;
+ hc5*61|\
+ 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"
+ ;;
+ m2m)
+ ucidef_add_switch "switch0" "4"
+ ucidef_set_interface_lan "eth0"
+ ;;
+ mlwg2|\
+ wizard8800|\
+ wl-330n|\
+ wmr-300)
+ ucidef_set_interface_lan "eth0.1"
+ ;;
+ mzk-dp150n|\
+ vocore)
+ ucidef_set_interface_lan "eth0.1"
+ ucidef_add_switch "switch0" "1" "1"
+ ucidef_add_switch_vlan "switch0" "1" "0 4 6t"
+ ;;
+ 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"
+ ;;
+ v11st-fe|\
+ wzr-agl300nh)
+ 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"
+ ;;
+ 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"
+ ;;
+ whr-1166d)
+ 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" "5 6t"
+ ;;
+ wizfi630a)
+ ucidef_set_interfaces_lan_wan "eth0.1" "eth0.2"
+ ucidef_add_switch "switch0" "1" "1"
+ ucidef_add_switch_vlan "switch0" "1" "1 2 6t"
+ ucidef_add_switch_vlan "switch0" "2" "0 6t"
+ ;;
+ zbt-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"
+ ;;
+ *)
+ 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
+ a5-v11|\
+ bc2|\
+ broadway|\
+ d105|\
+ dir-300-b7|\
+ dir-320-b1|\
+ dir-620-a1|\
+ esr-9753|\
+ freestation5|\
+ hlk-rm04|\
+ mpr-a1|\
+ mpr-a2|\
+ 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)
+ ;;
+ all0239-3g|\
+ carambola|\
+ freestation5|\
+ w502u|\
+ wnce2001)
+ wan_mac=$(mtd_get_mac_binary factory 46)
+ ;;
+ br-6475nd)
+ lan_mac=$(cat /sys/class/net/eth0/address)
+ wan_mac=$(mtd_get_mac_binary devdata 7)
+ ;;
+ cy-swr1100|\
+ dir-645)
+ lan_mac=$(mtd_get_mac_ascii nvram lanmac)
+ wan_mac=$(mtd_get_mac_ascii nvram wanmac)
+ ;;
+ e1700)
+ wan_mac=$(mtd_get_mac_ascii config WAN_MAC_ADDR)
+ ;;
+ hc5*61)
+ lan_mac=`mtd_get_mac_ascii bdinfo "Vfac_mac "`
+ [ -n "$lan_mac" ] || lan_mac=$(cat /sys/class/net/eth0/address)
+ wan_mac=$(macaddr_add "$lan_mac" 1)
+ ;;
+ ht-tm02)
+ lan_mac=$(cat /sys/class/net/eth0/address)
+ ;;
+ linkits7688 | \
+ linkits7688d)
+ wan_mac=$(mtd_get_mac_binary factory 4)
+ lan_mac=$(mtd_get_mac_binary factory 46)
+ ;;
+ m3|\
+ m4|\
+ x5|\
+ x8)
+ lan_mac=$(cat /sys/class/net/eth0/address)
+ lan_mac=$(macaddr_add "$lan_mac" -2)
+ ;;
+ oy-0001)
+ lan_mac=$(mtd_get_mac_binary factory 40)
+ wan_mac=$(mtd_get_mac_binary factory 46)
+ ;;
+ 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)
+ ;;
+ 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)
+ ;;
+ tiny-ac)
+ lan_mac=$(mtd_get_mac_ascii u-boot-env LAN_MAC_ADDR)
+ wan_mac=$(mtd_get_mac_ascii u-boot-env WAN_MAC_ADDR)
+ ;;
+ w306r-v20)
+ lan_mac=$(cat /sys/class/net/eth0/address)
+ wan_mac=$(macaddr_add "$lan_mac" 5)
+ ;;
+ wcr-150gn)
+ wan_mac=$(mtd_get_mac_binary factory 40)
+ ;;
+ whr-1166d|\
+ whr-300hp2|\
+ whr-600d|\
+ wsr-600)
+ wan_mac=$(mtd_get_mac_binary factory 4)
+ lan_mac=$wan_mac
+ ;;
+ wizfi630a)
+ lan_mac=$(mtd_get_mac_binary factory 4)
+ wan_mac=$(mtd_get_mac_binary factory 40)
+ ;;
+ wsr-1166)
+ local index="$(find_mtd_index "board_data")"
+ wan_mac="$(grep -m1 mac= "/dev/mtd${index}" | cut -d= -f2)"
+ lan_mac=$wan_mac
+ ;;
+ *)
+ 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
+}
+
+board_config_update
+board=$(ramips_board_name)
+ramips_setup_interfaces $board
+ramips_setup_macs $board
+board_config_flush
+
+exit 0
diff --git a/target/linux/ramips/base-files/etc/diag.sh b/target/linux/ramips/base-files/etc/diag.sh
new file mode 100644
index 0000000..3013d24
--- /dev/null
+++ b/target/linux/ramips/base-files/etc/diag.sh
@@ -0,0 +1,203 @@
+#!/bin/sh
+# Copyright (C) 2010-2013 OpenWrt.org
+
+. /lib/functions/leds.sh
+. /lib/ramips.sh
+
+get_status_led() {
+ board=$(ramips_board_name)
+
+ case $board in
+ 3g150b|\
+ 3g300m|\
+ w150m)
+ status_led="$board:blue:ap"
+ ;;
+ 3g-6200n|\
+ ar670w|\
+ ar725w|\
+ asl26555|\
+ br-6425|\
+ br-6475nd|\
+ e1700|\
+ fonera20n|\
+ mzk-dp150n|\
+ mzk-w300nh2|\
+ nbg-419n|\
+ pwh2004|\
+ wnce2001|\
+ x5|\
+ x8|\
+ xdxrn502j)
+ status_led="$board:green:power"
+ ;;
+ a5-v11|\
+ d105|\
+ dcs-930l-b1|\
+ hlk-rm04|\
+ mpr-a1|\
+ mpr-a2)
+ status_led="$board:red:power"
+ ;;
+ ai-br100|\
+ ht-tm02)
+ status_led="$board:blue:wlan"
+ ;;
+ all0239-3g|\
+ dcs-930|\
+ dir-300-b1|\
+ dir-300-b7|\
+ dir-320-b1|\
+ dir-600-b1|\
+ dir-600-b2|\
+ dir-610-a1|\
+ dir-615-d|\
+ dir-615-h1|\
+ dir-620-a1|\
+ dir-620-d1|\
+ hpm|\
+ hw550-3g|\
+ miniembwifi|\
+ mofi3500-3gn|\
+ rut5xx|\
+ v11st-fe|\
+ vocore|\
+ wmr-300|\
+ zbt-wg2626)
+ status_led="$board:green:status"
+ ;;
+ atp-52b|\
+ ip2202)
+ status_led="$board:green:run"
+ ;;
+ awapn2403|\
+ dir-645)
+ status_led="$board:green:wps"
+ ;;
+ cf-wr800n)
+ status_led="$board:white:wps"
+ ;;
+ cy-swr1100|\
+ w502u)
+ status_led="$board:blue:wps"
+ ;;
+ dap-1350|\
+ na930|\
+ rt-n13u|\
+ rt-n14u|\
+ rt-n15|\
+ rt-n56u|\
+ wl-330n|\
+ wl-330n3g|\
+ wli-tx4-ag300n|\
+ wt3020|\
+ y1|\
+ y1s)
+ status_led="$board:blue:power"
+ ;;
+ db-wrt01|\
+ esr-9753)
+ status_led="$board:orange:power"
+ ;;
+ f5d8235-v2)
+ status_led="$board:blue:router"
+ ;;
+ f7c027)
+ status_led="$board:orange:status"
+ ;;
+ hc5*61|\
+ mlw221|\
+ mlwg2)
+ status_led="$board:blue:system"
+ ;;
+ linkits7688| \
+ linkits7688d)
+ [ "$1" = "upgrade" ] && status_led="mediatek:orange:wifi"
+ ;;
+ m2m)
+ status_led="$board:blue:wifi"
+ ;;
+ m3|\
+ m4)
+ status_led="$board:blue:status"
+ ;;
+ miwifi-mini|\
+ zte-q7)
+ status_led="$board:red:status"
+ ;;
+ mr-102n)
+ status_led="$board:amber:status"
+ ;;
+ nw718)
+ status_led="$board:amber:cpu"
+ ;;
+ oy-0001|\
+ sl-r7205)
+ status_led="$board:green:wifi"
+ ;;
+ pbr-m1|\
+ w306r-v20|\
+ zbt-wr8305rt)
+ status_led="$board:green:sys"
+ ;;
+ psr-680w)
+ status_led="$board:red:wan"
+ ;;
+ px-4885|\
+ re6500|\
+ whr-1166d|\
+ whr-300hp2|\
+ whr-600d)
+ status_led="$board:orange:wifi"
+ ;;
+ rt-n10-plus|\
+ tew-691gr|\
+ tew-692gr|\
+ ur-326n4g|\
+ ur-336un|\
+ wr512-3gn)
+ status_led="$board:green:wps"
+ ;;
+ sap-g3200u3)
+ status_led="$board:green:usb"
+ ;;
+ v22rw-2x2)
+ status_led="$board:green:security"
+ ;;
+ wcr-150gn|\
+ wl-351)
+ status_led="$board:amber:power"
+ ;;
+ whr-g300n|\
+ wzr-agl300nh)
+ status_led="$board:green:router"
+ ;;
+ wizfi630a)
+ status_led="$board::run"
+ ;;
+ wsr-1166|\
+ wsr-600)
+ status_led="$board:orange:diag"
+ ;;
+ esac
+}
+
+set_state() {
+ get_status_led $1
+
+ case "$1" in
+ preinit)
+ status_led_blink_preinit
+ ;;
+ failsafe)
+ status_led_blink_failsafe
+ ;;
+ upgrade | \
+ preinit_regular)
+ status_led_blink_preinit_regular
+ ;;
+ done)
+ status_led_on
+ ;;
+ esac
+}
diff --git a/target/linux/ramips/base-files/etc/hotplug.d/firmware/10-rt2x00-eeprom b/target/linux/ramips/base-files/etc/hotplug.d/firmware/10-rt2x00-eeprom
new file mode 100644
index 0000000..0e02177
--- /dev/null
+++ b/target/linux/ramips/base-files/etc/hotplug.d/firmware/10-rt2x00-eeprom
@@ -0,0 +1,67 @@
+#!/bin/sh
+
+rt2x00_eeprom_die() {
+ echo "rt2x00 eeprom: " "$*"
+ exit 1
+}
+
+rt2x00_eeprom_extract() {
+ local part=$1
+ local offset=$2
+ local count=$3
+ local mtd
+
+ . /lib/functions.sh
+
+ mtd=$(find_mtd_part $part)
+ [ -n "$mtd" ] || \
+ rt2x00_eeprom_die "no mtd device found for partition $part"
+
+ dd if=$mtd of=/lib/firmware/$FIRMWARE bs=1 skip=$offset count=$count 2>/dev/null || \
+ rt2x00_eeprom_die "failed to extract from $mtd"
+}
+
+rt2x00_eeprom_set_macaddr() {
+ local macaddr=$1
+
+ [ -n "$macaddr" ] || \
+ rt2x00_eeprom_die "invalid wlan mac address"
+
+ macaddr_2bin $macaddr | dd of=/lib/firmware/$FIRMWARE \
+ conv=notrunc bs=1 seek=4 count=6 2>/dev/null || \
+ rt2x00_eeprom_die "failed to write mac address to eeprom file"
+}
+
+FW="/lib/firmware/$FIRMWARE"
+[ -e "$FW" ] && exit 0
+
+. /lib/ramips.sh
+. /lib/functions/system.sh
+
+board=$(ramips_board_name)
+
+case "$FIRMWARE" in
+"soc_wmac.eeprom")
+ case $board in
+ *)
+ rt2x00_eeprom_die "Please define mtd-eeprom in $board DTS file!"
+ ;;
+ esac
+ ;;
+
+"rt2x00pci_1_0.eeprom")
+ case $board in
+ cy-swr1100)
+ rt2x00_eeprom_extract "factory" 8192 512
+ ;;
+ br-6475nd | rt-n56u | whr-600d | whr-1166d)
+ rt2x00_eeprom_extract "factory" 32768 512
+ ;;
+ tiny-ac)
+ local wifi_mac=$(mtd_get_mac_ascii u-boot-env INIC_MAC_ADDR)
+ rt2x00_eeprom_extract "factory" 0 512
+ rt2x00_eeprom_set_macaddr $wifi_mac
+ ;;
+ esac
+ ;;
+esac
diff --git a/target/linux/ramips/base-files/etc/hotplug.d/usb/10-motion b/target/linux/ramips/base-files/etc/hotplug.d/usb/10-motion
new file mode 100644
index 0000000..e96acc8
--- /dev/null
+++ b/target/linux/ramips/base-files/etc/hotplug.d/usb/10-motion
@@ -0,0 +1 @@
+[ "$ACTION" = "motion" ] && logger webcam motion event
diff --git a/target/linux/ramips/base-files/etc/inittab b/target/linux/ramips/base-files/etc/inittab
new file mode 100644
index 0000000..7817185
--- /dev/null
+++ b/target/linux/ramips/base-files/etc/inittab
@@ -0,0 +1,3 @@
+::sysinit:/etc/init.d/rcS S boot
+::shutdown:/etc/init.d/rcS K shutdown
+::askconsole:/bin/ash --login
diff --git a/target/linux/ramips/base-files/etc/uci-defaults/09_fix-seama-header b/target/linux/ramips/base-files/etc/uci-defaults/09_fix-seama-header
new file mode 100644
index 0000000..35167f1
--- /dev/null
+++ b/target/linux/ramips/base-files/etc/uci-defaults/09_fix-seama-header
@@ -0,0 +1,22 @@
+#!/bin/sh
+#
+# Copyright (C) 2012 OpenWrt.org
+#
+
+. /lib/ramips.sh
+
+fix_seama_header() {
+ local part=$1
+
+ mtd fixseama $part
+}
+
+board=$(ramips_board_name)
+
+case "$board" in
+cy-swr1100 | \
+dir-645 | \
+dir-860l-b1)
+ fix_seama_header kernel
+ ;;
+esac