bcm53xx: remove duplicate template data from the image makefile
authorFelix Fietkau <nbd@nbd.name>
Fri, 8 Jul 2016 12:16:16 +0000 (14:16 +0200)
committerFelix Fietkau <nbd@nbd.name>
Thu, 14 Jul 2016 08:27:30 +0000 (10:27 +0200)
Signed-off-by: Felix Fietkau <nbd@nbd.name>
target/linux/bcm53xx/image/Makefile

index 052900053e1101cfd07c020b4a9a97d3a71a5020..29397937e47560e2ae1df838f6c0037583d000e5 100644 (file)
@@ -100,15 +100,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