aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/nand
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2013-11-04 18:37:09 +0000
committerGabor Juhos <juhosg@openwrt.org>2013-11-04 18:37:09 +0000
commit355c50d67cd27db3e0e0d7e94f7d06c41abde457 (patch)
tree8e399d53e86e34056168e8b60e31bfa69298eff9 /target/linux/ar71xx/nand
parent38671e769caad346f43f7a082dc099336f526b54 (diff)
downloadmaster-187ad058-355c50d67cd27db3e0e0d7e94f7d06c41abde457.tar.gz
master-187ad058-355c50d67cd27db3e0e0d7e94f7d06c41abde457.tar.bz2
master-187ad058-355c50d67cd27db3e0e0d7e94f7d06c41abde457.zip
ar71xx: move WNDR4300 profile to the nand subtarget
Signed-off-by: Stefan Agner <stefan@agner.ch> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38647 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/nand')
-rw-r--r--target/linux/ar71xx/nand/profiles/netgear.mk19
1 files changed, 19 insertions, 0 deletions
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))
+
+