Initial commit
This commit is contained in:
15
target/linux/apm821xx/sata/profiles/00-default.mk
Normal file
15
target/linux/apm821xx/sata/profiles/00-default.mk
Normal file
@@ -0,0 +1,15 @@
|
||||
# SPDX-License-Identifier: GPL-2.0-only
|
||||
#
|
||||
# Copyright (C) 2011 OpenWrt.org
|
||||
|
||||
define Profile/Default
|
||||
NAME:=Default Profile
|
||||
PRIORITY:=1
|
||||
PACKAGES := kmod-usb-dwc2 kmod-usb-ledtrig-usbport kmod-usb-storage kmod-fs-vfat wpad-basic-wolfssl
|
||||
endef
|
||||
|
||||
define Profile/Default/Description
|
||||
Default package set
|
||||
endef
|
||||
|
||||
$(eval $(call Profile,Default))
|
||||
Reference in New Issue
Block a user