X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/8a5477f5860e5c78c8ddc5a7d5efd95bec96a8d1..f4e700d553045b8f665a8b79e8c04064368c57fd:/target/linux/brcm63xx/image/Makefile diff --git a/target/linux/brcm63xx/image/Makefile b/target/linux/brcm63xx/image/Makefile index 47c1df730..e64d2c8c3 100644 --- a/target/linux/brcm63xx/image/Makefile +++ b/target/linux/brcm63xx/image/Makefile @@ -73,6 +73,8 @@ 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) + # Neufbox4 + $(call Image/Build/CFE,$(1),96358VW,6358) endef $(eval $(call BuildImage))