diff options
author | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-12-06 13:53:21 +0000 |
---|---|---|
committer | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-12-06 13:53:21 +0000 |
commit | 8e71900eeb8d9a532edad65e70bab802be1b418f (patch) | |
tree | 715bd654dbd0009cf77954658c310ed118c0b827 /target/linux/ar71xx/image | |
parent | ac75d1363c718d30cec1a43f300da83d0f0aa65d (diff) |
ar71xx: fix TL-MR3x20 profile names in image/Makefile
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29463 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/image')
-rw-r--r-- | target/linux/ar71xx/image/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/ar71xx/image/Makefile b/target/linux/ar71xx/image/Makefile index f84261b96..7af0c05bc 100644 --- a/target/linux/ar71xx/image/Makefile +++ b/target/linux/ar71xx/image/Makefile @@ -882,8 +882,8 @@ define Image/Build/Profile/Default $(call Image/Build/Profile/PB92,$(1)) $(call Image/Build/Profile/TEW632BRP,$(1)) $(call Image/Build/Profile/TEW652BRP,$(1)) - $(call Image/Build/Profile/TLMR3220V1,$(1)) - $(call Image/Build/Profile/TLMR3420V1,$(1)) + $(call Image/Build/Profile/TLMR3220,$(1)) + $(call Image/Build/Profile/TLMR3420,$(1)) $(call Image/Build/Profile/TLWA901,$(1)) $(call Image/Build/Profile/TLWR703,$(1)) $(call Image/Build/Profile/TLWR740,$(1)) |