summaryrefslogtreecommitdiffstats
path: root/target/linux/apm821xx/nand/profiles/00-default.mk
blob: 9b3e84feafdb1e03a38f636ec732d9e5e4bbe052 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#
# Copyright (C) 2011 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
  PRIORITY:=1
  PACKAGES := badblocks block-mount e2fsprogs \
	kmod-ath9k kmod-dm kmod-fs-ext4 kmod-fs-vfat kmod-ledtrig-usbdev \
	kmod-md-mod kmod-nls-cp437 kmod-nls-iso8859-1 kmod-nls-iso8859-15 \
	kmod-nls-utf8 kmod-usb3 kmod-usb-dwc2 kmod-usb-storage \
	kmod-spi-gpio partx-utils swconfig wpad-mini
endef

define Profile/Default/Description
	Default package set
endef

$(eval $(call Profile,Default))