From d5555de5b0f65140791594ea485cd9528a58b560 Mon Sep 17 00:00:00 2001 From: Gabor Juhos Date: Mon, 4 Nov 2013 18:37:09 +0000 Subject: ar71xx: move WNDR4300 profile to the nand subtarget Signed-off-by: Stefan Agner Signed-off-by: Gabor Juhos SVN-Revision: 38647 --- target/linux/ar71xx/nand/profiles/netgear.mk | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 target/linux/ar71xx/nand/profiles/netgear.mk (limited to 'target/linux/ar71xx/nand/profiles') diff --git a/target/linux/ar71xx/nand/profiles/netgear.mk b/target/linux/ar71xx/nand/profiles/netgear.mk new file mode 100644 index 0000000000..471ef376a9 --- /dev/null +++ b/target/linux/ar71xx/nand/profiles/netgear.mk @@ -0,0 +1,19 @@ +# +# Copyright (C) 2009-2013 OpenWrt.org +# +# This is free software, licensed under the GNU General Public License v2. +# See /LICENSE for more information. +# + +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