diff options
author | John Crispin <john@openwrt.org> | 2015-07-07 13:44:58 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2015-07-07 13:44:58 +0000 |
commit | b9963bbe804f12873a58cb2f4b675e68f5e92158 (patch) | |
tree | 381c746a111b42610cdd066ebc613fd549a1c0de /target/linux/lantiq/base-files | |
parent | 6bdd209f152d2c98fefabcc486dc063420cda6a9 (diff) | |
download | mtk-20170518-b9963bbe804f12873a58cb2f4b675e68f5e92158.zip mtk-20170518-b9963bbe804f12873a58cb2f4b675e68f5e92158.tar.gz mtk-20170518-b9963bbe804f12873a58cb2f4b675e68f5e92158.tar.bz2 |
lantiq: Add support for Arcadyan ARV8539PW22 (Speedport W 504V)
lantiq: Add support for Arcadyan ARV8539PW22 (Speedport W 504V)
Signed-off-by: Jannis Pinter <jannis@pinterjann.is>
SVN-Revision: 46224
Diffstat (limited to 'target/linux/lantiq/base-files')
-rw-r--r-- | target/linux/lantiq/base-files/etc/uci-defaults/01_leds | 7 | ||||
-rw-r--r-- | target/linux/lantiq/base-files/etc/uci-defaults/02_network | 2 |
2 files changed, 8 insertions, 1 deletions
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 3e05eba..7ef88ea 100644 --- a/target/linux/lantiq/base-files/etc/uci-defaults/01_leds +++ b/target/linux/lantiq/base-files/etc/uci-defaults/01_leds @@ -51,6 +51,13 @@ P2812HNUF*) ucidef_set_led_netdev "dsl" "dsl" "dsl" "nas0" ucidef_set_led_netdev "internet_green" "internet_green" "internet_green" "pppoe-wan" ;; +ARV8539PW22) + ucidef_set_led_default "power" "power" "soc:green:power" "1" + ucidef_set_led_default "power2" "power2" "soc:red:power" "0" + ucidef_set_led_wlan "wifi" "wifi" "soc:green:wireless" "phy0tpt" + ucidef_set_led_netdev "dsl" "dsl" "soc:green:dsl" "nas0" + ucidef_set_led_netdev "online" "online" "soc:green:online" "pppoe-wan" + ;; *) ;; esac 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 6f9d9c0..ff21e02 100644 --- a/target/linux/lantiq/base-files/etc/uci-defaults/02_network +++ b/target/linux/lantiq/base-files/etc/uci-defaults/02_network @@ -93,7 +93,7 @@ ACMP252|GIGASX76X) ;; # ar8316 -ARV4519PW|ARV7510PW22|ARV7518PW|ARV752DPW22) +ARV4519PW|ARV7510PW22|ARV7518PW|ARV752DPW22|ARV8539PW22) ucidef_set_interface_lan "eth0.1" ucidef_add_switch "switch0" "1" "1" ucidef_add_switch_vlan "switch0" "1" "0t 2 3 4 5" |