2007-10-05 17:50:53 +03:00
|
|
|
#
|
|
|
|
# Copyright (C) 2007 OpenWrt.org
|
|
|
|
#
|
|
|
|
# This is free software, licensed under the GNU General Public License v2.
|
|
|
|
# See /LICENSE for more information.
|
|
|
|
#
|
|
|
|
|
2007-11-03 16:53:24 +02:00
|
|
|
define Profile/BR6104K
|
|
|
|
NAME:=Edimax BR-6104K (Unofficial)
|
|
|
|
endef
|
|
|
|
|
|
|
|
define Profile/BR6104K/Description
|
|
|
|
Package set optimized for the Edimax BR-6104K
|
|
|
|
endef
|
|
|
|
|
2007-10-05 17:50:53 +03:00
|
|
|
define Profile/BR6104KP
|
2007-11-03 16:53:24 +02:00
|
|
|
NAME:=Edimax BR-6104KP (Unofficial)
|
2007-10-05 17:50:53 +03:00
|
|
|
PACKAGES:=kmod-usb-core kmod-usb-adm5120
|
|
|
|
endef
|
|
|
|
|
|
|
|
define Profile/BR6104KP/Description
|
|
|
|
Package set optimized for the Edimax BR-6104KP
|
|
|
|
endef
|
|
|
|
|
2007-11-03 16:53:24 +02:00
|
|
|
$(eval $(call Profile,BR6104K))
|
2007-10-05 17:50:53 +03:00
|
|
|
$(eval $(call Profile,BR6104KP))
|