From a8819fd2205a3016b048511fafdbda907e2f5b8b Mon Sep 17 00:00:00 2001 From: John Crispin Date: Sun, 23 Jan 2011 12:51:15 +0000 Subject: adds machtype for ARV7518PW SVN-Revision: 25074 --- target/linux/lantiq/image/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'target/linux/lantiq/image') diff --git a/target/linux/lantiq/image/Makefile b/target/linux/lantiq/image/Makefile index 71d09204ce..f00c8e753a 100644 --- a/target/linux/lantiq/image/Makefile +++ b/target/linux/lantiq/image/Makefile @@ -61,6 +61,7 @@ define Image/BuildKernel $(call Image/BuildKernel/Template,EASY50812,$(xway_cmdline)) $(call Image/BuildKernel/Template,ARV452,$(xway_cmdline)) $(call Image/BuildKernel/Template,ARV752DPW22,$(xway_cmdline)) + $(call Image/BuildKernel/Template,ARV7518PW,$(xway_cmdline)) $(call Image/BuildKernel/Template,NONE) endef @@ -70,6 +71,7 @@ define Image/Build $(call Image/Build/$(1),$(1),EASY50812) $(call Image/Build/$(1),$(1),ARV452) $(call Image/Build/$(1),$(1),ARV752DPW22) + $(call Image/Build/$(1),$(1),ARV7518PW) $(call Image/Build/$(1),$(1),NONE) $(CP) $(KDIR)/root.$(1) $(BIN_DIR)/$(IMG_PREFIX)-$(1).rootfs endef -- cgit v1.2.3