diff options
author | John Crispin <blogic@openwrt.org> | 2014-01-15 19:16:51 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2014-01-15 19:16:51 +0000 |
commit | ac3caf5ea4e7a76c0b01a78b17b90e3cc7db56d6 (patch) | |
tree | 2d854a33e807f5f72e3babe770ed6494489972ab /target/linux/lantiq/image/Makefile | |
parent | 91594d2f842fbfba139a496847eb9e0b416ea659 (diff) | |
download | upstream-ac3caf5ea4e7a76c0b01a78b17b90e3cc7db56d6.tar.gz upstream-ac3caf5ea4e7a76c0b01a78b17b90e3cc7db56d6.tar.bz2 upstream-ac3caf5ea4e7a76c0b01a78b17b90e3cc7db56d6.zip |
lantiq: Add support for Astoria ARV7510PW22
This board is pretty similar to ARV752DPW22.
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39303 3c298f89-4303-0410-b956-a3cf2f4a3e73
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) |