From 4470e662e6cb52c62f5cf4f3ce63bd83a474b48b Mon Sep 17 00:00:00 2001 From: John Crispin Date: Wed, 25 Dec 2013 17:04:50 +0000 Subject: ramips: add support for RT-N14U (mt7620n based) board MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39163 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/ramips/base-files/lib/ramips.sh | 3 +++ target/linux/ramips/base-files/lib/upgrade/platform.sh | 1 + 2 files changed, 4 insertions(+) (limited to 'target/linux/ramips/base-files/lib') 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" ;; diff --git a/target/linux/ramips/base-files/lib/upgrade/platform.sh b/target/linux/ramips/base-files/lib/upgrade/platform.sh index 6836e16d96..babeaf2180 100755 --- a/target/linux/ramips/base-files/lib/upgrade/platform.sh +++ b/target/linux/ramips/base-files/lib/upgrade/platform.sh @@ -63,6 +63,7 @@ platform_check_image() { rp-n53 | \ rt-g32-b1 | \ rt-n10-plus | \ + rt-n14u | \ rt-n15 | \ rt-n56u | \ sl-r7205 | \ -- cgit v1.2.3