Browse Source

aufs: fixed pkg_linux_post.conf to apply the mmap patch instead of the proc_map patch according to the README

stable/0.6
Christian Wiese 11 years ago
parent
commit
4e6757f8e2
  1. 2
      filesystem/aufs/pkg_linux_post.conf

2
filesystem/aufs/pkg_linux_post.conf

@ -27,7 +27,7 @@ if [ ! -z "$pkg_aufs_source_file" ]; then
echo_status "Including Aufs3 support (aufs package enabled)"
var_append patchfiles ' ' "$pkg_aufs_tempdir/aufs3-standalone/aufs3-kbuild.patch"
var_append patchfiles ' ' "$pkg_aufs_tempdir/aufs3-standalone/aufs3-base.patch"
var_append patchfiles ' ' "$pkg_aufs_tempdir/aufs3-standalone/aufs3-proc_map.patch"
var_append patchfiles ' ' "$pkg_aufs_tempdir/aufs3-standalone/aufs3-mmap.patch"
var_append patchfiles ' ' "$pkg_aufs_tempdir/aufs3-standalone/aufs3-standalone.patch"
# apply possible local patches we have in the aufs package dir

Loading…
Cancel
Save