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>
This commit is contained in:
Mathias Kresin
2018-04-12 20:48:35 +02:00
parent 970f1914be
commit fb528b1674
3 changed files with 6 additions and 6 deletions

View File

@@ -20,7 +20,7 @@ define Package/ipq-wifi-default
SUBMENU:=ath10k IPQ4019 Boarddata
SECTION:=firmware
CATEGORY:=Firmware
DEPENDS:=@TARGET_ipq40xx +ath10k-firmware-qca4019
DEPENDS:=@TARGET_ipq40xx
TITLE:=Custom Board
endef