projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
remove unused wget menuconfig option; make the package autorebuild optional (but...
[openwrt.git]
/
target
/
linux
/
image
/
squashfs.mk
diff --git
a/target/linux/image/squashfs.mk
b/target/linux/image/squashfs.mk
index
abe2156
..
184330c
100644
(file)
--- a/
target/linux/image/squashfs.mk
+++ b/
target/linux/image/squashfs.mk
@@
-4,13
+4,13
@@
else
endian := be
endif
endian := be
endif
-squashfs-prepare:
+squashfs-prepare:
FORCE
$(MAKE) -C squashfs prepare
squashfs-compile: prepare-targets
$(MAKE) -C squashfs compile
$(MAKE) -C squashfs prepare
squashfs-compile: prepare-targets
$(MAKE) -C squashfs compile
-squashfs-clean:
+squashfs-clean:
FORCE
$(MAKE) -C squashfs clean
rm -f $(KDIR)/root.squashfs
$(MAKE) -C squashfs clean
rm -f $(KDIR)/root.squashfs
@@
-22,7
+22,7
@@
ifeq ($(IB),)
squashfs-install: compile-targets $(BOARD)-compile
endif
squashfs-install: compile-targets $(BOARD)-compile
endif
-squashfs-install: $(KDIR)/root.squashfs
+squashfs-install: $(KDIR)/root.squashfs
FORCE
$(MAKE) -C $(BOARD) install KERNEL="$(KERNEL)" FS="squashfs"
squashfs-install-ib: compile-targets
$(MAKE) -C $(BOARD) install KERNEL="$(KERNEL)" FS="squashfs"
squashfs-install-ib: compile-targets
This page took
0.026153 seconds
and
4
git commands to generate.