ar71xx: add support for the Buffalo WHR-HP-GN board
[openwrt/openwrt.git] / target / linux / ar71xx / generic / profiles / buffalo.mk
1 #
2 # Copyright (C) 2009 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/WZRHPG300NH
9 NAME:=Buffalo WZR-HP-G300NH
10 PACKAGES:=kmod-usb-core kmod-usb2 kmod-ledtrig-usbdev
11 endef
12
13 define Profile/WZRHPG300NH/Description
14 Package set optimized for the Buffalo WZR-HP-G300NH and WZR-HP-G301NH
15 endef
16
17 $(eval $(call Profile,WZRHPG300NH))
18
19 define Profile/WZRHPAG300H
20 NAME:=Buffalo WZR-HP-AG300H
21 PACKAGES:=kmod-usb-ohci kmod-usb-core kmod-usb2 kmod-ledtrig-usbdev
22 endef
23
24 define Profile/WZRHPAG300H/Description
25 Package set optimized for the Buffalo WZR-HP-AG300H
26 endef
27
28 $(eval $(call Profile,WZRHPAG300H))
29
30 define Profile/WHRG301N
31 NAME:=Buffalo WHR-G301N
32 PACKAGES:=
33 endef
34
35 define Profile/WHRG301N/Description
36 Package set optimized for the Buffalo WHR-G301N.
37 endef
38
39 $(eval $(call Profile,WHRG301N))
40
41
42 define Profile/WHRHPG300N
43 NAME:=Buffalo WHR-HP-G300N
44 PACKAGES:=
45 endef
46
47 define Profile/WHRHPG300N/Description
48 Package set optimized for the Buffalo WHR-HP-G300N
49 endef
50
51 $(eval $(call Profile,WHRHPG300N))