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 | 7f787707de0a31653229bcc7faa022fa5f9c5914 (patch) | |
tree | e9a8bfdfc4b6e99f37849b864c4282f602b4d27d /target/linux | |
parent | 5dc2098448bbdb16d8fa7eb203d3e6b8dc57dd6b (diff) | |
download | upstream-7f787707de0a31653229bcc7faa022fa5f9c5914.tar.gz upstream-7f787707de0a31653229bcc7faa022fa5f9c5914.tar.bz2 upstream-7f787707de0a31653229bcc7faa022fa5f9c5914.zip |
build images for Pirelli A226M (#10409)
SVN-Revision: 29045
Diffstat (limited to 'target/linux')
-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) |