projects
/
openwrt
/
staging
/
zorun.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1e15d92
)
ath10k-firmware: removed broken submenu
author
Alberto Bursi
<alberto.bursi@outlook.it>
Sat, 10 Dec 2016 16:02:58 +0000
(17:02 +0100)
committer
John Crispin
<john@phrozen.org>
Wed, 14 Dec 2016 10:05:54 +0000
(11:05 +0100)
this package references an undefined variable for its submenu.
Remove this NOP variable assignment.
Signed-off-by: Alberto Bursi <alberto.bursi@outlook.it>
package/firmware/ath10k-firmware/Makefile
patch
|
blob
|
history
diff --git
a/package/firmware/ath10k-firmware/Makefile
b/package/firmware/ath10k-firmware/Makefile
index 08fe5917a75f389f5f602157377784067a9c54e8..c15adc3bc19fb04e6001e9d4dc489dec8027b7c6 100644
(file)
--- 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