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)
|
2010-12-10 23:17:08 +08:00
|
|
|
PACKAGES:=uboot-ar71xx-nbg460n_550n_550nh
|
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))
|