Either remove the extra '\' or use a single assignment...
Index: package/kernel/modules/crypto.mk
===================================================================
--- package/kernel/modules/crypto.mk    (revision 29788)
+++ package/kernel/modules/crypto.mk    (working copy)
@@ -385,7 +385,7 @@
     FILES += $(LINUX_DIR)/crypto/blowfish.ko
   else
     FILES += $(LINUX_DIR)/crypto/blowfish_common.ko \
-    FILES += $(LINUX_DIR)/crypto/blowfish_generic.ko
+            $(LINUX_DIR)/crypto/blowfish_generic.ko
   endif
   $(call AddDepends/crypto)
 endef
_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to