mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-02-18 00:04:43 +02:00
5 lines
106 B
Makefile
5 lines
106 B
Makefile
ifeq ($(strip $(BR2_TARGET_ROOTFS_SQUASHFS)),y)
|
|
TARGETS+=squashfsroot openwrt-image
|
|
ROOTFS=squashfs
|
|
endif
|