projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
small fix for driver description
[openwrt.git]
/
target
/
linux
/
image
/
squashfs.mk
diff --git
a/target/linux/image/squashfs.mk
b/target/linux/image/squashfs.mk
index
42ff77d
..
63eba44
100644
(file)
--- a/
target/linux/image/squashfs.mk
+++ b/
target/linux/image/squashfs.mk
@@
-1,26
+1,31
@@
squashfs-prepare:
squashfs-prepare:
- $(MAKE) -C squashfs prepare
+ $(MAKE) -C squashfs prepare
$(MAKE_TRACE)
-squashfs-compile:
- $(MAKE) -C squashfs compile
+squashfs-compile:
prepare-targets
+ $(MAKE) -C squashfs compile
$(MAKE_TRACE)
squashfs-clean:
squashfs-clean:
- $(MAKE) -C squashfs clean
+ $(MAKE) -C squashfs clean
$(MAKE_TRACE)
rm -f $(KDIR)/root.squashfs
rm -f $(KDIR)/root.squashfs
-$(KDIR)/root.squashfs:
+$(KDIR)/root.squashfs:
install-prepare
@mkdir -p $(KDIR)/root/jffs
@mkdir -p $(KDIR)/root/jffs
- $(STAGING_DIR)/bin/mksquashfs-lzma $(KDIR)/root $@ -nopad -noappend -root-owned -le
+ $(STAGING_DIR)/bin/mksquashfs-lzma $(KDIR)/root $@ -nopad -noappend -root-owned -le $(MAKE_TRACE)
+
+ifeq ($(IB),)
+squashfs-install: compile-targets $(BOARD)-compile
+endif
squashfs-install: $(KDIR)/root.squashfs
squashfs-install: $(KDIR)/root.squashfs
+ $(TRACE) target/linux/image/$(BOARD)/install
$(MAKE) -C $(BOARD) install KERNEL="$(KERNEL)" FS="squashfs"
$(MAKE) -C $(BOARD) install KERNEL="$(KERNEL)" FS="squashfs"
-squashfs-install-ib:
+squashfs-install-ib:
compile-targets
mkdir -p $(IB_DIR)/staging_dir_$(ARCH)/bin
cp $(STAGING_DIR)/bin/mksquashfs-lzma $(IB_DIR)/staging_dir_$(ARCH)/bin
mkdir -p $(IB_DIR)/staging_dir_$(ARCH)/bin
cp $(STAGING_DIR)/bin/mksquashfs-lzma $(IB_DIR)/staging_dir_$(ARCH)/bin
-prepare: squashfs-prepare
-compile: squashfs-compile
-install: squashfs-install
+prepare
-targets
: squashfs-prepare
+compile
-targets
: squashfs-compile
+install
-targets
: squashfs-install
install-ib: squashfs-install-ib
clean: squashfs-clean
install-ib: squashfs-install-ib
clean: squashfs-clean
This page took
0.023137 seconds
and
4
git commands to generate.