this change is needed to get rootfs build before trying to make an image of it.
SVN-Revision: 246
This commit is contained in:
@@ -1 +0,0 @@
|
|||||||
TARGETS+=openwrt-image
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
ifeq ($(strip $(BR2_TARGET_ROOTFS_JFFS2)),y)
|
ifeq ($(strip $(BR2_TARGET_ROOTFS_JFFS2)),y)
|
||||||
TARGETS+=jffs2root openwrt-image-jffs2
|
TARGETS+=jffs2root openwrt-image
|
||||||
ROOTFS=jffs2
|
ROOTFS=jffs2
|
||||||
endif
|
endif
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
ifeq ($(strip $(BR2_TARGET_ROOTFS_SQUASHFS)),y)
|
ifeq ($(strip $(BR2_TARGET_ROOTFS_SQUASHFS)),y)
|
||||||
TARGETS+=squashfsroot
|
TARGETS+=squashfsroot openwrt-image
|
||||||
ROOTFS=squashfs
|
ROOTFS=squashfs
|
||||||
endif
|
endif
|
||||||
|
|||||||
Reference in New Issue
Block a user