diff options
author | Luka Perkov <luka@openwrt.org> | 2013-09-19 00:50:48 +0000 |
---|---|---|
committer | Luka Perkov <luka@openwrt.org> | 2013-09-19 00:50:48 +0000 |
commit | e39787b0fd8036e2921403f5a9408372ddd1da2f (patch) | |
tree | 219a7882756a9e3342442d42f9eb9cf15eed49d3 /target/linux/lantiq/image/Makefile | |
parent | 5e8d7e53821af0eb4d8e4a65a4272d43887f5936 (diff) | |
download | upstream-e39787b0fd8036e2921403f5a9408372ddd1da2f.tar.gz upstream-e39787b0fd8036e2921403f5a9408372ddd1da2f.tar.bz2 upstream-e39787b0fd8036e2921403f5a9408372ddd1da2f.zip |
lantiq: add initial support for Siemens GIGASX76X
Signed-off-by: Luka Perkov <luka@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38050 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/lantiq/image/Makefile')
-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 1123074da8..1a1631fda3 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 BTHOMEHUBV2B BTHOMEHUBV2BOPENRG +#EASY50712 ARV3527P BTHOMEHUBV2B BTHOMEHUBV2BOPENRG #WBMR include $(TOPDIR)/rules.mk @@ -235,6 +235,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/GIGASX76X=$(call Image/BuildKernel/Template,GIGASX76X) +Image/Build/Profile/GIGASX76X=$(call Image/Build/$(1),$(1),GIGASX76X) + # AR9 Image/BuildKernel/Profile/DGN3500=$(call Image/BuildKernel/Template,DGN3500) |