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 | 00ea655b03ee6aaeebd4a4cd952dad7ad2252e75 (patch) | |
tree | d7b1c1c038999f6836cd7e7f9a582f77663f63dd /target/linux/image/squashfs.mk | |
parent | 6243bf96493fb54ce5bd02592115d53e1fad0495 (diff) | |
download | master-187ad058-00ea655b03ee6aaeebd4a4cd952dad7ad2252e75.tar.gz master-187ad058-00ea655b03ee6aaeebd4a4cd952dad7ad2252e75.tar.bz2 master-187ad058-00ea655b03ee6aaeebd4a4cd952dad7ad2252e75.zip |
add target/download
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4030 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/image/squashfs.mk')
-rw-r--r-- | target/linux/image/squashfs.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/image/squashfs.mk b/target/linux/image/squashfs.mk index 6890daec68..e01766c0ca 100644 --- a/target/linux/image/squashfs.mk +++ b/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 |