diff options
author | Felix Fietkau <nbd@nbd.name> | 2016-07-04 11:39:24 +0200 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2016-07-04 11:41:32 +0200 |
commit | 39a229ed4b76434df5178cd73401918dec275653 (patch) | |
tree | 3e5d6b304ae8dccea25656dbff9643efd499143d | |
parent | abf0768131db659c6819de9e7149624dd044c345 (diff) | |
download | upstream-39a229ed4b76434df5178cd73401918dec275653.tar.gz upstream-39a229ed4b76434df5178cd73401918dec275653.tar.bz2 upstream-39a229ed4b76434df5178cd73401918dec275653.zip |
ipq806x: enable ath10k firmware for 988x, 99x0 and 9984 by default
Signed-off-by: Felix Fietkau <nbd@nbd.name>
-rw-r--r-- | target/linux/ipq806x/profiles/00-default.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/target/linux/ipq806x/profiles/00-default.mk b/target/linux/ipq806x/profiles/00-default.mk index 26bc8b502b..9baa24fa95 100644 --- a/target/linux/ipq806x/profiles/00-default.mk +++ b/target/linux/ipq806x/profiles/00-default.mk @@ -1,6 +1,7 @@ define Profile/Default - NAME:=Default Profile - PRIORITY:=1 + NAME:=Default Profile + PRIORITY:=1 + PACKAGES:=ath10k-firmware-qca99x0 ath10k-firmware-qca988x ath10k-firmware-qca9984 endef define Profile/Default/Description |