ee0bc6bdd93c8009e12ff3e5b69c840c661f98bc
[openwrt/staging/mkresin.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-core \
12 kmod-ata-sunxi \
13 kmod-brcmfmac \
14 kmod-rtc-sunxi \
15 kmod-rtl8192cu \
16 kmod-rtl8xxxu \
17 kmod-sun4i-emac \
18 rtl8188eu-firmware \
19 swconfig \
20 wpad-mini
21 PRIORITY := 1
22 endef
23
24 define Profile/Default/Description
25 Default profile with package set compatible with most boards.
26 endef
27 $(eval $(call Profile,Default))