aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlberto Bursi <alberto.bursi@outlook.it>2016-12-10 17:02:58 +0100
committerJohn Crispin <john@phrozen.org>2016-12-14 11:05:54 +0100
commit70011393a9027ddd8fd3c57af072161a5ed5d00b (patch)
treec8b1e8927204bddc1b2f18c14dd82e04691db603
parent1e15d92de1266b299fb0475a804a8e1c99da5740 (diff)
downloadupstream-70011393a9027ddd8fd3c57af072161a5ed5d00b.tar.gz
upstream-70011393a9027ddd8fd3c57af072161a5ed5d00b.tar.bz2
upstream-70011393a9027ddd8fd3c57af072161a5ed5d00b.zip
ath10k-firmware: removed broken submenu
this package references an undefined variable for its submenu. Remove this NOP variable assignment. Signed-off-by: Alberto Bursi <alberto.bursi@outlook.it>
-rw-r--r--package/firmware/ath10k-firmware/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/package/firmware/ath10k-firmware/Makefile b/package/firmware/ath10k-firmware/Makefile
index 08fe5917a7..c15adc3bc1 100644
--- a/package/firmware/ath10k-firmware/Makefile
+++ b/package/firmware/ath10k-firmware/Makefile
@@ -25,7 +25,6 @@ include $(INCLUDE_DIR)/package.mk
define Package/ath10k-firmware-default
SECTION:=firmware
CATEGORY:=Firmware
- SUBMENU:=$(WMENU)
URL:=$(PKG_SOURCE_URL)
DEPENDS:=
endef