[OpenWrt-Devel] [PATCH 01/10] kernel/modules: remove superfluous backslash
Stijn Tintel
stijn at linux-ipv6.be
Fri Jan 2 03:22:33 EST 2015
Signed-off-by: Stijn Tintel <stijn at linux-ipv6.be>
---
package/kernel/linux/modules/crypto.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/kernel/linux/modules/crypto.mk b/package/kernel/linux/modules/crypto.mk
index d9d673c..de3d851 100644
--- a/package/kernel/linux/modules/crypto.mk
+++ b/package/kernel/linux/modules/crypto.mk
@@ -13,7 +13,7 @@ CRYPTO_MODULES = \
CRYPTOMGR_MODULES = \
AEAD2=aead \
- MANAGER2=cryptomgr \
+ MANAGER2=cryptomgr
crypto_confvar=CONFIG_CRYPTO_$(word 1,$(subst =,$(space),$(1)))
crypto_file=$(LINUX_DIR)/crypto/$(word 2,$(subst =,$(space),$(1))).ko
--
2.0.5
_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
More information about the openwrt-devel
mailing list