diff options
author | John Crispin <john@openwrt.org> | 2013-12-25 17:04:50 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2013-12-25 17:04:50 +0000 |
commit | 9739a0b41baa88c233f76b93ac01805b7b635d94 (patch) | |
tree | 5bc94f89835ff88e1d8aa61d66236febd0475f15 /target/linux/ramips/base-files/lib/upgrade | |
parent | 93d8dc870ee07027ca1e27f19831d6127402336f (diff) | |
download | upstream-9739a0b41baa88c233f76b93ac01805b7b635d94.tar.gz upstream-9739a0b41baa88c233f76b93ac01805b7b635d94.tar.bz2 upstream-9739a0b41baa88c233f76b93ac01805b7b635d94.zip |
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>
SVN-Revision: 39163
Diffstat (limited to 'target/linux/ramips/base-files/lib/upgrade')
-rwxr-xr-x | target/linux/ramips/base-files/lib/upgrade/platform.sh | 1 |
1 files changed, 1 insertions, 0 deletions
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 | \ |