mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-27 21:44:04 +02:00
this change is needed to get rootfs build before trying to make an image of it.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@246 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
fb748bc494
commit
19f6f4f00d
@ -1 +0,0 @@
|
||||
TARGETS+=openwrt-image
|
@ -1,4 +1,4 @@
|
||||
ifeq ($(strip $(BR2_TARGET_ROOTFS_JFFS2)),y)
|
||||
TARGETS+=jffs2root openwrt-image-jffs2
|
||||
TARGETS+=jffs2root openwrt-image
|
||||
ROOTFS=jffs2
|
||||
endif
|
||||
|
@ -1,4 +1,4 @@
|
||||
ifeq ($(strip $(BR2_TARGET_ROOTFS_SQUASHFS)),y)
|
||||
TARGETS+=squashfsroot
|
||||
TARGETS+=squashfsroot openwrt-image
|
||||
ROOTFS=squashfs
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user