mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
add some options to the lzma kernel compressor for smaller size
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1098 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
aececf0fdd
commit
2c655618a5
@ -193,7 +193,7 @@ $(LINUX_KERNEL): $(LINUX_DIR)/$(LINUX_BINLOC)
|
||||
touch -c $(LINUX_KERNEL)
|
||||
|
||||
$(LINUX_IMAGE): $(LINUX_KERNEL)
|
||||
cat $^ | $(BUILD_DIR)/lzma/lzma e -si -so -eos > $@ || (rm -f $@ && false)
|
||||
cat $^ | $(BUILD_DIR)/lzma/lzma e -si -so -eos -lc1 -lp2 -pb2 > $@ || (rm -f $@ && false)
|
||||
|
||||
$(LINUX_DIR)/.modules_done: $(LINUX_KERNEL) $(LINUX_IMAGE)
|
||||
rm -rf $(LINUX_BUILD_DIR)/modules
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user