mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2024-11-18 22:43:53 +01:00
squashfs-lzma
SVN-Revision: 254
This commit is contained in:
parent
eb77566679
commit
2045edee87
@ -49,6 +49,9 @@ $(LINUX_DIR)/.unpacked: $(DL_DIR)/$(LINUX_SOURCE) $(DL_DIR)/$(LINKSYS_KERNEL_TGZ
|
||||
-mkdir -p $(TOOL_BUILD_DIR)
|
||||
-(cd $(TOOL_BUILD_DIR); ln -sf $(LINUX_DIR) linux)
|
||||
toolchain/patch-kernel.sh $(LINUX_DIR) package/linux/kernel-patches
|
||||
ifeq ($(BR2_TARGET_ROOTFS_SQUASHFS_LZMA),y)
|
||||
toolchain/patch-kernel.sh $(LINUX_DIR) target/squashfs-lzma/kernel-patch
|
||||
endif
|
||||
-cp $(LINUX_KCONFIG) $(LINUX_DIR)/.config
|
||||
# extract linksys binary kernel stuff and include/shared files
|
||||
zcat $(DL_DIR)/$(LINKSYS_KERNEL_TGZ) | tar -C $(BUILD_DIR) $(TAR_OPTIONS) -
|
||||
|
Loading…
Reference in New Issue
Block a user