Author: nbd Date: 2015-01-05 14:01:17 +0100 (Mon, 05 Jan 2015) New Revision: 43829
Modified: trunk/package/kernel/linux/modules/crypto.mk Log: kernel/modules: remove superfluous backslash Signed-off-by: Stijn Tintel <[email protected]> Modified: trunk/package/kernel/linux/modules/crypto.mk =================================================================== --- trunk/package/kernel/linux/modules/crypto.mk 2015-01-05 10:11:28 UTC (rev 43828) +++ trunk/package/kernel/linux/modules/crypto.mk 2015-01-05 13:01:17 UTC (rev 43829) @@ -13,7 +13,7 @@ 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 _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
