2007-10-05 14:50:53 +00:00
|
|
|
#
|
2008-01-29 10:33:34 +00:00
|
|
|
# Copyright (C) 2007,2008 OpenWrt.org
|
2007-10-05 14:50:53 +00:00
|
|
|
#
|
|
|
|
# This is free software, licensed under the GNU General Public License v2.
|
|
|
|
# See /LICENSE for more information.
|
|
|
|
#
|
|
|
|
|
2007-11-03 14:53:24 +00: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 14:50:53 +00:00
|
|
|
define Profile/BR6104KP
|
2007-11-03 14:53:24 +00:00
|
|
|
NAME:=Edimax BR-6104KP (Unofficial)
|
2007-10-05 14:50:53 +00:00
|
|
|
PACKAGES:=kmod-usb-core kmod-usb-adm5120
|
|
|
|
endef
|
|
|
|
|
|
|
|
define Profile/BR6104KP/Description
|
|
|
|
Package set optimized for the Edimax BR-6104KP
|
|
|
|
endef
|
|
|
|
|
2008-01-29 10:33:34 +00:00
|
|
|
define Profile/BR6104WG
|
|
|
|
NAME:=Edimax BR-6104Wg (Unofficial, No WiFi)
|
|
|
|
endef
|
|
|
|
|
|
|
|
define Profile/BR6104WG/Description
|
|
|
|
Package set optimized for the Edimax BR-6104Wg
|
|
|
|
endef
|
|
|
|
|
|
|
|
define Profile/BR6114WG
|
|
|
|
NAME:=Edimax BR-6114WG (Unofficial, No WiFi)
|
|
|
|
endef
|
|
|
|
|
|
|
|
define Profile/BR6114WG/Description
|
|
|
|
Package set optimized for the Edimax BR-6114WG
|
|
|
|
endef
|
|
|
|
|
2007-11-03 14:53:24 +00:00
|
|
|
$(eval $(call Profile,BR6104K))
|
2007-10-05 14:50:53 +00:00
|
|
|
$(eval $(call Profile,BR6104KP))
|
2008-01-29 10:33:34 +00:00
|
|
|
$(eval $(call Profile,BR6104WG))
|
|
|
|
$(eval $(call Profile,BR6114WG))
|