02404305d4b9d0a4c1dc01766c1b4c52ef90a294
[openwrt/staging/mkresin.git] / target / linux / arc770 / generic / profiles / 00-default.mk
1 # SPDX-License-Identifier: GPL-2.0-only
2 #
3 # Copyright (C) 2015 OpenWrt.org
4
5 define Profile/Default
6 NAME:=Default Profile (all drivers)
7 PACKAGES:= kmod-usb-ohci kmod-usb2 kmod-ath9k-htc wpad-basic-wolfssl
8 endef
9
10 define Profile/Default/Description
11 Default package set compatible with most boards.
12 endef
13 $(eval $(call Profile,Default))