From 9c0265ae1924e58fd92470bc395ea63f1e9c81cf Mon Sep 17 00:00:00 2001 From: juhosg Date: Wed, 12 Dec 2012 16:49:52 +0000 Subject: ar71xx: add profile and build initramfs image for the WNDR4300 It is not yet possible to use the default squasfsh/jffs2 images on NAND flashes, so only initramfs image is supported for now. Signed-off-by: Gabor Juhos git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34650 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/ar71xx/generic/profiles/netgear.mk | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) (limited to 'target/linux/ar71xx/generic/profiles/netgear.mk') diff --git a/target/linux/ar71xx/generic/profiles/netgear.mk b/target/linux/ar71xx/generic/profiles/netgear.mk index fe136234f..ff25f695a 100644 --- a/target/linux/ar71xx/generic/profiles/netgear.mk +++ b/target/linux/ar71xx/generic/profiles/netgear.mk @@ -1,5 +1,5 @@ # -# Copyright (C) 2009 OpenWrt.org +# Copyright (C) 2009-2012 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -15,3 +15,16 @@ define Profile/WNDR3700/Description endef $(eval $(call Profile,WNDR3700)) + + +define Profile/WNDR4300 + NAME:=NETGEAR WNDR4300 + PACKAGES:=kmod-usb-core kmod-usb-ohci kmod-usb2 kmod-ledtrig-usbdev +endef + +define Profile/WNDR4300/Description + Package set optimized for the NETGEAR WNDR4300 +endef + +$(eval $(call Profile,WNDR4300)) + -- cgit v1.2.3