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 | |
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')
-rwxr-xr-x | target/linux/ipq806x/base-files/etc/board.d/01_leds | 1 | ||||
-rwxr-xr-x | target/linux/ipq806x/base-files/etc/board.d/02_network | 1 |
2 files changed, 2 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" diff --git a/target/linux/ipq806x/base-files/etc/board.d/02_network b/target/linux/ipq806x/base-files/etc/board.d/02_network index 1302a559f1..6e18297e99 100755 --- a/target/linux/ipq806x/base-files/etc/board.d/02_network +++ b/target/linux/ipq806x/base-files/etc/board.d/02_network @@ -13,6 +13,7 @@ board=$(ipq806x_board_name) case "$board" in ap148 |\ +d7800 |\ r7500) ucidef_add_switch "switch0" \ "1:lan" "2:lan" "3:lan" "4:lan" "6@eth1" "5:wan" "0@eth0" |