1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-09-18 23:18:59 +03:00
openwrt-xburst/target/linux/ar71xx/generic/profiles/01-minimal.mk
nbd 76707734e8 ar71xx: use DEFAULT:= in the uboot-ar71xx package instead of adding uboot to the profiles, fixes imagebuilder issues
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26401 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-04-02 12:43:21 +00:00

17 lines
353 B
Makefile

#
# Copyright (C) 2009 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
#
define Profile/Minimal
NAME:=Minimal Profile (no drivers)
PACKAGES:=
endef
define Profile/Minimal/Description
Minimal package set compatible with most boards.
endef
$(eval $(call Profile,Minimal))