tools/zstd: enable position independent code compilation
[openwrt/staging/stintel.git] / target / linux / oxnas / ox820 / profiles / 00-default.mk
1 # SPDX-License-Identifier: GPL-2.0-only
2 #
3 # Copyright (C) 2016 OpenWrt.org
4
5 define Profile/Default
6 NAME:=Default Profile
7 PRIORITY:=1
8 PACKAGES:=\
9 kmod-i2c-gpio kmod-gpio-beeper kmod-hwmon-gpiofan \
10 kmod-rtc-pcf8563 kmod-rtc-ds1307 kmod-usb3
11 endef
12
13 define Profile/Default/Description
14 Default package set compatible with most boards.
15 endef
16
17 $(eval $(call Profile,Default))