diff options
| -rw-r--r-- | target/linux/brcm63xx/image/Makefile | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/target/linux/brcm63xx/image/Makefile b/target/linux/brcm63xx/image/Makefile index 9d12db4fd..09364c41d 100644 --- a/target/linux/brcm63xx/image/Makefile +++ b/target/linux/brcm63xx/image/Makefile @@ -153,8 +153,8 @@ define Image/Build  	$(call Image/Build/CFE,$(1),96348GW,6348,96348GW-bc221,,--layoutver 5)  	$(call Image/Build/CFE,$(1),6338GW,6338,6338GW-generic,,)  	$(call Image/Build/CFE,$(1),6338W,6338,6338W-generic,,) -	$(call Image/Build/CFE,$(1),96348GW-11,6348,96348GW-11-gen) -	$(call Image/Build/CFE,$(1),96348GW-10,6348,96348GW-10-gen) +	$(call Image/Build/CFE,$(1),96348GW-11,6348,96348GW-11-generic) +	$(call Image/Build/CFE,$(1),96348GW-10,6348,96348GW-10-generic)  	$(call Image/Build/CFE,$(1),96358VW,6358,96358VW-generic)  	$(call Image/Build/CFE,$(1),96358VW2,6358,96358VW2-generic) | 
