diff options
author | Eneas U de Queiroz <cotequeiroz@gmail.com> | 2020-01-15 15:28:05 -0300 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2020-01-15 19:31:42 +0100 |
commit | dd4d49dcc1c7bf641200ac2fc40c604b01fea164 (patch) | |
tree | 381af0f91427fc7742581d6dc8b80d8492791c3c /package | |
parent | 44b37774f94c6ab87ba0a7f2feaa6e845c2c168c (diff) | |
download | upstream-dd4d49dcc1c7bf641200ac2fc40c604b01fea164.tar.gz upstream-dd4d49dcc1c7bf641200ac2fc40c604b01fea164.tar.bz2 upstream-dd4d49dcc1c7bf641200ac2fc40c604b01fea164.zip |
cryptodev-linux: remove DEFAULT redefinition
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>
(cherry picked from commit 9b25f833eb840527d07c47930de2c769115844f3)
Diffstat (limited to 'package')
-rw-r--r-- | package/kernel/cryptodev-linux/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/package/kernel/cryptodev-linux/Makefile b/package/kernel/cryptodev-linux/Makefile index 2a8890286d..da18c714b0 100644 --- 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) |