9b0ca65c2bbeead467ca531242670aa70992057c
[openwrt/svn-archive/archive.git] / target / linux / adm5120 / router_le / profiles / Edimax.mk
1 #
2 # Copyright (C) 2007 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 $(eval $(call Profile,BR6104K))
26 $(eval $(call Profile,BR6104KP))