1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-11-05 23:54:05 +02:00
openwrt-xburst/target/linux/pxa/profiles/100-Default.mk

18 lines
314 B
Makefile
Raw Normal View History

#
# Copyright (C) 2012 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
#
define Profile/Default
NAME:=Default Profile
PACKAGES:=
endef
define Profile/Default/Description
Default PXA Profile
endef
$(eval $(call Profile,Default))