From: florian Date: Sun, 28 Sep 2008 08:18:20 +0000 (+0000) Subject: Do not sync while building loop-aes, useless and taking some time in the build process X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=65a6f7d8fef68bb1c48fca5049762e4c2abef571;p=packages.git Do not sync while building loop-aes, useless and taking some time in the build process git-svn-id: svn://svn.openwrt.org/openwrt/packages@12753 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/utils/loop-aes/patches/001-no_sync.patch b/utils/loop-aes/patches/001-no_sync.patch new file mode 100644 index 000000000..25d0072b5 --- /dev/null +++ b/utils/loop-aes/patches/001-no_sync.patch @@ -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,