[adm5120] image generation cleanups
[openwrt.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 endef
11
12 define Profile/BR6104K/Description
13         Package set optimized for the Edimax BR-6104K
14 endef
15
16 define Profile/BR6104KP
17         NAME:=Edimax BR-6104KP (Unofficial)
18         PACKAGES:=kmod-usb-core kmod-usb-adm5120
19 endef
20
21 define Profile/BR6104KP/Description
22         Package set optimized for the Edimax BR-6104KP
23 endef
24
25 define Profile/BR6104WG
26         NAME:=Edimax BR-6104Wg (Unofficial, No WiFi)
27 endef
28
29 define Profile/BR6104WG/Description
30         Package set optimized for the Edimax BR-6104Wg
31 endef
32
33 define Profile/BR6114WG
34         NAME:=Edimax BR-6114WG (Unofficial, No WiFi)
35 endef
36
37 define Profile/BR6114WG/Description
38         Package set optimized for the Edimax BR-6114WG
39 endef
40
41 $(eval $(call Profile,BR6104K))
42 $(eval $(call Profile,BR6104KP))
43 $(eval $(call Profile,BR6104WG))
44 $(eval $(call Profile,BR6114WG))