projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
add libusb and lsusb (usbutils)
[openwrt.git]
/
openwrt
/
target
/
squashfs-lzma
/
Makefile
diff --git
a/openwrt/target/squashfs-lzma/Makefile
b/openwrt/target/squashfs-lzma/Makefile
index
8da08b3
..
2664ed7
100644
(file)
--- a/
openwrt/target/squashfs-lzma/Makefile
+++ b/
openwrt/target/squashfs-lzma/Makefile
@@
-1,16
+1,16
@@
include $(TOPDIR)/rules.mk
include ./squashfslzmaroot.mk
include $(TOPDIR)/rules.mk
include ./squashfslzmaroot.mk
-TARGETS:=$(BIN_DIR)/openwrt-generic-squashfs.trx
+
SQUASHFS_
TARGETS:=$(BIN_DIR)/openwrt-generic-squashfs.trx
prepare: $(SQUASHFSLZMA_DIR)/.unpacked
compile: squashfslzma
prepare: $(SQUASHFSLZMA_DIR)/.unpacked
compile: squashfslzma
-install: $(TARGETS)
+install: $(
SQUASHFS_
TARGETS)
clean: squashfslzmaroot-dirclean
$(BIN_DIR)/openwrt-generic-squashfs.trx:
@mkdir -p $(TARGET_DIR)/jffs
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)
mksquashfs-lzma $(TARGET_DIR) $(IMAGE).squashfslzma -noappend -root-owned -le
PATH=$(TARGET_PATH) trx -o $@ $(BUILD_DIR)/loader.gz \
$(LINUX_IMAGE) $(IMAGE).squashfslzma
PATH=$(TARGET_PATH) trx -o $@ $(BUILD_DIR)/loader.gz \
$(LINUX_IMAGE) $(IMAGE).squashfslzma
This page took
0.017669 seconds
and
4
git commands to generate.