b7ecfb0831778358d8a815653ebb878d6f11e073
[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-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 uboot-sunxi-all \
21 wpad-mini
22 PRIORITY := 1
23 endef
24
25 define Profile/Default/Description
26 Default profile with package set compatible with most boards.
27 endef
28 $(eval $(call Profile,Default))