1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-04-21 12:27:27 +03:00

Add definitions for bcm96350vw, add back bcm63xx mtd driver, be careful when testing with 8MB devices

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13015 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian
2008-10-20 12:55:28 +00:00
parent 31aa2c05fb
commit 33ffd60e66
5 changed files with 120 additions and 2 deletions

View File

@@ -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))