summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorThomas Petazzoni2010-06-05 17:18:40 +0200
committerPeter Korsgaard2010-06-05 21:23:28 +0200
commit3754c51560b5d250b7f0283d1291fea1ec25c55c (patch)
treefcf7d601e1de5b1ecd1b433bf338bb3104356df2 /CHANGES
parentMakefile: support gconfig (GTK-based configurator) similar to xconfig (diff)
downloadbuildroot-3754c51560b5d250b7f0283d1291fea1ec25c55c.tar.gz
buildroot-3754c51560b5d250b7f0283d1291fea1ec25c55c.tar.xz
buildroot-3754c51560b5d250b7f0283d1291fea1ec25c55c.zip
jffs2: let makedevs create device files
The common filesystem infrastructure in fs/common.mk uses a smart combination of makedevs and fakeroot to create the device files in the target filesystem images without being root. This technique is applied to all filesystem formats that rely on this common infrastructure, and JFFS2 is one of them. Therefore, using the -D option of mkfs.jffs2, which allows to specify a device table, is redundant with the usage of makedevs. And it is worst than redundant: for some reason, -D does not create all device files with the correct major and minor numbers, as reported in bug #1771. For coherence, we just remove the usage of mkfs.jffs2 -D option, and rely on makedevs/fakeroot to create the device files. This commit fixes bug #1771. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 6fddc140d..a3a52035c 100644
--- a/CHANGES
+++ b/CHANGES
@@ -8,6 +8,7 @@
Issues resolved (http://bugs.uclibc.org):
+ #1771: Fakeroot and the target/generic/device_table.txt create bad...
#1909: netperf-2.4.5 fails to build because of undeclared SOCK_DCCP
2010.05, Released May 30th, 2010: