base-files: sysupgrade: fix streaming backup archives to stdout
[openwrt/staging/mans0n.git] / target / linux / bcm63xx / profiles / default.mk
1 # SPDX-License-Identifier: GPL-2.0-only
2 #
3 # Copyright (C) 2016 LEDE project
4
5 define Profile/Default
6 NAME:=Default Profile
7 PACKAGES:=kmod-b43 wpad-basic-mbedtls
8 PRIORITY:=1
9 endef
10
11 define Profile/Default/Description
12 Package set compatible with most boards.
13 endef
14
15 $(eval $(call Profile,Default))