default.mk 302 B

123456789101112131415
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. #
  3. # Copyright (C) 2016 LEDE project
  4. define Profile/Default
  5. NAME:=Default Profile
  6. PACKAGES:=kmod-b43 wpad-basic-mbedtls
  7. PRIORITY:=1
  8. endef
  9. define Profile/Default/Description
  10. Package set compatible with most boards.
  11. endef
  12. $(eval $(call Profile,Default))