diff options
author | John Crispin <john@openwrt.org> | 2013-09-18 16:31:37 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2013-09-18 16:31:37 +0000 |
commit | 5722b32acf21fc6d928333fc1333d397f75c1f86 (patch) | |
tree | d3c444440e55686bfa79046369281d1a001658c9 /target/linux/ramips/base-files/lib/ramips.sh | |
parent | 8ff756cdc9f3060859ca833dadaa2992ccbe5b1f (diff) | |
download | upstream-5722b32acf21fc6d928333fc1333d397f75c1f86.tar.gz upstream-5722b32acf21fc6d928333fc1333d397f75c1f86.tar.bz2 upstream-5722b32acf21fc6d928333fc1333d397f75c1f86.zip |
ralink: DIR-300 B7 and DIR-320/NRU B1 on Ralink RT5350
https://dev.openwrt.org/ticket/14129
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 38040
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 066f3bdb40..a92e8189b9 100755 --- a/target/linux/ramips/base-files/lib/ramips.sh +++ b/target/linux/ramips/base-files/lib/ramips.sh @@ -67,6 +67,12 @@ ramips_board_detect() { *"DIR-300 B1") name="dir-300-b1" ;; + *"DIR-300 B7") + name="dir-300-b7" + ;; + *"DIR-320/NRU B1") + name="dir-320-b1" + ;; *"DIR-600 B1") name="dir-600-b1" ;; |