mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-03-14 23:09:45 +01:00
add lzma to compile chain
SVN-Revision: 695
This commit is contained in:
parent
5d84cf7dfd
commit
4464974542
1 changed files with 1 additions and 1 deletions
|
|
@ -74,7 +74,7 @@ $(BIN_DIR):
|
|||
|
||||
$(INSTALL_TARGET_DIRS): lzma-loader-compile
|
||||
$(IMAGE_TARGETS): $(patsubst %,%-install,$(TARGET_DIRS))
|
||||
compile: $(patsubst %,%-compile,jffs2 squashfs-lzma lzma-loader)
|
||||
compile: $(patsubst %,%-compile,jffs2 lzma squashfs-lzma lzma-loader)
|
||||
install: utils-install lzma-install $(LINUX_IMAGE) $(patsubst %,%-install,$(TARGET_DIRS)) $(IMAGE_TARGETS)
|
||||
clean: $(patsubst %,%-clean,$(TARGET_DIRS)) image_clean
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue