diff options
author | John Crispin <john@openwrt.org> | 2016-01-19 10:16:36 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2016-01-19 10:16:36 +0000 |
commit | 78a6a9aec306f3fa53b3eaffb35a2344c26a43c7 (patch) | |
tree | a805043b0b401f1cab6d549b283d3a9822cb62e7 /target/linux/ipq806x/base-files/etc/board.d/01_leds | |
parent | f51f92d7e92633620e5300fe2e937c14c21c91bb (diff) | |
download | upstream-78a6a9aec306f3fa53b3eaffb35a2344c26a43c7.tar.gz upstream-78a6a9aec306f3fa53b3eaffb35a2344c26a43c7.tar.bz2 upstream-78a6a9aec306f3fa53b3eaffb35a2344c26a43c7.zip |
ipq806x: Add support for Netgear D7800
Signed-off-by: Tathagata Das <tathagata@alumnux.com>
SVN-Revision: 48360
Diffstat (limited to 'target/linux/ipq806x/base-files/etc/board.d/01_leds')
-rwxr-xr-x | target/linux/ipq806x/base-files/etc/board.d/01_leds | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ipq806x/base-files/etc/board.d/01_leds b/target/linux/ipq806x/base-files/etc/board.d/01_leds index 07b5b06988..b32c1cc21d 100755 --- a/target/linux/ipq806x/base-files/etc/board.d/01_leds +++ b/target/linux/ipq806x/base-files/etc/board.d/01_leds @@ -11,6 +11,7 @@ board_config_update board=$(ipq806x_board_name) case "$board" in +d7800 |\ r7500) ucidef_set_led_usbdev "usb1" "USB 1" "r7500:white:usb1" "1-1" ucidef_set_led_usbdev "usb2" "USB 2" "r7500:white:usb3" "3-1" |