diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2011-07-28 10:56:24 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2011-07-28 10:56:24 +0000 |
commit | 5ce157d053852705977d08e8983717e954ec74ee (patch) | |
tree | 491f55d1fd5dcf804b61dddd843ebf4afeec021d /target/linux/ramips/base-files/lib/ramips.sh | |
parent | bbbe814948834240891701a86d1cdc9dc7ea9d4e (diff) | |
download | upstream-5ce157d053852705977d08e8983717e954ec74ee.tar.gz upstream-5ce157d053852705977d08e8983717e954ec74ee.tar.bz2 upstream-5ce157d053852705977d08e8983717e954ec74ee.zip |
ramips: rt305x: add support for the DIR-600 B1,B2 boards
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27808 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 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/target/linux/ramips/base-files/lib/ramips.sh b/target/linux/ramips/base-files/lib/ramips.sh index dc03b4755b..f34454b6d8 100755 --- a/target/linux/ramips/base-files/lib/ramips.sh +++ b/target/linux/ramips/base-files/lib/ramips.sh @@ -16,6 +16,12 @@ ramips_board_name() { *"DIR-300 B1") name="dir-300-b1" ;; + *"DIR-600 B1") + name="dir-600-b1" + ;; + *"DIR-600 B2") + name="dir-600-b2" + ;; *"F5D8235 v2") name="f5d8235-v2" ;; |