X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/8a5477f5860e5c78c8ddc5a7d5efd95bec96a8d1..10874ba35c30c46711e9cb233483de1ee8383d52:/target/linux/brcm63xx/image/Makefile?ds=sidebyside diff --git a/target/linux/brcm63xx/image/Makefile b/target/linux/brcm63xx/image/Makefile index 47c1df730..516dee0e2 100644 --- a/target/linux/brcm63xx/image/Makefile +++ b/target/linux/brcm63xx/image/Makefile @@ -73,6 +73,11 @@ endef define Image/Build $(STAGING_DIR_HOST)/bin/trx -o $(BIN_DIR)/openwrt-$(BOARD)-$(1).trx -f $(KDIR)/loader.gz -f $(KDIR)/vmlinux.lzma $(call trxalign/$(1)) -f $(KDIR)/root.$(1) $(call Image/Build/CFE,$(1),96345GW2,6345) + $(call Image/Build/CFE,$(1),96348GW,6348) + # Neufbox4 + $(call Image/Build/CFE,$(1),96358VW,6358) + # Comtrend 536 + $(call Image/Build/CFE,$(1),96348GW-11,6348) endef $(eval $(call BuildImage))