From b88e8fef0599fe8df230e21080dc28d18fa07ced Mon Sep 17 00:00:00 2001 From: blogic Date: Mon, 14 Mar 2011 07:33:23 +0000 Subject: [lantiq] * fixes arv4510 board support * fixes nor swizzle hack * fixes gpio .can_sleep * fixes compile warning inside pci driver git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26157 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/lantiq/image/Makefile | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'target/linux/lantiq/image/Makefile') diff --git a/target/linux/lantiq/image/Makefile b/target/linux/lantiq/image/Makefile index 16fe0ac6d..5fbf33212 100644 --- a/target/linux/lantiq/image/Makefile +++ b/target/linux/lantiq/image/Makefile @@ -79,6 +79,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 -- cgit v1.2.3