diff options
Diffstat (limited to 'openwrt/target/squashfs/Makefile.in')
-rw-r--r-- | openwrt/target/squashfs/Makefile.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/openwrt/target/squashfs/Makefile.in b/openwrt/target/squashfs/Makefile.in new file mode 100644 index 000000000..f78961776 --- /dev/null +++ b/openwrt/target/squashfs/Makefile.in @@ -0,0 +1,3 @@ +ifeq ($(strip $(BR2_TARGET_ROOTFS_SQUASHFS)),y) +TARGETS+=squashfsroot openwrt-code.bin.squashfs +endif |