7dc791ecde354266b9abf70aa9f1572b276dd298
[openwrt/openwrt.git] / target / linux / sunxi / profiles / 00-default.mk
1 #
2 # Copyright (C) 2017 Yousong Zhou
3 #
4 # This is free software, licensed under the GNU General Public License v2.
5 # See /LICENSE for more information.
6 #
7
8 define Profile/Default
9 NAME:=Default Profile (all drivers)
10 PACKAGES:= \
11 kmod-ata-sunxi \
12 kmod-brcmfmac \
13 kmod-rtc-sunxi \
14 kmod-rtl8192cu \
15 kmod-rtl8xxxu \
16 kmod-sun4i-emac \
17 rtl8188eu-firmware \
18 swconfig \
19 wpad-basic-wolfssl
20 PRIORITY := 1
21 endef
22
23 define Profile/Default/Description
24 Default profile with package set compatible with most boards.
25 endef
26 $(eval $(call Profile,Default))