From 19f6f4f00d933cc5e81f0b147f1914972b21f105 Mon Sep 17 00:00:00 2001 From: wbx Date: Mon, 14 Feb 2005 01:45:29 +0000 Subject: [PATCH] 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 --- openwrt/target/default/Makefile.in | 1 - openwrt/target/jffs2/Makefile.in | 2 +- openwrt/target/squashfs/Makefile.in | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/openwrt/target/default/Makefile.in b/openwrt/target/default/Makefile.in index 872750df4..e69de29bb 100644 --- a/openwrt/target/default/Makefile.in +++ b/openwrt/target/default/Makefile.in @@ -1 +0,0 @@ -TARGETS+=openwrt-image diff --git a/openwrt/target/jffs2/Makefile.in b/openwrt/target/jffs2/Makefile.in index ab8c2a8a5..ad8693c51 100644 --- a/openwrt/target/jffs2/Makefile.in +++ b/openwrt/target/jffs2/Makefile.in @@ -1,4 +1,4 @@ ifeq ($(strip $(BR2_TARGET_ROOTFS_JFFS2)),y) -TARGETS+=jffs2root openwrt-image-jffs2 +TARGETS+=jffs2root openwrt-image ROOTFS=jffs2 endif diff --git a/openwrt/target/squashfs/Makefile.in b/openwrt/target/squashfs/Makefile.in index 14b7f74db..cba5c3009 100644 --- a/openwrt/target/squashfs/Makefile.in +++ b/openwrt/target/squashfs/Makefile.in @@ -1,4 +1,4 @@ ifeq ($(strip $(BR2_TARGET_ROOTFS_SQUASHFS)),y) -TARGETS+=squashfsroot +TARGETS+=squashfsroot openwrt-image ROOTFS=squashfs endif -- 2.20.1