diff options
author | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2005-02-12 03:38:48 +0000 |
---|---|---|
committer | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2005-02-12 03:38:48 +0000 |
commit | 034524f5d03f285525833328015f5b8d0276c638 (patch) | |
tree | 7a43f1608389872eb74a59dd0cb282f335a861a7 /openwrt/target | |
parent | 530c6de0637a2c384cdb13c37a2cf8b592062208 (diff) | |
download | mtk-20170518-034524f5d03f285525833328015f5b8d0276c638.zip mtk-20170518-034524f5d03f285525833328015f5b8d0276c638.tar.gz mtk-20170518-034524f5d03f285525833328015f5b8d0276c638.tar.bz2 |
gnarf. squashfsroot needs to be build
SVN-Revision: 239
Diffstat (limited to 'openwrt/target')
-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 a5f875a..87ad9df 100644 --- a/openwrt/target/squashfs/Makefile.in +++ b/openwrt/target/squashfs/Makefile.in @@ -1,3 +1,3 @@ ifeq ($(strip $(BR2_TARGET_ROOTFS_SQUASHFS)),y) -TARGETS+=openwrt-image +TARGETS+=squashfsroot openwrt-image endif |