Initial commit
This commit is contained in:
19
target/linux/apm821xx/nand/profiles/00-default.mk
Normal file
19
target/linux/apm821xx/nand/profiles/00-default.mk
Normal file
@@ -0,0 +1,19 @@
|
||||
# SPDX-License-Identifier: GPL-2.0-only
|
||||
#
|
||||
# Copyright (C) 2011 OpenWrt.org
|
||||
|
||||
define Profile/Default
|
||||
NAME:=Default Profile
|
||||
PRIORITY:=1
|
||||
PACKAGES := badblocks block-mount e2fsprogs \
|
||||
kmod-dm kmod-fs-ext4 kmod-fs-vfat kmod-usb-ledtrig-usbport \
|
||||
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
|
||||
endef
|
||||
|
||||
define Profile/Default/Description
|
||||
Default package set
|
||||
endef
|
||||
|
||||
$(eval $(call Profile,Default))
|
||||
Reference in New Issue
Block a user