ar71xx: add profile and build image for the WNR612 v2 board
[openwrt/svn-archive/archive.git] / target / linux / ar71xx / generic / profiles / netgear.mk
1 #
2 # Copyright (C) 2009-2012 OpenWrt.org
3 #
4 # This is free software, licensed under the GNU General Public License v2.
5 # See /LICENSE for more information.
6 #
7
8 define Profile/WNDAP360
9 NAME:=NETGEAR WNDAP360
10 PACKAGES:=
11 endef
12
13 define Profile/WNDAP360/Description
14 Package set optimized for the NETGEAR WNDAP360
15 endef
16
17 $(eval $(call Profile,WNDAP360))
18
19 define Profile/WNDR3700
20 NAME:=NETGEAR WNDR3700/WNDR3800/WNDRMAC
21 PACKAGES:=kmod-usb-core kmod-usb-ohci kmod-usb2 kmod-ledtrig-usbdev kmod-leds-wndr3700-usb
22 endef
23
24 define Profile/WNDR3700/Description
25 Package set optimized for the NETGEAR WNDR3700/WNDR3800/WNDRMAC
26 endef
27
28 $(eval $(call Profile,WNDR3700))
29
30
31 define Profile/WNDR4300
32 NAME:=NETGEAR WNDR4300
33 PACKAGES:=kmod-usb-core kmod-usb-ohci kmod-usb2 kmod-ledtrig-usbdev
34 endef
35
36 define Profile/WNDR4300/Description
37 Package set optimized for the NETGEAR WNDR4300
38 endef
39
40 $(eval $(call Profile,WNDR4300))
41
42
43 define Profile/WNR2000V3
44 NAME:=NETGEAR WNR2000V3
45 endef
46
47 define Profile/WNR2000V3/Description
48 Package set optimized for the NETGEAR WNR2000V3
49 endef
50
51 $(eval $(call Profile,WNR2000V3))
52
53
54 define Profile/WNR612V2
55 NAME:=NETGEAR WNR612V2
56 endef
57
58 define Profile/WNR612V2/Description
59 Package set optimized for the NETGEAR WNR612V2
60 endef
61
62 $(eval $(call Profile,WNR612V2))