Openwrt/openwrt/target/jffs2/Makefile.in

5 lines
97 B
Makefile
Raw Normal View History

2005-01-16 11:43:02 +00:00
ifeq ($(strip $(BR2_TARGET_ROOTFS_JFFS2)),y)
TARGETS+=jffs2root openwrt-image
ROOTFS=jffs2
2005-01-16 11:43:02 +00:00
endif