diff options
author | John Crispin <john@openwrt.org> | 2015-10-11 16:23:35 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2015-10-11 16:23:35 +0000 |
commit | 6f59ea0e8021bb81a8b66b6903399cae4731f217 (patch) | |
tree | ad602489286e250c18a4ae7c8b902b3bcc8c4411 /target | |
parent | 2fc473cf3f9d2ef34d6f4f84bcab1c2db32d0f62 (diff) | |
download | upstream-6f59ea0e8021bb81a8b66b6903399cae4731f217.tar.gz upstream-6f59ea0e8021bb81a8b66b6903399cae4731f217.tar.bz2 upstream-6f59ea0e8021bb81a8b66b6903399cae4731f217.zip |
ar71xx/image: remove unused multiprofile definitons
These profiles covered by new image/Makefile descriptions. Only the old format uses
MultiProfile macro
Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
SVN-Revision: 47173
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/ar71xx/image/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/target/linux/ar71xx/image/Makefile b/target/linux/ar71xx/image/Makefile index ae398d90d2..c90891716c 100644 --- a/target/linux/ar71xx/image/Makefile +++ b/target/linux/ar71xx/image/Makefile @@ -2311,13 +2311,11 @@ $(eval $(call MultiProfile,TLWA830,TLWA830RV1)) $(eval $(call MultiProfile,TLWA901,TLWA901NV1 TLWA901NV2)) $(eval $(call MultiProfile,TLWA7510,TLWA7510NV1)) $(eval $(call MultiProfile,TLWR740,TLWR740NV1 TLWR740NV3)) -$(eval $(call MultiProfile,TLWR741,TLWR741NV1 TLWR741NV2)) $(eval $(call MultiProfile,TLWR743,TLWR743NV1)) $(eval $(call MultiProfile,TLWR841,TLWR841NV15 TLWR841NV3 TLWR841NV5 TLWR841NV7)) $(eval $(call MultiProfile,TLWR842,TLWR842V1)) $(eval $(call MultiProfile,TLWR941,TLWR941NV2 TLWR941NV3 TLWR941NV4)) $(eval $(call MultiProfile,TLWR1043,TLWR1043V1 TLWR1043V2)) -$(eval $(call MultiProfile,TLWDR4300,TLWDR3500V1 TLWDR3600V1 TLWDR4300V1 TLWDR4300V1IL TLWDR4310V1 MW4530RV1)) $(eval $(call MultiProfile,TUBE2H,TUBE2H8M TUBE2H16M)) $(eval $(call MultiProfile,WNR612V2,REALWNR612V2 N150R)) $(eval $(call MultiProfile,WNR1000V2,REALWNR1000V2 WNR1000V2_VC)) |