summaryrefslogtreecommitdiffstats
path: root/target/linux/bcm53xx
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@nbd.name>2016-07-08 14:16:16 +0200
committerFelix Fietkau <nbd@nbd.name>2016-07-14 10:27:30 +0200
commitdbc416b6ec91b0b9bf2f6cc7166a362d849a348c (patch)
treedc434e9f314aea2dd64d6877cd304f2379a1f787 /target/linux/bcm53xx
parentb8fddb8912dfe1d2405b685680f7bb1a0b10937a (diff)
downloadmaster-31e0f0ae-dbc416b6ec91b0b9bf2f6cc7166a362d849a348c.tar.gz
master-31e0f0ae-dbc416b6ec91b0b9bf2f6cc7166a362d849a348c.tar.bz2
master-31e0f0ae-dbc416b6ec91b0b9bf2f6cc7166a362d849a348c.zip
bcm53xx: remove duplicate template data from the image makefile
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'target/linux/bcm53xx')
-rw-r--r--target/linux/bcm53xx/image/Makefile8
1 files changed, 0 insertions, 8 deletions
diff --git a/target/linux/bcm53xx/image/Makefile b/target/linux/bcm53xx/image/Makefile
index 052900053e..29397937e4 100644
--- a/target/linux/bcm53xx/image/Makefile
+++ b/target/linux/bcm53xx/image/Makefile
@@ -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