diff options
author | John Crispin <john@openwrt.org> | 2015-07-07 13:44:58 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2015-07-07 13:44:58 +0000 |
commit | b9963bbe804f12873a58cb2f4b675e68f5e92158 (patch) | |
tree | 381c746a111b42610cdd066ebc613fd549a1c0de /target/linux/lantiq/image | |
parent | 6bdd209f152d2c98fefabcc486dc063420cda6a9 (diff) | |
download | upstream-b9963bbe804f12873a58cb2f4b675e68f5e92158.tar.gz upstream-b9963bbe804f12873a58cb2f4b675e68f5e92158.tar.bz2 upstream-b9963bbe804f12873a58cb2f4b675e68f5e92158.zip |
lantiq: Add support for Arcadyan ARV8539PW22 (Speedport W 504V)
lantiq: Add support for Arcadyan ARV8539PW22 (Speedport W 504V)
Signed-off-by: Jannis Pinter <jannis@pinterjann.is>
SVN-Revision: 46224
Diffstat (limited to 'target/linux/lantiq/image')
-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 726092db8f..f89df52102 100644 --- a/target/linux/lantiq/image/Makefile +++ b/target/linux/lantiq/image/Makefile @@ -367,6 +367,9 @@ Image/Build/Profile/ARV752DPW=$(call Image/Build/$(1),$(1),ARV752DPW) Image/BuildKernel/Profile/ARV752DPW22=$(call Image/BuildKernel/Template,ARV752DPW22) Image/Build/Profile/ARV752DPW22=$(call Image/Build/$(1),$(1),ARV752DPW22) +Image/BuildKernel/Profile/ARV8539PW22=$(call Image/BuildKernel/Template,ARV8539PW22) +Image/Build/Profile/ARV8539PW22=$(call Image/Build/$(1),$(1),ARV8539PW22) + Image/BuildKernel/Profile/GIGASX76X=$(call Image/BuildKernel/Template,GIGASX76X) Image/Build/Profile/GIGASX76X=$(call Image/Build/$(1),$(1),GIGASX76X) |