diff options
author | Mathias Kresin <dev@kresin.me> | 2018-04-12 20:48:35 +0200 |
---|---|---|
committer | Mathias Kresin <dev@kresin.me> | 2018-04-13 07:48:19 +0200 |
commit | fb528b1674b221f9d46ab24d1e9ab9ee0f54a66c (patch) | |
tree | 1be2fb3b098095ab02e5021a9960d84bf3f031e5 /target/linux/ipq40xx/Makefile | |
parent | 970f1914be3f299fb302ca74a214589397000858 (diff) | |
download | upstream-fb528b1674b221f9d46ab24d1e9ab9ee0f54a66c.tar.gz upstream-fb528b1674b221f9d46ab24d1e9ab9ee0f54a66c.tar.bz2 upstream-fb528b1674b221f9d46ab24d1e9ab9ee0f54a66c.zip |
ipq40xx: unbundle firmware and board file
Don't select the firmware with the board file, it prevents an easy use
of the -ct ath10k firmware. Select the firmware within the default
packages instead.
Remove the per device selection of the firmware now that it the
firmware is selected by default.
Signed-off-by: Mathias Kresin <dev@kresin.me>
Diffstat (limited to 'target/linux/ipq40xx/Makefile')
-rw-r--r-- | target/linux/ipq40xx/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ipq40xx/Makefile b/target/linux/ipq40xx/Makefile index e5bbdf40c2..ef7c0f56c5 100644 --- a/target/linux/ipq40xx/Makefile +++ b/target/linux/ipq40xx/Makefile @@ -17,5 +17,6 @@ DEFAULT_PACKAGES += \ kmod-leds-gpio kmod-gpio-button-hotplug swconfig \ kmod-ath10k wpad-mini \ kmod-usb3 kmod-usb-dwc3-of-simple kmod-usb-phy-qcom-dwc3 \ + ath10k-firmware-qca4019 $(eval $(call BuildTarget)) |