diff options
author | John Crispin <blogic@openwrt.org> | 2014-06-02 14:43:35 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2014-06-02 14:43:35 +0000 |
commit | 7b35f478961c9b7ed4eececdebfaffd76f6b274c (patch) | |
tree | b5710c0113021db4bb52bb66f3bc5ce71d5405be /target/linux/ar71xx/base-files/etc/uci-defaults/01_leds | |
parent | 1904d51b94fc1b7fbf8c0ff3ede95405b0e94d16 (diff) | |
download | upstream-7b35f478961c9b7ed4eececdebfaffd76f6b274c.tar.gz upstream-7b35f478961c9b7ed4eececdebfaffd76f6b274c.tar.bz2 upstream-7b35f478961c9b7ed4eececdebfaffd76f6b274c.zip |
ar71xx: add support for dlink dir-615-e1
Dlink dir-615-e1 can use dir-600-a1's image, but the image can't be
uploaded through dlink's normal firmware update web page.
Add profile for dir-615-e1 so the generated image can be uploaded
through the firmware update web page.
Signed-off-by: Zhao, Gang <gamerh2o@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40969 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/base-files/etc/uci-defaults/01_leds')
-rwxr-xr-x | target/linux/ar71xx/base-files/etc/uci-defaults/01_leds | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ar71xx/base-files/etc/uci-defaults/01_leds b/target/linux/ar71xx/base-files/etc/uci-defaults/01_leds index 4338a49c80..849fd564ac 100755 --- a/target/linux/ar71xx/base-files/etc/uci-defaults/01_leds +++ b/target/linux/ar71xx/base-files/etc/uci-defaults/01_leds @@ -85,6 +85,7 @@ dir-505-a1) ;; dir-600-a1|\ +dir-615-e1|\ dir-615-e4) ucidef_set_led_netdev "wan" "WAN" "d-link:green:wan" "eth1" ucidef_set_led_switch "lan1" "LAN1" "d-link:green:lan1" "switch0" "0x02" |