diff options
author | John Crispin <john@openwrt.org> | 2014-11-03 08:00:13 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2014-11-03 08:00:13 +0000 |
commit | cc5194cf030c422ef82442091598582cf4aeca34 (patch) | |
tree | 655972cf7bc4b19a6390e84553713349a289cc56 /target/linux/ramips/base-files/lib/ramips.sh | |
parent | 101289156b4748583995d4cdb27751cea4efe917 (diff) | |
download | upstream-cc5194cf030c422ef82442091598582cf4aeca34.tar.gz upstream-cc5194cf030c422ef82442091598582cf4aeca34.tar.bz2 upstream-cc5194cf030c422ef82442091598582cf4aeca34.zip |
ramips: add support for Airlink101 AR670W
This is a RT2880-based board, 32MB RAM, 4MB flash. The bootloader
is a hacked u-Boot that reads an LZMA image directly, so we skip
generating the uImage header and enable the lzma mtdsplit parser.
Signed-off-by: Claudio Leite <leitec@staticky.com>
SVN-Revision: 43153
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 e3977aa71d..a02bcf9674 100755 --- a/target/linux/ramips/base-files/lib/ramips.sh +++ b/target/linux/ramips/base-files/lib/ramips.sh @@ -28,6 +28,9 @@ ramips_board_detect() { *"A5-V11") name="a5-v11" ;; + *"Airlink101 AR670W") + name="ar670w" + ;; *"Airlink101 AR725W") name="ar725w" ;; |