2021-02-10 13:52:34 +00:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
2013-12-12 10:08:15 +00:00
|
|
|
#
|
|
|
|
# Copyright (C) 2013 OpenWrt.org
|
|
|
|
|
|
|
|
define Profile/Default
|
2017-04-15 17:00:10 +00:00
|
|
|
NAME:=Default Profile
|
|
|
|
PACKAGES:= \
|
|
|
|
kmod-usb-net-asix kmod-usb-net-asix-ax88179 kmod-usb-net-hso \
|
|
|
|
kmod-usb-net-kaweth kmod-usb-net-pegasus kmod-usb-net-mcs7830 \
|
|
|
|
kmod-usb-net-smsc95xx kmod-usb-net-dm9601-ether \
|
2022-12-28 04:44:11 +00:00
|
|
|
wpad-basic-mbedtls
|
2017-04-15 17:00:10 +00:00
|
|
|
PRIORITY := 1
|
2013-12-12 10:08:15 +00:00
|
|
|
endef
|
|
|
|
|
|
|
|
define Profile/Default/Description
|
|
|
|
Default package set compatible with most boards.
|
|
|
|
endef
|
|
|
|
|
|
|
|
$(eval $(call Profile,Default))
|