X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/33ffd60e664552e17b6f883303f8b3dff8abe8f9..10874ba35c30c46711e9cb233483de1ee8383d52:/target/linux/brcm63xx/image/Makefile diff --git a/target/linux/brcm63xx/image/Makefile b/target/linux/brcm63xx/image/Makefile index e64d2c8c3..516dee0e2 100644 --- a/target/linux/brcm63xx/image/Makefile +++ b/target/linux/brcm63xx/image/Makefile @@ -73,8 +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))