projects
/
openwrt-github
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
934a1d6
)
bcm53xx: remove duplicate template data from the image makefile
author
Felix Fietkau
<nbd@nbd.name>
Wed, 20 Jul 2016 21:55:23 +0000
(23:55 +0200)
committer
Zoltan 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
patch
|
blob
|
history
diff --git
a/target/linux/bcm53xx/image/Makefile
b/target/linux/bcm53xx/image/Makefile
index 04e418d1e9bd8d807fc19ced338591950ff59a4c..ef1b68f135a03e7d0f7bdf942df7bea16c77a7cb 100644
(file)
--- 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