00-default.mk 336 B

12345678910111213
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. #
  3. # Copyright (C) 2015 OpenWrt.org
  4. define Profile/Default
  5. NAME:=Default Profile (all drivers)
  6. PACKAGES:= kmod-usb-ohci kmod-usb2 kmod-ath9k-htc wpad-basic-wolfssl
  7. endef
  8. define Profile/Default/Description
  9. Default package set compatible with most boards.
  10. endef
  11. $(eval $(call Profile,Default))