diff options
Diffstat (limited to 'openwrt/target/squashfs/Makefile.in')
-rw-r--r-- | openwrt/target/squashfs/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/openwrt/target/squashfs/Makefile.in b/openwrt/target/squashfs/Makefile.in index e3e10066e..14b7f74db 100644 --- a/openwrt/target/squashfs/Makefile.in +++ b/openwrt/target/squashfs/Makefile.in @@ -1,3 +1,4 @@ ifeq ($(strip $(BR2_TARGET_ROOTFS_SQUASHFS)),y) -TARGETS+=squashfsroot openwrt-image-squashfs +TARGETS+=squashfsroot +ROOTFS=squashfs endif |