Do not sync while building loop-aes, useless and taking some time in the build process
authorFlorian Fainelli <florian@openwrt.org>
Sun, 28 Sep 2008 08:18:20 +0000 (08:18 +0000)
committerFlorian Fainelli <florian@openwrt.org>
Sun, 28 Sep 2008 08:18:20 +0000 (08:18 +0000)
SVN-Revision: 12753

utils/loop-aes/patches/001-no_sync.patch [new file with mode: 0644]

diff --git a/utils/loop-aes/patches/001-no_sync.patch b/utils/loop-aes/patches/001-no_sync.patch
new file mode 100644 (file)
index 0000000..25d0072
--- /dev/null
@@ -0,0 +1,14 @@
+diff -urN loop-AES-v3.2c/Makefile loop-AES-v3.2c.new/Makefile
+--- loop-AES-v3.2c/Makefile    2007-06-13 17:21:00.000000000 +0200
++++ loop-AES-v3.2c.new/Makefile        2008-09-28 10:43:05.000000000 +0200
+@@ -208,10 +208,8 @@
+ ifeq ($(EXTRA_CIPHERS),y)
+       ln -s tmp-d-kbuild/loop_twofish.ko tmp-d-kbuild/loop_serpent.ko tmp-d-kbuild/loop_blowfish.ko .
+ endif
+-      sync
+ else
+       cd $(LS) && make SUBDIRS=$(TD) modules
+-      sync
+ endif
+ # 2.6 kernels older than 2.6.17 do not run depmod in "modules_install" stage,