diff options
author | blogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-12-25 17:04:50 +0000 |
---|---|---|
committer | blogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-12-25 17:04:50 +0000 |
commit | a48fc121c4b72e256a5ccc3b2f7fe8977d0fad60 (patch) | |
tree | ba318c8f27d91c25bafe895e0438f9fb52f2a983 /target/linux/ramips/base-files/lib/ramips.sh | |
parent | 314d15feab70058d7356ea5b66c6c31de186ebf1 (diff) |
ramips: add support for RT-N14U (mt7620n based) board
added dts file and userspace scripts modified to support Asus RT-N14U board
current support status:
usb works
ethernet works
buttons reset, wps
leds asus:blue:[usb|lan|wan|air|power]
i2c not tested
uart not tested
wifi not yet
Signed-off-by: Pavel Löbl <lobl.pavel@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39163 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ramips/base-files/lib/ramips.sh')
-rwxr-xr-x | target/linux/ramips/base-files/lib/ramips.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/ramips/base-files/lib/ramips.sh b/target/linux/ramips/base-files/lib/ramips.sh index 972f41534f..d62002ea7c 100755 --- a/target/linux/ramips/base-files/lib/ramips.sh +++ b/target/linux/ramips/base-files/lib/ramips.sh @@ -127,6 +127,9 @@ ramips_board_detect() { *"La Fonera 2.0N") name="fonera20n" ;; + *"Asus RT-N14U") + name="rt-n14u" + ;; *"Asus RT-N13U") name="rt-n13u" ;; |