diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2011-12-06 13:53:21 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2011-12-06 13:53:21 +0000 |
commit | 8244420b66afe07e2cf6c36b0b199bd60487108b (patch) | |
tree | 715bd654dbd0009cf77954658c310ed118c0b827 | |
parent | 473fd911460feb8b650bd2867987bf32daa991ae (diff) | |
download | upstream-8244420b66afe07e2cf6c36b0b199bd60487108b.tar.gz upstream-8244420b66afe07e2cf6c36b0b199bd60487108b.tar.bz2 upstream-8244420b66afe07e2cf6c36b0b199bd60487108b.zip |
ar71xx: fix TL-MR3x20 profile names in image/Makefile
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29463 3c298f89-4303-0410-b956-a3cf2f4a3e73
-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 f84261b966..7af0c05bc0 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)) |