From 467d4cf1997a6f093465e072e5336dfc53df4751 Mon Sep 17 00:00:00 2001 From: juhosg Date: Tue, 27 Mar 2012 19:29:57 +0000 Subject: ramips: rt305x: add add support for the Asus WL-330N board MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [juhosg: reorder several lines in order to keep things sorted alphabetically] Signed-off-by: Frédéric Leroy git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31100 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/ramips/image/Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'target/linux/ramips/image') diff --git a/target/linux/ramips/image/Makefile b/target/linux/ramips/image/Makefile index 97f4a9a42..3499c9e76 100644 --- a/target/linux/ramips/image/Makefile +++ b/target/linux/ramips/image/Makefile @@ -378,6 +378,10 @@ define Image/Build/Profile/WHRG300N $(call Image/Build/Template/$(fs_squashfs)/$(1),WHRG300N) endef +define Image/Build/Profile/WL_330N + $(call Image/Build/Template/$(fs_squash)/$(1),GENERIC_4M,wl-330n,WL_330N,ttyS1,57600,spi) +endef + define Image/Build/Profile/WL341V3 $(call Image/Build/Template/$(fs_squash)/$(1),WL341V3,wl341v3,WL341V3) endef @@ -421,6 +425,7 @@ define Image/Build/Profile/Default $(call Image/Build/Profile/W502U,$(1)) $(call Image/Build/Profile/WCR150GN,$(1)) $(call Image/Build/Profile/WHRG300N,$(1)) + $(call Image/Build/Profile/WL_330N,$(1)) $(call Image/Build/Profile/WL341V3,$(1)) $(call Image/Build/Profile/WL351,$(1)) $(call Image/Build/Profile/WR5123GN,$(1)) -- cgit v1.2.3