bcm63xx: split into two subtargets, generic and SMP
Make SMP a subtarget, since it only supports BCM6362 and BCM6368. Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 36527
This commit is contained in:
@@ -154,6 +154,7 @@ endef
|
||||
define Image/Build
|
||||
dd if=$(KDIR)/root.$(1) of=$(BIN_DIR)/$(IMG_PREFIX)-root.$(1) bs=128k conv=sync
|
||||
# Various routers
|
||||
ifeq ($(CONFIG_TARGET_brcm63xx_generic),y)
|
||||
$(call Image/Build/CFE,$(1),96328avng,6328,96328avng-4M-flash-generic,,--pad 2)
|
||||
$(call Image/Build/CFE,$(1),96328avng,6328,96328avng-8M-flash-generic,,--pad 4)
|
||||
$(call Image/Build/CFE,$(1),96328avng,6328,96328avng-16M-flash-generic,,--pad 8)
|
||||
@@ -176,9 +177,11 @@ define Image/Build
|
||||
$(call Image/Build/CFE,$(1),96348A-122,6348,96348A-122-generic)
|
||||
$(call Image/Build/CFE,$(1),96358VW,6358,96358VW-generic)
|
||||
$(call Image/Build/CFE,$(1),96358VW2,6358,96358VW2-generic)
|
||||
endif
|
||||
$(call Image/Build/CFE,$(1),96368MVNgr,6368,96368MVNgr-generic)
|
||||
$(call Image/Build/CFE,$(1),96368MVWG,6368,96368MVWG-generic)
|
||||
|
||||
ifeq ($(CONFIG_TARGET_brcm63xx_generic),y)
|
||||
# BT Voyager V210_BTR
|
||||
$(call Image/Build/CFE,$(1),V210_BB,6348,BTV210_BTR,,--layoutver 5)
|
||||
# BT Voyager V210_ROI, V210_WB
|
||||
@@ -203,8 +206,12 @@ define Image/Build
|
||||
$(call Image/Build/CFEFIXUP,$(1),96348GW,GW6200,6348,GW6200,$(shell printf '\x99'))
|
||||
# Neufbox4
|
||||
$(call Image/Build/CFE,$(1),96358VW,6358,NEUFBOX4,OpenWRT-$(REVISION))
|
||||
endif
|
||||
|
||||
# Neufbox6
|
||||
$(call Image/Build/CFE,$(1),NB6-SER-r0,6362,NEUFBOX6,OpenWRT-$(REVISION))
|
||||
|
||||
ifeq ($(CONFIG_TARGET_brcm63xx_generic),y)
|
||||
# Comtrend 6373
|
||||
$(call Image/Build/CFE,$(1),CT6373-1,6358,CT6373)
|
||||
# Comtrend 536, 5621
|
||||
@@ -272,6 +279,7 @@ define Image/Build
|
||||
|
||||
# T-Com Speedport W 303V Typ B
|
||||
$(call Image/Build/SPW303V,$(1),96358-502V,6358,SPW303V)
|
||||
endif
|
||||
endef
|
||||
|
||||
$(eval $(call BuildImage))
|
||||
|
||||
Reference in New Issue
Block a user