X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/9d30652149fd745711342cec7ee8574e973ec241..7242f4bafb2ade89de87048f8331caff613fcce4:/openwrt/target/squashfs-lzma/Makefile?ds=inline diff --git a/openwrt/target/squashfs-lzma/Makefile b/openwrt/target/squashfs-lzma/Makefile index 6c709952e..8da08b390 100644 --- a/openwrt/target/squashfs-lzma/Makefile +++ b/openwrt/target/squashfs-lzma/Makefile @@ -11,6 +11,6 @@ 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_KERNEL) $(IMAGE).squashfslzma + PATH=$(TARGET_PATH) trx -o $@ $(BUILD_DIR)/loader.gz \ + $(LINUX_IMAGE) $(IMAGE).squashfslzma