From 66769bfe506292ee30f93b823631cbc8757adf01 Mon Sep 17 00:00:00 2001 From: juhosg Date: Tue, 27 Dec 2011 16:56:30 +0000 Subject: ramips: rt288x: add support for the Buffalo WLI-TX4-AG300N board git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29612 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/ramips/image/Makefile | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'target/linux/ramips/image') diff --git a/target/linux/ramips/image/Makefile b/target/linux/ramips/image/Makefile index 8f4e21125..a2845fd57 100644 --- a/target/linux/ramips/image/Makefile +++ b/target/linux/ramips/image/Makefile @@ -89,6 +89,10 @@ define BuildFirmware/Buffalo fi; fi endef +define BuildFirmware/Buffalo2 + $(call BuildFirmware/Generic,$(1),$(2),board=$(3),$($(4)),$(5),$(6)) +endef + define BuildFirmware/NW718 $(call PatchKernelLzma,$(2),$(3) $($(4))) mkimage -A mips -O linux -T kernel -C lzma $(call kernel_entry) \ @@ -284,9 +288,15 @@ define Image/Build/Profile/RTN15 $(call Image/Build/Template/GENERIC_4M,$(1),rt-n15,RT-N15) endef +mtdlayout_wlitx4ag300n=mtdparts=physmap-flash.0:192k(u-boot)ro,64k(u-boot-env)ro,64k(factory)ro,832k(kernel),2880k(rootfs),64k(user)ro,3712k@0x50000(firmware) +define Image/Build/Profile/WLITX4AG300N + $(call BuildFirmware/Buffalo2,$(1),wli-tx4-ag300n,WLI-TX4-AG300N,mtdlayout_wlitx4ag300n,851968,2949120) +endef + ifeq ($(CONFIG_RALINK_RT288X),y) define Image/Build/Profile/Default $(call Image/Build/Profile/RTN15,$(1)) + $(call Image/Build/Profile/WLITX4AG300N,$(1)) endef endif -- cgit v1.2.3