diff options
author | Eric Andersen <andersen@codepoet.org> | 2005-02-25 00:57:48 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2005-02-25 00:57:48 +0000 |
commit | 7e945947837029d1877ef0a67e91339ac3e64111 (patch) | |
tree | 88551a6fda8a55489aa8f996a0771f818fe4b561 /target/ext2/genext2fs-02-nosquash_devtable.patch | |
parent | 15c40c97229cd955aa991deb84486f6bf43f634c (diff) | |
download | buildroot-novena-7e945947837029d1877ef0a67e91339ac3e64111.tar.gz buildroot-novena-7e945947837029d1877ef0a67e91339ac3e64111.zip |
rename patches to avoid any confision as to patch order
Diffstat (limited to 'target/ext2/genext2fs-02-nosquash_devtable.patch')
-rw-r--r-- | target/ext2/genext2fs-02-nosquash_devtable.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/target/ext2/genext2fs-02-nosquash_devtable.patch b/target/ext2/genext2fs-02-nosquash_devtable.patch new file mode 100644 index 000000000..947e61ac3 --- /dev/null +++ b/target/ext2/genext2fs-02-nosquash_devtable.patch @@ -0,0 +1,13 @@ +--- genext2fs-1.3/genext2fs.c~ 2005-02-15 02:21:18.000000000 -0700 ++++ genext2fs-1.3/genext2fs.c 2005-02-15 02:17:09.000000000 -0700 +@@ -1322,10 +1324,6 @@ + } + else + { +- if(squash_uids) +- uid = gid = 0; +- if(squash_perms) +- mode &= ~(FM_IRWXG | FM_IRWXO); + mode &= FM_IMASK; + path2 = strdup(path); + name = basename(path); |