summaryrefslogtreecommitdiff
path: root/target/linux/lantiq/image
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2011-06-12 08:56:26 +0000
committerJohn Crispin <john@openwrt.org>2011-06-12 08:56:26 +0000
commitfa59bb09580425861024830ff75a5c19e5d803f6 (patch)
tree85944e8d51aff00db1f1222ffb26baf5ac0aea1c /target/linux/lantiq/image
parentbe20fe9771176f3854b6db965185bfa0c0527c79 (diff)
downloadmtk-20170518-fa59bb09580425861024830ff75a5c19e5d803f6.zip
mtk-20170518-fa59bb09580425861024830ff75a5c19e5d803f6.tar.gz
mtk-20170518-fa59bb09580425861024830ff75a5c19e5d803f6.tar.bz2
* move patches around * add basic support for gigaset sx76x
SVN-Revision: 27158
Diffstat (limited to 'target/linux/lantiq/image')
-rw-r--r--target/linux/lantiq/image/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/target/linux/lantiq/image/Makefile b/target/linux/lantiq/image/Makefile
index 0e62ce5..81291cc 100644
--- a/target/linux/lantiq/image/Makefile
+++ b/target/linux/lantiq/image/Makefile
@@ -144,6 +144,14 @@ define Image/Build/Profile/DGN3500B
$(call Image/Build/$(1),$(1),DGN3500B)
endef
+define Image/BuildKernel/Profile/GIGASX76X
+ $(call Image/BuildKernel/Template,GIGASX76X,$(xway_cmdline))
+endef
+
+define Image/Build/Profile/GIGASX76X
+ $(call Image/Build/$(1),$(1),GIGASX76X)
+endef
+
define Image/BuildKernel/Profile/Generic
$(call Image/BuildKernel/Template,EASY4010,$(xway_cmdline))
$(call Image/BuildKernel/Template,EASY50712,$(xway_cmdline))
@@ -157,6 +165,7 @@ define Image/BuildKernel/Profile/Generic
$(call Image/BuildKernel/Template,ARV7518PW,$(xway_cmdline))
$(call Image/BuildKernel/Template,ARV752DPW,$(xway_cmdline))
$(call Image/BuildKernel/Template,ARV752DPW22,$(xway_cmdline))
+ $(call Image/BuildKernel/Template,GIGASX76X,$(xway_cmdline))
$(call Image/BuildKernel/Template,DGN3500B,$(xway_cmdline))
$(call Image/BuildKernel/Template,NONE)
endef
@@ -174,6 +183,7 @@ define Image/Build/Profile/Generic
$(call Image/Build/$(1),$(1),ARV7518PW)
$(call Image/Build/$(1),$(1),ARV752DPW)
$(call Image/Build/$(1),$(1),ARV752DPW22)
+ $(call Image/Build/$(1),$(1),GIGASX76X)
$(call Image/Build/$(1),$(1),DGN3500B)
$(call Image/Build/$(1),$(1),NONE)
$(CP) $(KDIR)/root.$(1) $(BIN_DIR)/$(IMG_PREFIX)-$(1).rootfs