1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-09-21 21:04:45 +03:00
openwrt-xburst/openwrt/target/squashfs-lzma/Makefile
wbx 2b9b4c5a2d lzma loader patch from oleg, great thanks good work, saves another 300 kb flashmemory
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@513 3c298f89-4303-0410-b956-a3cf2f4a3e73
2005-04-02 12:12:58 +00:00

17 lines
499 B
Makefile

include $(TOPDIR)/rules.mk
include ./squashfslzmaroot.mk
TARGETS:=$(BIN_DIR)/openwrt-generic-squashfs.trx
prepare: $(SQUASHFSLZMA_DIR)/.unpacked
compile: squashfslzma
install: $(TARGETS)
clean: squashfslzmaroot-dirclean
$(BIN_DIR)/openwrt-generic-squashfs.trx:
@mkdir -p $(TARGET_DIR)/jffs
$(SQUASHFSLZMA_DIR)/squashfs-tools/mksquashfs-lzma $(TARGET_DIR) $(IMAGE).squashfslzma -noappend -root-owned -le
PATH=$(TARGET_PATH) trx -o $@ $(LINUX_LOADER) \
$(LINUX_IMAGE) $(IMAGE).squashfslzma