diff options
| author | Felix Fietkau <nbd@openwrt.org> | 2006-06-20 23:56:49 +0000 |
|---|---|---|
| committer | Felix Fietkau <nbd@openwrt.org> | 2006-06-20 23:56:49 +0000 |
| commit | 991cba3cc9b6ebc5c06e39b4b12766452b3e0946 (patch) | |
| tree | 27a11c8f0c6ac2a3084c0907928b66922e0e6f85 /openwrt/target/linux/image/squashfs.mk | |
| parent | 96930ce1ee4e0743700f57151e997e379134777c (diff) | |
| download | mtk-20170518-991cba3cc9b6ebc5c06e39b4b12766452b3e0946.zip mtk-20170518-991cba3cc9b6ebc5c06e39b4b12766452b3e0946.tar.gz mtk-20170518-991cba3cc9b6ebc5c06e39b4b12766452b3e0946.tar.bz2 | |
add target/download
SVN-Revision: 4030
Diffstat (limited to 'openwrt/target/linux/image/squashfs.mk')
| -rw-r--r-- | openwrt/target/linux/image/squashfs.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/openwrt/target/linux/image/squashfs.mk b/openwrt/target/linux/image/squashfs.mk index 6890dae..e01766c 100644 --- a/openwrt/target/linux/image/squashfs.mk +++ b/openwrt/target/linux/image/squashfs.mk @@ -4,6 +4,9 @@ else ENDIAN := be endif +squashfs-source: FORCE + $(MAKE) -C $(TOPDIR)/target/linux/image/squashfs source + $(STAGING_DIR)/bin/mksquashfs-lzma: $(MAKE) -C $(TOPDIR)/target/linux/image/squashfs compile |
