[LEDE-DEV] [PATCH] ath10k-firmware: move to firmware section in buildroot
Stijn Segers
francesco.borromini at inventati.org
Sun Sep 18 13:44:32 PDT 2016
This patch moves the ath10k firmware packages to the firmware submenu
in the buildroot, where it belongs.
Signed-off-by: Stijn Segers <francesco.borromini at inventati.org>
---
package/firmware/ath10k-firmware/Makefile | 20 ++++++++++++++++----
1 file changed, 16 insertions(+), 4 deletions(-)
diff --git a/package/firmware/ath10k-firmware/Makefile b/package/firmware/ath10k-firmware/Makefile
index 624da6a..86f48d3 100644
--- a/package/firmware/ath10k-firmware/Makefile
+++ b/package/firmware/ath10k-firmware/Makefile
@@ -21,11 +21,9 @@ PKG_MAINTAINER:=Felix Fietkau <nbd at nbd.name>
include $(INCLUDE_DIR)/package.mk
-WMENU:=Wireless Drivers
-
define Package/ath10k-firmware-default
- SECTION:=kernel
- CATEGORY:=Kernel modules
+ SECTION:=firmware
+ CATEGORY:=Firmware
SUBMENU:=$(WMENU)
URL:=$(PKG_SOURCE_URL)
DEPENDS:=
@@ -64,6 +62,8 @@ define Package/ath10k-firmware-qca988x
$(Package/ath10k-firmware-default)
DEFAULT:=PACKAGE_kmod-ath10k
TITLE:=ath10k firmware for QCA988x devices
+ SECTION:=firmware
+ CATEGORY:=Firmware
endef
QCA988X_FIRMWARE_FILE:=firmware-5.bin_10.2.4.97-1
@@ -102,11 +102,15 @@ $(eval $(call Download,ath10k-firmware-qca9984-ct))
define Package/ath10k-firmware-qca99x0
$(Package/ath10k-firmware-default)
TITLE:=ath10k firmware for QCA99x0 devices
+ SECTION:=firmware
+ CATEGORY:=Firmware
endef
define Package/ath10k-firmware-qca988x-ct
$(Package/ath10k-firmware-default)
TITLE:=ath10k CT 10.1 firmware for QCA988x devices
+ SECTION:=firmware
+ CATEGORY:=Firmware
endef
define Package/ath10k-firmware-qca988x-ct/description
@@ -143,21 +147,29 @@ endef
define Package/ath10k-firmware-qca99x0-ct
$(Package/ath10k-firmware-default)
TITLE:=ath10k CT 10.4.3 firmware for QCA99x0 devices
+ SECTION:=firmware
+ CATEGORY:=Firmware
endef
define Package/ath10k-firmware-qca9984-ct
$(Package/ath10k-firmware-default)
TITLE:=ath10k CT 10.4.3 firmware for QCA9984 devices
+ SECTION:=firmware
+ CATEGORY:=Firmware
endef
define Package/ath10k-firmware-qca9984
$(Package/ath10k-firmware-default)
TITLE:=ath10k firmware for QCA9984 devices
+ SECTION:=firmware
+ CATEGORY:=Firmware
endef
define Package/ath10k-firmware-qca6174
$(Package/ath10k-firmware-default)
TITLE:=ath10k firmware for QCA6174 devices
+ SECTION:=firmware
+ CATEGORY:=Firmware
endef
QCA99X0_BOARD_REV:=ddcec9efd245da9365c474f513a855a55f3ac7fe
--
2.1.4
More information about the Lede-dev
mailing list