2014-08-18 21:50:40 +00:00
|
|
|
#
|
2016-05-24 19:09:19 +00:00
|
|
|
# Copyright (C) 2016 LEDE project
|
2014-08-18 21:50:40 +00:00
|
|
|
#
|
|
|
|
# This is free software, licensed under the GNU General Public License v2.
|
|
|
|
# See /LICENSE for more information.
|
|
|
|
#
|
|
|
|
|
|
|
|
define Profile/Default
|
|
|
|
NAME:=Default Profile
|
|
|
|
PACKAGES:=kmod-b43 wpad-mini
|
2016-05-24 19:09:19 +00:00
|
|
|
PRIORITY:=1
|
2014-08-18 21:50:40 +00:00
|
|
|
endef
|
2016-05-24 19:09:19 +00:00
|
|
|
|
2014-08-18 21:50:40 +00:00
|
|
|
define Profile/Default/description
|
|
|
|
Package set compatible with most boards.
|
|
|
|
endef
|
2016-05-24 19:09:19 +00:00
|
|
|
|
2014-08-18 21:50:40 +00:00
|
|
|
$(eval $(call Profile,Default))
|