diff options
author | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-07-28 10:56:22 +0000 |
---|---|---|
committer | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-07-28 10:56:22 +0000 |
commit | ce72e8dfb54204f8b09a33a4c5346c91a55238e6 (patch) | |
tree | 9225dc26b90dbda2dd75b42cf8f61265d185a42f /target/linux/ramips/base-files/lib | |
parent | 8583804fdd09688fed19ad6658e9fe09ca9441b2 (diff) |
ramips: rt305x: change machine id for DIR-300
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27807 3c298f89-4303-0410-b956-a3cf2f4a3e73
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") |