aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/lantiq/image/Makefile
diff options
context:
space:
mode:
authorLuka Perkov <luka@openwrt.org>2013-07-05 07:44:42 +0000
committerLuka Perkov <luka@openwrt.org>2013-07-05 07:44:42 +0000
commit1206a045779f576b2ec12c383a055ade7385cfe0 (patch)
tree34a042cb5bc48f6c96af258519943c18ce5e5847 /target/linux/lantiq/image/Makefile
parent992166ba7e6f65c9fe5be7a70ba8d94345d05e08 (diff)
downloadupstream-1206a045779f576b2ec12c383a055ade7385cfe0.tar.gz
upstream-1206a045779f576b2ec12c383a055ade7385cfe0.tar.bz2
upstream-1206a045779f576b2ec12c383a055ade7385cfe0.zip
lantiq: add device tree support for arv4519pw
Signed-off-by: Luka Perkov <luka@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37178 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/lantiq/image/Makefile')
-rw-r--r--target/linux/lantiq/image/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/target/linux/lantiq/image/Makefile b/target/linux/lantiq/image/Makefile
index fc916d99fd..20840cad82 100644
--- a/target/linux/lantiq/image/Makefile
+++ b/target/linux/lantiq/image/Makefile
@@ -6,7 +6,7 @@
#
# boards missing since devicetree update
-#EASY50712 ARV3527P GIGASX76X ARV4519PW BTHOMEHUBV2B BTHOMEHUBV2BOPENRG
+#EASY50712 ARV3527P GIGASX76X BTHOMEHUBV2B BTHOMEHUBV2BOPENRG
#WBMR P2601HNFX H201L
include $(TOPDIR)/rules.mk
@@ -188,6 +188,9 @@ Image/Build/Profile/ARV4518PWR01=$(call Image/Build/$(1),$(1),ARV4518PWR01)
Image/BuildKernel/Profile/ARV4518PWR01A=$(call Image/BuildKernel/Template,ARV4518PWR01A)
Image/Build/Profile/ARV4518PWR01A=$(call Image/Build/$(1),$(1),ARV4518PWR01A)
+Image/BuildKernel/Profile/ARV4519PW=$(call Image/BuildKernel/Template,ARV4519PW)
+Image/Build/Profile/ARV4519PW=$(call Image/Build/$(1),$(1),ARV4519PW)
+
Image/BuildKernel/Profile/ARV4520PW=$(call Image/BuildKernel/Template,ARV4520PW)
Image/Build/Profile/ARV4520PW=$(call Image/Build/$(1),$(1),ARV4520PW)