diff options
author | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-03-27 19:29:57 +0000 |
---|---|---|
committer | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-03-27 19:29:57 +0000 |
commit | 467d4cf1997a6f093465e072e5336dfc53df4751 (patch) | |
tree | b153113a73da75cea77e0606070c0f1cd43ba7c2 /target/linux/ramips/base-files/lib/ramips.sh | |
parent | 87dc5ab9dbaada61fb110d7fca91bf690f59e738 (diff) |
ramips: rt305x: add add support for the Asus WL-330N board
[juhosg: reorder several lines in order to keep things sorted
alphabetically]
Signed-off-by: Frédéric Leroy <fredo@starox.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31100 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 faa248536..6e1da2304 100755 --- a/target/linux/ramips/base-files/lib/ramips.sh +++ b/target/linux/ramips/base-files/lib/ramips.sh @@ -53,6 +53,9 @@ ramips_board_name() { *"Argus ATP-52B") name="argus-atp52b" ;; + *"Asus WL-330N") + name="wl-330n" + ;; *"Aztech HW550-3G") name="hw550-3g" ;; |