diff options
author | John Crispin <john@openwrt.org> | 2014-01-15 19:16:51 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2014-01-15 19:16:51 +0000 |
commit | 053d59629742741d9309dddb441b18fd054c1a05 (patch) | |
tree | 419565b24b87f493450b662b708e288770d3d483 /target/linux/lantiq/image/Makefile | |
parent | bf4f1feb7a208c17c91011fb614a54f8f2440f26 (diff) | |
download | upstream-053d59629742741d9309dddb441b18fd054c1a05.tar.gz upstream-053d59629742741d9309dddb441b18fd054c1a05.tar.bz2 upstream-053d59629742741d9309dddb441b18fd054c1a05.zip |
lantiq: Add support for Astoria ARV7510PW22
This board is pretty similar to ARV752DPW22.
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
SVN-Revision: 39303
Diffstat (limited to 'target/linux/lantiq/image/Makefile')
-rw-r--r-- | target/linux/lantiq/image/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/lantiq/image/Makefile b/target/linux/lantiq/image/Makefile index c9b6913668..094588868f 100644 --- a/target/linux/lantiq/image/Makefile +++ b/target/linux/lantiq/image/Makefile @@ -224,6 +224,9 @@ Image/Build/Profile/ARV4520PW=$(call Image/Build/$(1),$(1),ARV4520PW) Image/BuildKernel/Profile/ARV452CQW=$(call Image/BuildKernel/Template,ARV452CQW) Image/Build/Profile/ARV452CQW=$(call Image/Build/$(1),$(1),ARV452CQW) +Image/BuildKernel/Profile/ARV7510PW22=$(call Image/BuildKernel/Template,ARV7510PW22) +Image/Build/Profile/ARV7510PW22=$(call Image/Build/$(1),$(1),ARV7510PW22) + Image/BuildKernel/Profile/ARV7518PW=$(call Image/BuildKernel/Template,ARV7518PW) Image/Build/Profile/ARV7518PW=$(call Image/Build/$(1),$(1),ARV7518PW) |