buildrootschalter/target/cramfs
Eric Andersen 8cfa7aa965 As noted by jacmet in bug 824:
svn 14777 seems to have broken cramfs/squashfs/tarroot.

The problem is that $(IMAGE) is the absolute path of the image including
directories, so the build tries to access
$(STAGING_DIR)/_fakeroot.</full/path/to/buildroot/directory> which doesn't
exist.

The fix is to define CRAMFS/SQUASHFS/TAR_TARGET as $(notdir
$(IMAGE).<extension>) instead.
2006-04-10 17:48:53 +00:00
..
Config.in touchup target menu display 2005-09-09 00:12:13 +00:00
cramfs-01-devtable.patch Update cramfs to handle switching endianness when necessary 2005-04-14 07:59:42 +00:00
cramfs-02-endian.patch Minor updates 2005-07-27 11:16:00 +00:00
cramfs.mk As noted by jacmet in bug 824: 2006-04-10 17:48:53 +00:00