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
This commit is contained in:
parent
60c07537cf
commit
65a6f7d8fe
14
utils/loop-aes/patches/001-no_sync.patch
Normal file
14
utils/loop-aes/patches/001-no_sync.patch
Normal file
@ -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,
|
Loading…
x
Reference in New Issue
Block a user