summaryrefslogtreecommitdiff
path: root/package/Config.in
diff options
context:
space:
mode:
authorPhil Sutter <phil@nwl.cc>2009-08-23 20:43:48 +0200
committerPhil Sutter <phil@nwl.cc>2009-08-23 21:06:58 +0200
commit5774bab43a1946acd8440ad759eb6cc26335e64c (patch)
tree6af74858064eda20d6f9ce643bf1123a2f33b926 /package/Config.in
parente5940baadbdf76d39ea6079972dbbab9c1c623b1 (diff)
new package aufs2-util
Since the aufs2 utilities seem to be available only via git, copy the current state into the src/ directory, with the samples/ directory removed. The files were intentionally left untouched, so custom changes are still kept in patch files for easier upstream sending. Using do-extract to copy the sources to the working directory has the downside of having to define an empty do-configure target (as this is not needed) but allows for using update-patches just like with any other package (which is not the case if the copying is done in a do-configure target).
Diffstat (limited to 'package/Config.in')
-rw-r--r--package/Config.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/Config.in b/package/Config.in
index f9ea0273b..c0cb91511 100644
--- a/package/Config.in
+++ b/package/Config.in
@@ -48,6 +48,7 @@ source "package/vim/Config.in"
endmenu
menu "Filesystem utilities"
+source "package/aufs2-util/Config.in"
source "package/dosfstools/Config.in"
source "package/e2fsprogs/Config.in"
source "package/fuse/Config.in"