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/openwrt@246 3c298f89-4303-0410-b956-a3cf2f4a3e73
master
Waldemar Brodkorb 2005-02-14 01:45:29 +00:00
parent 37a1a28a2c
commit ea47e25677
3 changed files with 2 additions and 3 deletions

View File

@ -1 +0,0 @@
TARGETS+=openwrt-image

View File

@ -1,4 +1,4 @@
ifeq ($(strip $(BR2_TARGET_ROOTFS_JFFS2)),y)
TARGETS+=jffs2root openwrt-image-jffs2
TARGETS+=jffs2root openwrt-image
ROOTFS=jffs2
endif

View File

@ -1,4 +1,4 @@
ifeq ($(strip $(BR2_TARGET_ROOTFS_SQUASHFS)),y)
TARGETS+=squashfsroot
TARGETS+=squashfsroot openwrt-image
ROOTFS=squashfs
endif