2010-04-28 04:16:27 +08:00
|
|
|
#
|
|
|
|
# Copyright (C) 2009 OpenWrt.org
|
|
|
|
#
|
|
|
|
# This is free software, licensed under the GNU General Public License v2.
|
|
|
|
# See /LICENSE for more information.
|
|
|
|
#
|
|
|
|
|
2010-06-07 01:41:34 +08:00
|
|
|
define Profile/Minimal
|
|
|
|
NAME:=Minimal Profile (no drivers)
|
2011-09-06 02:37:48 +08:00
|
|
|
PACKAGES:=-kmod-ath9k -wpad-mini
|
2010-04-28 04:16:27 +08:00
|
|
|
endef
|
|
|
|
|
2010-06-07 01:41:34 +08:00
|
|
|
define Profile/Minimal/Description
|
|
|
|
Minimal package set compatible with most boards.
|
2010-04-28 04:16:27 +08:00
|
|
|
endef
|
2010-06-07 01:41:34 +08:00
|
|
|
$(eval $(call Profile,Minimal))
|