2014-12-13 08:07:03 +00:00
|
|
|
#
|
|
|
|
# Copyright (C) 2014 OpenWrt.org
|
|
|
|
#
|
|
|
|
# This is free software, licensed under the GNU General Public License v2.
|
|
|
|
# See /LICENSE for more information.
|
|
|
|
#
|
|
|
|
|
2015-08-17 05:59:36 +00:00
|
|
|
define Profile/AI-BR100
|
2014-12-13 08:07:03 +00:00
|
|
|
NAME:=Aigale Ai-BR100
|
|
|
|
PACKAGES:=kmod-usb-ohci kmod-usb2
|
|
|
|
endef
|
|
|
|
|
2015-08-17 05:59:36 +00:00
|
|
|
define Profile/AI-BR100/Description
|
2014-12-13 08:07:03 +00:00
|
|
|
Default package set for Aigale Ai-BR100.
|
|
|
|
endef
|
2015-08-17 05:59:36 +00:00
|
|
|
$(eval $(call Profile,AI-BR100))
|