diff options
author | Felix Fietkau <nbd@nbd.name> | 2016-07-20 23:55:23 +0200 |
---|---|---|
committer | Zoltan HERPAI <wigyori@uid0.hu> | 2016-07-20 23:55:23 +0200 |
commit | 2b2849c7657c5bdc2ec1f7a25511d94f2f1869ea (patch) | |
tree | 93480f75461ba127aa2d802a7662e54be7858f07 /target | |
parent | 934a1d6b67b2210eec4b2e9556414b27a7b0e934 (diff) | |
download | master-187ad058-2b2849c7657c5bdc2ec1f7a25511d94f2f1869ea.tar.gz master-187ad058-2b2849c7657c5bdc2ec1f7a25511d94f2f1869ea.tar.bz2 master-187ad058-2b2849c7657c5bdc2ec1f7a25511d94f2f1869ea.zip |
bcm53xx: remove duplicate template data from the image makefile
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'target')
-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 04e418d1e9..ef1b68f135 100644 --- a/target/linux/bcm53xx/image/Makefile +++ b/target/linux/bcm53xx/image/Makefile @@ -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 |