diff options
author | Luka Perkov <luka@openwrt.org> | 2013-07-05 07:44:42 +0000 |
---|---|---|
committer | Luka Perkov <luka@openwrt.org> | 2013-07-05 07:44:42 +0000 |
commit | 1a3ad5a03780a47b8eb552ab5fa2e65a4d1fdf60 (patch) | |
tree | 4188ef3f0719320ef6c7553a07edf8633f25dd3d /target/linux/lantiq/image | |
parent | ea209ac89d28d8a758bff71624b3bdb81dbc5fd2 (diff) | |
download | upstream-1a3ad5a03780a47b8eb552ab5fa2e65a4d1fdf60.tar.gz upstream-1a3ad5a03780a47b8eb552ab5fa2e65a4d1fdf60.tar.bz2 upstream-1a3ad5a03780a47b8eb552ab5fa2e65a4d1fdf60.zip |
lantiq: add device tree support for arv4519pw
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 37178
Diffstat (limited to 'target/linux/lantiq/image')
-rw-r--r-- | target/linux/lantiq/image/Makefile | 5 |
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) |