diff options
author | Felix Fietkau <nbd@nbd.name> | 2016-07-08 14:16:16 +0200 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2016-07-14 10:27:30 +0200 |
commit | dbc416b6ec91b0b9bf2f6cc7166a362d849a348c (patch) | |
tree | dc434e9f314aea2dd64d6877cd304f2379a1f787 | |
parent | b8fddb8912dfe1d2405b685680f7bb1a0b10937a (diff) | |
download | upstream-dbc416b6ec91b0b9bf2f6cc7166a362d849a348c.tar.gz upstream-dbc416b6ec91b0b9bf2f6cc7166a362d849a348c.tar.bz2 upstream-dbc416b6ec91b0b9bf2f6cc7166a362d849a348c.zip |
bcm53xx: remove duplicate template data from the image makefile
Signed-off-by: Felix Fietkau <nbd@nbd.name>
-rw-r--r-- | target/linux/bcm53xx/image/Makefile | 8 |
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 |