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 | bbbe814948834240891701a86d1cdc9dc7ea9d4e (patch) | |
tree | 9225dc26b90dbda2dd75b42cf8f61265d185a42f /target/linux/ramips/image | |
parent | e35bcee9aa67e2114476837b8d366430ce116e4a (diff) | |
download | upstream-bbbe814948834240891701a86d1cdc9dc7ea9d4e.tar.gz upstream-bbbe814948834240891701a86d1cdc9dc7ea9d4e.tar.bz2 upstream-bbbe814948834240891701a86d1cdc9dc7ea9d4e.zip |
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/image')
-rw-r--r-- | target/linux/ramips/image/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ramips/image/Makefile b/target/linux/ramips/image/Makefile index 1d6a72aee0..e84d468609 100644 --- a/target/linux/ramips/image/Makefile +++ b/target/linux/ramips/image/Makefile @@ -110,7 +110,7 @@ define Image/Build/Template/DIR300B1 endef define Image/Build/Profile/DIR300B1 - $(call Image/Build/Template/DIR300B1,$(1),dir-300-b1,DIR-300-revB) + $(call Image/Build/Template/DIR300B1,$(1),dir-300-b1,DIR-300-B1) endef define Image/Build/Profile/FONERA20N |