projects
/
openwrt
/
staging
/
hauke.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
866790f
)
cryptodev-linux: remove DEFAULT redefinition
author
Eneas U de Queiroz
<cotequeiroz@gmail.com>
Wed, 15 Jan 2020 18:28:05 +0000
(15:28 -0300)
committer
Jo-Philipp Wich
<jo@mein.io>
Wed, 15 Jan 2020 18:31:08 +0000
(19:31 +0100)
The 'DEFAULT:=m if ALL' line prevents the phase1 buildbots from building
the package, and users from downloading it, since they use 'ALL_KMODS=y'
but 'ALL' is not set.
Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
package/kernel/cryptodev-linux/Makefile
patch
|
blob
|
history
diff --git
a/package/kernel/cryptodev-linux/Makefile
b/package/kernel/cryptodev-linux/Makefile
index 2a8890286d367b1dd4fdeccfeb9a9805744a5545..da18c714b0a7fa43ad202979e279bad5ba1a11e6 100644
(file)
--- a/
package/kernel/cryptodev-linux/Makefile
+++ b/
package/kernel/cryptodev-linux/Makefile
@@
-27,7
+27,6
@@
include $(INCLUDE_DIR)/package.mk
define KernelPackage/cryptodev
SUBMENU:=Cryptographic API modules
- DEFAULT:=m if ALL
TITLE:=Driver for cryptographic acceleration
URL:=http://cryptodev-linux.org/
VERSION:=$(LINUX_VERSION)+$(PKG_VERSION)-$(BOARD)-$(PKG_RELEASE)