projects
/
openwrt
/
staging
/
lynxis.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b8fddb8
)
bcm53xx: remove duplicate template data from the image makefile
author
Felix Fietkau
<nbd@nbd.name>
Fri, 8 Jul 2016 12:16:16 +0000
(14:16 +0200)
committer
Felix 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
patch
|
blob
|
history
diff --git
a/target/linux/bcm53xx/image/Makefile
b/target/linux/bcm53xx/image/Makefile
index 052900053e1101cfd07c020b4a9a97d3a71a5020..29397937e47560e2ae1df838f6c0037583d000e5 100644
(file)
--- 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