diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2011-07-28 10:56:22 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2011-07-28 10:56:22 +0000 |
commit | 857c1028ac54332f26ffcc257c926123d4ce32f1 (patch) | |
tree | 01b8304a919292bf04f71d08334bdd5b0a9e9c87 /target/linux/ramips/base-files/lib | |
parent | 42d3a55347f27e6da477574a0e5c1d7b69aba5a8 (diff) | |
download | upstream-857c1028ac54332f26ffcc257c926123d4ce32f1.tar.gz upstream-857c1028ac54332f26ffcc257c926123d4ce32f1.tar.bz2 upstream-857c1028ac54332f26ffcc257c926123d4ce32f1.zip |
ramips: rt305x: change machine id for DIR-300
SVN-Revision: 27807
Diffstat (limited to 'target/linux/ramips/base-files/lib')
-rwxr-xr-x | target/linux/ramips/base-files/lib/ramips.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ramips/base-files/lib/ramips.sh b/target/linux/ramips/base-files/lib/ramips.sh index 9e3e442c75..dc03b4755b 100755 --- a/target/linux/ramips/base-files/lib/ramips.sh +++ b/target/linux/ramips/base-files/lib/ramips.sh @@ -13,7 +13,7 @@ ramips_board_name() { *"Aztech HW550-3G") name="hw550-3g" ;; - *"DIR-300 revB") + *"DIR-300 B1") name="dir-300-b1" ;; *"F5D8235 v2") |