00-default.mk 284 B

12345678910
  1. define Profile/Default
  2. NAME:=Default Profile
  3. PRIORITY:=1
  4. PACKAGES:=ath10k-firmware-qca99x0-ct ath10k-firmware-qca988x-ct ath10k-firmware-qca9984-ct
  5. endef
  6. define Profile/Default/Description
  7. Default package set compatible with most boards.
  8. endef
  9. $(eval $(call Profile,Default))