diff options
author | Stijn Segers <francesco.borromini@inventati.org> | 2016-09-18 22:44:32 +0200 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2016-09-28 08:39:01 +0200 |
commit | fb586939ccf16717eb74cd0478f53dabefb16b0c (patch) | |
tree | d0dedaf88fc43cd308c1a38869d24099ff54c5ca /package/firmware | |
parent | e7be0decf65a2d3ecbe344bcb172151516815935 (diff) | |
download | upstream-fb586939ccf16717eb74cd0478f53dabefb16b0c.tar.gz upstream-fb586939ccf16717eb74cd0478f53dabefb16b0c.tar.bz2 upstream-fb586939ccf16717eb74cd0478f53dabefb16b0c.zip |
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>
Diffstat (limited to 'package/firmware')
-rw-r--r-- | package/firmware/ath10k-firmware/Makefile | 20 |
1 files changed, 16 insertions, 4 deletions
diff --git a/package/firmware/ath10k-firmware/Makefile b/package/firmware/ath10k-firmware/Makefile index d3932401ce..73309ad268 100644 --- a/package/firmware/ath10k-firmware/Makefile +++ b/package/firmware/ath10k-firmware/Makefile @@ -21,11 +21,9 @@ PKG_MAINTAINER:=Felix Fietkau <nbd@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_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 $(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 @@ -135,21 +139,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 |