From: Eneas U de Queiroz <cotequeiroz@gmail.com>
Date: Wed, 15 Jan 2020 18:28:05 +0000 (-0300)
Subject: cryptodev-linux: remove DEFAULT redefinition
X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=9b25f833eb840527d07c47930de2c769115844f3;p=openwrt%2Fstaging%2Fblogic.git

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>
---

diff --git a/package/kernel/cryptodev-linux/Makefile b/package/kernel/cryptodev-linux/Makefile
index 2a8890286d36..da18c714b0a7 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)