diff options
author | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2005-02-14 01:45:29 +0000 |
---|---|---|
committer | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2005-02-14 01:45:29 +0000 |
commit | 1914c16f25999c02c255273e852acf76d96aeb23 (patch) | |
tree | 8cca428cca8e6b365f5bb8ce6c900296defd6cf9 /openwrt/target/squashfs | |
parent | 9f0ba5eb2737ee2a538583a7d0b849cd78df4f3b (diff) | |
download | mtk-20170518-1914c16f25999c02c255273e852acf76d96aeb23.zip mtk-20170518-1914c16f25999c02c255273e852acf76d96aeb23.tar.gz mtk-20170518-1914c16f25999c02c255273e852acf76d96aeb23.tar.bz2 |
this change is needed to get rootfs build before trying to make an image of it.
SVN-Revision: 246
Diffstat (limited to 'openwrt/target/squashfs')
-rw-r--r-- | openwrt/target/squashfs/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/target/squashfs/Makefile.in b/openwrt/target/squashfs/Makefile.in index 14b7f74..cba5c30 100644 --- a/openwrt/target/squashfs/Makefile.in +++ b/openwrt/target/squashfs/Makefile.in @@ -1,4 +1,4 @@ ifeq ($(strip $(BR2_TARGET_ROOTFS_SQUASHFS)),y) -TARGETS+=squashfsroot +TARGETS+=squashfsroot openwrt-image ROOTFS=squashfs endif |