mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
remove handling of older unsupported kernels
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18955 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -14,20 +14,10 @@ CRYPTO_MENU:=Cryptographic API modules
|
||||
# - sha1 > sha1_generic (2.6.24)
|
||||
# - sha256 > sha256_generic (2.6.24)
|
||||
# - sha512 > sha512_generic (2.6.26)
|
||||
ifeq ($(strip $(call CompareKernelPatchVer,$(KERNEL_PATCHVER),ge,2.6.24)),1)
|
||||
CRYPTO_GENERIC:=_generic
|
||||
AES_SUFFIX:=$(CRYPTO_GENERIC)
|
||||
DES_SUFFIX:=$(CRYPTO_GENERIC)
|
||||
SHA1_SUFFIX:=$(CRYPTO_GENERIC)
|
||||
SHA256_SUFFIX:=$(CRYPTO_GENERIC)
|
||||
endif
|
||||
ifeq ($(strip $(call CompareKernelPatchVer,$(KERNEL_PATCHVER),ge,2.6.25)),1)
|
||||
CRYPTO_PREFIX:=crypto_
|
||||
BLKCIPHER_PREFIX:=$(CRYPTO_PREFIX)
|
||||
endif
|
||||
ifeq ($(strip $(call CompareKernelPatchVer,$(KERNEL_PATCHVER),ge,2.6.26)),1)
|
||||
SHA512_SUFFIX:=$(CRYPTO_GENERIC)
|
||||
endif
|
||||
AEAD_CONF:=AEAD
|
||||
MANAGER_CONF:=MANAGER
|
||||
BLKCIPHER_CONF:=BLKCIPHER
|
||||
|
||||
Reference in New Issue
Block a user