[source] bcm53xx: remove duplicate template data from the image makefile

LEDE Commits lede-commits at lists.infradead.org
Thu Jul 14 02:23:36 PDT 2016


nbd pushed a commit to source.git, branch master:
https://git.lede-project.org/?p=source.git;a=commitdiff;h=dbc416b6ec91b0b9bf2f6cc7166a362d849a348c

commit dbc416b6ec91b0b9bf2f6cc7166a362d849a348c
Author: Felix Fietkau <nbd at nbd.name>
AuthorDate: Fri Jul 8 14:16:16 2016 +0200

    bcm53xx: remove duplicate template data from the image makefile
    
    Signed-off-by: Felix Fietkau <nbd at nbd.name>
---
 target/linux/bcm53xx/image/Makefile | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/target/linux/bcm53xx/image/Makefile b/target/linux/bcm53xx/image/Makefile
index 0529000..2939793 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
 



More information about the lede-commits mailing list