OpenWrt – Blame information for rev 3

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 define Profile/Default
2 NAME:=Default Profile
3 PRIORITY:=1
3 office 4 PACKAGES:=ath10k-firmware-qca99x0 ath10k-firmware-qca988x ath10k-firmware-qca9984
1 office 5 endef
6  
7 define Profile/Default/Description
8 Default package set compatible with most boards.
9 endef
10 $(eval $(call Profile,Default))