merge r13819 to 8.09
[openwrt/svn-archive/archive.git] / target / linux / adm5120 / router_le / profiles / Edimax.mk
1 #
2 # Copyright (C) 2007,2008 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/BR6104K
9 NAME:=Edimax BR-6104K (Unofficial)
10 PACKAGES:=-hostapd-mini
11 endef
12
13 define Profile/BR6104K/Description
14 Package set optimized for the Edimax BR-6104K
15 endef
16
17 define Profile/BR6104KP
18 NAME:=Edimax BR-6104KP (Unofficial)
19 PACKAGES:=-hostapd-mini kmod-usb-core kmod-usb-adm5120
20 endef
21
22 define Profile/BR6104KP/Description
23 Package set optimized for the Edimax BR-6104KP
24 endef
25
26 define Profile/BR6104WG
27 NAME:=Edimax BR-6104Wg (Unofficial, No WiFi)
28 PACKAGES:=-hostapd-mini
29 endef
30
31 define Profile/BR6104WG/Description
32 Package set optimized for the Edimax BR-6104Wg
33 endef
34
35 define Profile/BR6114WG
36 NAME:=Edimax BR-6114WG (Unofficial, No WiFi)
37 PACKAGES:=-hostapd-mini
38 endef
39
40 define Profile/BR6114WG/Description
41 Package set optimized for the Edimax BR-6114WG
42 endef
43
44 $(eval $(call Profile,BR6104K))
45 $(eval $(call Profile,BR6104KP))
46 $(eval $(call Profile,BR6104WG))
47 $(eval $(call Profile,BR6114WG))