diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2013-11-04 18:37:09 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2013-11-04 18:37:09 +0000 |
commit | d5555de5b0f65140791594ea485cd9528a58b560 (patch) | |
tree | 1ad78888754600b1a4655cdfde54d2b7e847fb0a /target/linux/ar71xx/generic/profiles | |
parent | 3eb676240fb08796f16cbf5cf83dbf917f7814bc (diff) | |
download | mtk-20170518-d5555de5b0f65140791594ea485cd9528a58b560.zip mtk-20170518-d5555de5b0f65140791594ea485cd9528a58b560.tar.gz mtk-20170518-d5555de5b0f65140791594ea485cd9528a58b560.tar.bz2 |
ar71xx: move WNDR4300 profile to the nand subtarget
Signed-off-by: Stefan Agner <stefan@agner.ch>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 38647
Diffstat (limited to 'target/linux/ar71xx/generic/profiles')
-rw-r--r-- | target/linux/ar71xx/generic/profiles/netgear.mk | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/target/linux/ar71xx/generic/profiles/netgear.mk b/target/linux/ar71xx/generic/profiles/netgear.mk index c5adc0d..597c7aa 100644 --- a/target/linux/ar71xx/generic/profiles/netgear.mk +++ b/target/linux/ar71xx/generic/profiles/netgear.mk @@ -1,5 +1,5 @@ # -# Copyright (C) 2009-2012 OpenWrt.org +# Copyright (C) 2009-2013 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -28,18 +28,6 @@ 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)) - - define Profile/WNR2000V3 NAME:=NETGEAR WNR2000V3 endef |