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 9b25f833eb)
			
			
This commit is contained in:
		 Eneas U de Queiroz
					Eneas U de Queiroz
				
			
				
					committed by
					
						 Jo-Philipp Wich
						Jo-Philipp Wich
					
				
			
			
				
	
			
			
			 Jo-Philipp Wich
						Jo-Philipp Wich
					
				
			
						parent
						
							44b37774f9
						
					
				
				
					commit
					dd4d49dcc1
				
			| @@ -27,7 +27,6 @@ include $(INCLUDE_DIR)/package.mk | |||||||
|  |  | ||||||
| define KernelPackage/cryptodev | define KernelPackage/cryptodev | ||||||
|   SUBMENU:=Cryptographic API modules |   SUBMENU:=Cryptographic API modules | ||||||
|   DEFAULT:=m if ALL |  | ||||||
|   TITLE:=Driver for cryptographic acceleration |   TITLE:=Driver for cryptographic acceleration | ||||||
|   URL:=http://cryptodev-linux.org/ |   URL:=http://cryptodev-linux.org/ | ||||||
|   VERSION:=$(LINUX_VERSION)+$(PKG_VERSION)-$(BOARD)-$(PKG_RELEASE) |   VERSION:=$(LINUX_VERSION)+$(PKG_VERSION)-$(BOARD)-$(PKG_RELEASE) | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user