h69k/target/linux/apm821xx/sata/profiles/00-default.mk
2024-09-29 22:35:28 +08:00

16 lines
341 B
Makefile

# 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-openssl
endef
define Profile/Default/Description
Default package set
endef
$(eval $(call Profile,Default))