12c38ec7babb2fd349900ef659dfcdd5698807f1
[openwrt/staging/florian.git] / target / linux / apm821xx / nand / profiles / 00-default.mk
1 #
2 # Copyright (C) 2011 OpenWrt.org
3 #
4 # This is free software, licensed under the GNU General Public License v2.
5 # See /LICENSE for more information.
6 #
7
8 define Profile/Default
9 NAME:=Default Profile
10 PRIORITY:=1
11 PACKAGES := badblocks block-mount e2fsprogs \
12 kmod-ath9k kmod-dm kmod-fs-ext4 kmod-fs-vfat kmod-usb-ledtrig-usbport \
13 kmod-md-mod kmod-nls-cp437 kmod-nls-iso8859-1 kmod-nls-iso8859-15 \
14 kmod-nls-utf8 kmod-usb3 kmod-usb-dwc2 kmod-usb-storage \
15 kmod-spi-gpio partx-utils swconfig wpad-mini
16 endef
17
18 define Profile/Default/Description
19 Default package set
20 endef
21
22 $(eval $(call Profile,Default))