diff options
author | Florian Fainelli <florian@openwrt.org> | 2011-11-13 19:19:22 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2011-11-13 19:19:22 +0000 |
commit | fb3e9ac6b01c2eb2dd9f545757f20f6c732b0907 (patch) | |
tree | 0d15bfa6e5effe1afd3cd032df24ce228ba480cf /target/linux/brcm63xx/image | |
parent | 150feffb3beb7536a736feb4f38d4ea280984822 (diff) | |
download | upstream-fb3e9ac6b01c2eb2dd9f545757f20f6c732b0907.tar.gz upstream-fb3e9ac6b01c2eb2dd9f545757f20f6c732b0907.tar.bz2 upstream-fb3e9ac6b01c2eb2dd9f545757f20f6c732b0907.zip |
[brcm63xx] build images for Pirelli A226M (#10409)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29045 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/brcm63xx/image')
-rw-r--r-- | target/linux/brcm63xx/image/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/target/linux/brcm63xx/image/Makefile b/target/linux/brcm63xx/image/Makefile index 8b15771105..dc55445dfb 100644 --- a/target/linux/brcm63xx/image/Makefile +++ b/target/linux/brcm63xx/image/Makefile @@ -215,6 +215,10 @@ define Image/Build $(call Image/Build/CFEAGPF,$(1),DWV-S0,6358,0x10000,A226G-cfe) $(call Image/Build/CFEAGPF,$(1),DWV-S0,6358,0x10000,A226G) + # Pirelli A226M + $(call Image/Build/CFEAGPF,$(1),DWV-S0,6358,0x20000,A226M-cfe) + $(call Image/Build/CFEAGPF,$(1),DWV-S0,6358,0x20000,A226M) + # RG100A,DB120 etc. $(call Image/Build/RG100A,$(1),96358VW2,6358,0x20000,RG100A_DB120) |