X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=target%2Flinux%2Fbrcm63xx%2Fimage%2FMakefile;h=ea3c4e6973a29cd6b1e9bc5566d28dc27bd57cbe;hb=c2d2f558e67e3b1f20c3377bd3b4f61a5bf5fe1b;hp=0010e7d3e9dcd5370aa542dfbfa139eacb0fe22c;hpb=57c5e1543c9489fd0cd55de62671b5967368224d;p=openwrt%2Fsvn-archive%2Farchive.git diff --git a/target/linux/brcm63xx/image/Makefile b/target/linux/brcm63xx/image/Makefile index 0010e7d3e9..ea3c4e6973 100755 --- a/target/linux/brcm63xx/image/Makefile +++ b/target/linux/brcm63xx/image/Makefile @@ -234,17 +234,6 @@ endef define Image/Build dd if=$(KDIR)/root.$(1) of=$(BIN_DIR)/$(IMG_PREFIX)-root.$(1) bs=128k conv=sync # Various routers - $(call Image/Build/CFE,$(1),96345GW2,6345,96345GW2-generic) - $(call Image/Build/CFE,$(1),96345GW2,6345,96348GW2-bc221,,--layoutver 5) - $(call Image/Build/CFE,$(1),96345GW2,6345,92345GW2-rev,OpenWRT-$(REVISION)) - $(call Image/Build/CFE,$(1),96348GW,6348,96348GW-generic,,) - $(call Image/Build/CFE,$(1),96348R,6348,96348R-generic,,) - $(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-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) $(call Image/Build/CFE,$(1),96368MVNgr,6368,96368MVNgr-generic) $(call Image/Build/CFE,$(1),96368MVWG,6368,96368MVWG-generic) @@ -342,6 +331,24 @@ $(eval $(call CfeImageDTB,963281TAN,bcm963281TAN,963281TAN,6328,963281TAN-16M-fl $(eval $(call CfeImageDTB,96328avng,bcm96328avng,96328avng,6328,96328avng-4M-flash-generic,,--pad 2)) $(eval $(call CfeImageDTB,96328avng,bcm96328avng,96328avng,6328,96328avng-8M-flash-generic,,--pad 4)) $(eval $(call CfeImageDTB,96328avng,bcm96328avng,96328avng,6328,96328avng-16M-flash-generic,,--pad 8)) +# Generic 96338GW +$(eval $(call CfeImageDTB,96338GW,bcm96338GW,6338GW,6338,96338GW-generic)) +# Generic 96338W +$(eval $(call CfeImageDTB,96338W,bcm96338W,6338W,6338,96338W-generic)) +# Generic 96345GW2 +$(eval $(call CfeImageDTB,96345GW2,bcm96345GW2,96345GW2,6345,96345GW2-generic)) +$(eval $(call CfeImageDTB,96345GW2,bcm96345GW2,96345GW2,6345,96345GW2-bc221,,--layoutver 5)) +# Generic 96348GW +$(eval $(call CfeImageDTB,96348GW,bcm96348GW,96348GW,6348,96348GW-generic)) +$(eval $(call CfeImageDTB,96348GW,bcm96348GW,96348GW,6348,96348GW-bc221,,--layoutver 5)) +# Generic 96348GW-10 +$(eval $(call CfeImageDTB,96348GW_10,bcm96348GW-10,96348GW-10,6348,96348GW-10-generic)) +# Generic 96348GW-11 +$(eval $(call CfeImageDTB,96348GW_11,bcm96348GW-11,96348GW-11,6348,96348GW-11-generic)) +# Generic 96348R +$(eval $(call CfeImageDTB,96348R,bcm96348R,96348R,6348,96348R-generic)) +# Generic 96358VW +$(eval $(call CfeImageDTB,96358VW,bcm96358VW,96358VW,6358,96358VW-generic)) # ADB P.DG A4001N $(eval $(call CfeImageDTB,A4001N,a4001n,96328dg2x2,6328,A4001N,,--pad 8))