aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/base-files/etc/board.d
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2016-03-10 19:12:04 +0000
committerJohn Crispin <blogic@openwrt.org>2016-03-10 19:12:04 +0000
commit77439bca05bf15a44d2883b05e715414cc59da25 (patch)
tree09ed7101229326b5cb2832029fed1f2fc0ebae55 /target/linux/ramips/base-files/etc/board.d
parentca34f057d5d74727504b71b0416a98e8e579647e (diff)
downloadmaster-187ad058-77439bca05bf15a44d2883b05e715414cc59da25.tar.gz
master-187ad058-77439bca05bf15a44d2883b05e715414cc59da25.tar.bz2
master-187ad058-77439bca05bf15a44d2883b05e715414cc59da25.zip
ramips: Add support for GL-MT300N
This patch adds support for GL-MT300N. GL-MT300N is powered by MT7620N with 16MB flash, 64MB RAM, 2 LANs, USB, UART, GPIO and PoE support. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48993 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ramips/base-files/etc/board.d')
-rwxr-xr-xtarget/linux/ramips/base-files/etc/board.d/01_leds3
-rwxr-xr-xtarget/linux/ramips/base-files/etc/board.d/02_network1
2 files changed, 3 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 536a363d92..132c7cecbb 100755
--- a/target/linux/ramips/base-files/etc/board.d/01_leds
+++ b/target/linux/ramips/base-files/etc/board.d/01_leds
@@ -137,7 +137,8 @@ fonera20n)
set_usb_led "$board:orange:usb"
set_wifi_led "$board:orange:wifi"
;;
-gl-mt300a)
+gl-mt300a|\
+gl-mt300n)
set_wifi_led "$board:wlan"
;;
hc5661)
diff --git a/target/linux/ramips/base-files/etc/board.d/02_network b/target/linux/ramips/base-files/etc/board.d/02_network
index 74599adf5d..40c24a9769 100755
--- a/target/linux/ramips/base-files/etc/board.d/02_network
+++ b/target/linux/ramips/base-files/etc/board.d/02_network
@@ -114,6 +114,7 @@ ramips_setup_interfaces()
f5d8235-v1|\
f5d8235-v2|\
gl-mt300a|\
+ gl-mt300n|\
hg255d|\
mzk-wdpr|\
jhr-n805r|\