From: Waldemar Brodkorb Date: Mon, 14 Feb 2005 01:45:29 +0000 (+0000) Subject: this change is needed to get rootfs build before trying to make an image of it. X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=1914c16f25999c02c255273e852acf76d96aeb23;p=librecmc%2Flibrecmc.git this change is needed to get rootfs build before trying to make an image of it. SVN-Revision: 246 --- diff --git a/openwrt/target/default/Makefile.in b/openwrt/target/default/Makefile.in index 872750df41..e69de29bb2 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 ab8c2a8a52..ad8693c514 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 14b7f74db0..cba5c3009d 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