bcm53xx: remove duplicate template data from the image makefile
authorFelix Fietkau <nbd@nbd.name>
Wed, 20 Jul 2016 21:55:23 +0000 (23:55 +0200)
committerZoltan HERPAI <wigyori@uid0.hu>
Wed, 20 Jul 2016 21:55:23 +0000 (23:55 +0200)
Signed-off-by: Felix Fietkau <nbd@nbd.name>
target/linux/bcm53xx/image/Makefile

index 04e418d1e9bd8d807fc19ced338591950ff59a4c..ef1b68f135a03e7d0f7bdf942df7bea16c77a7cb 100644 (file)
@@ -106,15 +106,7 @@ define AsusDevice
   TARGET_DEVICES += asus-$(1)
 endef
 
-define Device/linksys
-  IMAGES := trx
-  IMAGE/trx := trx-nand
-endef
-
 define LinksysDevice
-  define Device/linksys-$(1)
-       $$(Device/linksys)
-  endef
   TARGET_DEVICES += linksys-$(1)
 endef