From e36568e74b406f5c718904b330fcc7cb34ab2a17 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Sun, 30 Mar 2014 10:02:30 +0000 Subject: lntiq: add support for Astoria ARV7519RW. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit These patches add support for the Astoria ARV7519RW aka Livebox 2.1 The PCI and PCIe interfaces have been disabled. Also, because there are two revisions of this board with different GPHY firmwares, two targets were defined. V2: rewrote partitions to work with an u-boot specifically made for these boards. Signed off by: Esteban Benito Signed off by: Carles Gadea Tested by: José Vázquez Fernández SVN-Revision: 40329 --- target/linux/lantiq/image/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'target/linux/lantiq/image/Makefile') diff --git a/target/linux/lantiq/image/Makefile b/target/linux/lantiq/image/Makefile index cd36d12..28cb96c 100644 --- a/target/linux/lantiq/image/Makefile +++ b/target/linux/lantiq/image/Makefile @@ -307,6 +307,12 @@ Image/Build/Profile/H201L=$(call Image/Build/$(1),$(1),H201L) Image/BuildKernel/Profile/P2601HNFX=$(call Image/BuildKernel/Template,P2601HNFX) Image/Build/Profile/P2601HNFX=$(call Image/Build/$(1),$(1),P2601HNFX) +Image/BuildKernel/Profile/ARV7519RWV11=$(call Image/BuildKernel/Template,ARV7519RWV11,$(1)) +Image/Build/Profile/ARV7519RWV11=$(call Image/Build/$(1), $(1),ARV7519RWV11) + +Image/BuildKernel/Profile/ARV7519RWV12=$(call Image/BuildKernel/Template,ARV7519RWV12,$(1)) +Image/Build/Profile/ARV7519RWV12=$(call Image/Build/$(1), $(1),ARV7519RWV12) + endif -- cgit v1.1