aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/base-files/etc
diff options
context:
space:
mode:
authorPawel Dembicki <paweldembicki@gmail.com>2018-10-29 20:50:13 +0000
committerPetr Štetiar <ynezz@true.cz>2019-06-20 08:48:20 +0200
commiteeeaf24e2868ae4dcbc316266105224f018db8e7 (patch)
tree597072717d3fc7f8ca31443593821aa17f207a58 /target/linux/ramips/base-files/etc
parent391df3782914b7f84a78d415f21069a580335646 (diff)
downloadupstream-eeeaf24e2868ae4dcbc316266105224f018db8e7.tar.gz
upstream-eeeaf24e2868ae4dcbc316266105224f018db8e7.tar.bz2
upstream-eeeaf24e2868ae4dcbc316266105224f018db8e7.zip
ramips: fix GELAN port in D-Link DWR-118-A2
This patch fix and enable GELAN port in D-LINK DWR-118-A2. Tested-by: Richard Toth <trtk1992@gmail.com> Signed-off-by: Pawel Dembicki <paweldembicki@gmail.com>
Diffstat (limited to 'target/linux/ramips/base-files/etc')
-rwxr-xr-xtarget/linux/ramips/base-files/etc/board.d/01_leds2
1 files changed, 1 insertions, 1 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
index bccf68f8e5..043b814773 100755
--- a/target/linux/ramips/base-files/etc/board.d/01_leds
+++ b/target/linux/ramips/base-files/etc/board.d/01_leds
@@ -149,7 +149,7 @@ dlink,dwr-118-a1)
set_wifi_led "$boardname:green:wlan2g" "wlan1"
;;
dlink,dwr-118-a2)
- ucidef_set_led_switch "lan" "lan" "$boardname:green:lan" "switch0" "0x0e"
+ ucidef_set_led_switch "lan" "lan" "$boardname:green:lan" "switch0" "0x1e"
ucidef_set_led_switch "wan" "wan" "$boardname:green:wan" "switch0" "0x01"
set_wifi_led "$boardname:green:wlan2g" "wlan1"
;;