ath10k-firmware: move to firmware section in buildroot
This patch moves the ath10k firmware packages to the firmware submenu in the buildroot, where it belongs. Signed-off-by: Stijn Segers <francesco.borromini@inventati.org>
This commit is contained in:
parent
e7be0decf6
commit
fb586939cc
1 changed files with 16 additions and 4 deletions
|
@ -21,11 +21,9 @@ PKG_MAINTAINER:=Felix Fietkau <nbd@nbd.name>
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
|
||||||
WMENU:=Wireless Drivers
|
|
||||||
|
|
||||||
define Package/ath10k-firmware-default
|
define Package/ath10k-firmware-default
|
||||||
SECTION:=kernel
|
SECTION:=firmware
|
||||||
CATEGORY:=Kernel modules
|
CATEGORY:=Firmware
|
||||||
SUBMENU:=$(WMENU)
|
SUBMENU:=$(WMENU)
|
||||||
URL:=$(PKG_SOURCE_URL)
|
URL:=$(PKG_SOURCE_URL)
|
||||||
DEPENDS:=
|
DEPENDS:=
|
||||||
|
@ -64,6 +62,8 @@ define Package/ath10k-firmware-qca988x
|
||||||
$(Package/ath10k-firmware-default)
|
$(Package/ath10k-firmware-default)
|
||||||
DEFAULT:=PACKAGE_kmod-ath10k
|
DEFAULT:=PACKAGE_kmod-ath10k
|
||||||
TITLE:=ath10k firmware for QCA988x devices
|
TITLE:=ath10k firmware for QCA988x devices
|
||||||
|
SECTION:=firmware
|
||||||
|
CATEGORY:=Firmware
|
||||||
endef
|
endef
|
||||||
|
|
||||||
QCA988X_FIRMWARE_FILE_CT:=firmware-2-ct-full-community-16.1.bin-lede
|
QCA988X_FIRMWARE_FILE_CT:=firmware-2-ct-full-community-16.1.bin-lede
|
||||||
|
@ -94,11 +94,15 @@ $(eval $(call Download,ath10k-firmware-qca9984-ct))
|
||||||
define Package/ath10k-firmware-qca99x0
|
define Package/ath10k-firmware-qca99x0
|
||||||
$(Package/ath10k-firmware-default)
|
$(Package/ath10k-firmware-default)
|
||||||
TITLE:=ath10k firmware for QCA99x0 devices
|
TITLE:=ath10k firmware for QCA99x0 devices
|
||||||
|
SECTION:=firmware
|
||||||
|
CATEGORY:=Firmware
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/ath10k-firmware-qca988x-ct
|
define Package/ath10k-firmware-qca988x-ct
|
||||||
$(Package/ath10k-firmware-default)
|
$(Package/ath10k-firmware-default)
|
||||||
TITLE:=ath10k CT 10.1 firmware for QCA988x devices
|
TITLE:=ath10k CT 10.1 firmware for QCA988x devices
|
||||||
|
SECTION:=firmware
|
||||||
|
CATEGORY:=Firmware
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/ath10k-firmware-qca988x-ct/description
|
define Package/ath10k-firmware-qca988x-ct/description
|
||||||
|
@ -135,21 +139,29 @@ endef
|
||||||
define Package/ath10k-firmware-qca99x0-ct
|
define Package/ath10k-firmware-qca99x0-ct
|
||||||
$(Package/ath10k-firmware-default)
|
$(Package/ath10k-firmware-default)
|
||||||
TITLE:=ath10k CT 10.4.3 firmware for QCA99x0 devices
|
TITLE:=ath10k CT 10.4.3 firmware for QCA99x0 devices
|
||||||
|
SECTION:=firmware
|
||||||
|
CATEGORY:=Firmware
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/ath10k-firmware-qca9984-ct
|
define Package/ath10k-firmware-qca9984-ct
|
||||||
$(Package/ath10k-firmware-default)
|
$(Package/ath10k-firmware-default)
|
||||||
TITLE:=ath10k CT 10.4.3 firmware for QCA9984 devices
|
TITLE:=ath10k CT 10.4.3 firmware for QCA9984 devices
|
||||||
|
SECTION:=firmware
|
||||||
|
CATEGORY:=Firmware
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/ath10k-firmware-qca9984
|
define Package/ath10k-firmware-qca9984
|
||||||
$(Package/ath10k-firmware-default)
|
$(Package/ath10k-firmware-default)
|
||||||
TITLE:=ath10k firmware for QCA9984 devices
|
TITLE:=ath10k firmware for QCA9984 devices
|
||||||
|
SECTION:=firmware
|
||||||
|
CATEGORY:=Firmware
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/ath10k-firmware-qca6174
|
define Package/ath10k-firmware-qca6174
|
||||||
$(Package/ath10k-firmware-default)
|
$(Package/ath10k-firmware-default)
|
||||||
TITLE:=ath10k firmware for QCA6174 devices
|
TITLE:=ath10k firmware for QCA6174 devices
|
||||||
|
SECTION:=firmware
|
||||||
|
CATEGORY:=Firmware
|
||||||
endef
|
endef
|
||||||
|
|
||||||
QCA99X0_BOARD_REV:=ddcec9efd245da9365c474f513a855a55f3ac7fe
|
QCA99X0_BOARD_REV:=ddcec9efd245da9365c474f513a855a55f3ac7fe
|
||||||
|
|
Loading…
Reference in a new issue