X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/a4ba8220f531577a0bdc6d9466a16af74f8b98af..3da81e77a5d445f1d220279d29199798ee76ad96:/target/linux/lantiq/image/Makefile?ds=sidebyside diff --git a/target/linux/lantiq/image/Makefile b/target/linux/lantiq/image/Makefile index 16fe0ac6d..81291ccfd 100644 --- a/target/linux/lantiq/image/Makefile +++ b/target/linux/lantiq/image/Makefile @@ -9,8 +9,9 @@ include $(INCLUDE_DIR)/image.mk JFFS2_BLOCKSIZE = 64k 128k 256k -xway_cmdline=-console=ttyS1,115200 rootfstype=squashfs,jffs2 -falcon_cmdline=-console=ttyS0,115200 rootfstype=squashfs,jffs2 +ase_cmdline=-console=ttyLTQ1,115200 rootfstype=squashfs,jffs2 +xway_cmdline=-console=ttyLTQ1,115200 rootfstype=squashfs,jffs2 +falcon_cmdline=-console=ttyLTQ0,115200 rootfstype=squashfs,jffs2 define CompressLzma $(STAGING_DIR_HOST)/bin/lzma e $(1) $(2) @@ -79,6 +80,14 @@ define Image/Build/Profile/ARV3527P $(call Image/Build/$(1),$(1),ARV3527P) endef +define Image/BuildKernel/Profile/ARV4510PW + $(call Image/BuildKernel/Template,ARV4510PW,$(xway_cmdline)) +endef + +define Image/Build/Profile/ARV4510PW + $(call Image/Build/$(1),$(1),ARV4510PW) +endef + define Image/BuildKernel/Profile/ARV4518PW $(call Image/BuildKernel/Template,ARV4518PW,$(xway_cmdline)) endef @@ -111,6 +120,14 @@ define Image/Build/Profile/ARV452CPW $(call Image/Build/$(1),$(1),ARV452CPW) endef +define Image/BuildKernel/Profile/ARV7518PW + $(call Image/BuildKernel/Template,ARV7518PW,$(xway_cmdline)) +endef + +define Image/Build/Profile/ARV7518PW + $(call Image/Build/$(1),$(1),ARV7518PW) +endef + define Image/BuildKernel/Profile/ARV752DPW22 $(call Image/BuildKernel/Template,ARV752DPW22,$(xway_cmdline)) endef @@ -119,6 +136,22 @@ define Image/Build/Profile/ARV752DPW22 $(call Image/Build/$(1),$(1),ARV752DPW22) endef +define Image/BuildKernel/Profile/DGN3500B + $(call Image/BuildKernel/Template,DGN3500B,$(xway_cmdline)) +endef + +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)) @@ -132,6 +165,8 @@ 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 @@ -148,6 +183,8 @@ 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 endef @@ -168,6 +205,27 @@ define Image/Build/Profile/Generic endef endif +ifeq ($(CONFIG_TARGET_lantiq_ase),y) +define Image/BuildKernel/Profile/EASY50601 + $(call Image/BuildKernel/Template,EASY50601,$(ase_cmdline)) +endef + +define Image/Build/Profile/EASY50601 + $(call Image/Build/$(1),$(1),EASY50601) +endef + +define Image/BuildKernel/Profile/Generic + $(call Image/BuildKernel/Template,EASY50601,$(ase_cmdline)) + $(call Image/BuildKernel/Template,NONE) +endef + +define Image/Build/Profile/Generic + $(call Image/Build/$(1),$(1),EASY50601) + $(call Image/Build/$(1),$(1),NONE) + $(CP) $(KDIR)/root.$(1) $(BIN_DIR)/$(IMG_PREFIX)-$(1).rootfs +endef +endif + define Image/BuildKernel $(call Image/BuildKernel/Profile/$(PROFILE)) endef