From 5774bab43a1946acd8440ad759eb6cc26335e64c Mon Sep 17 00:00:00 2001 From: Phil Sutter Date: Sun, 23 Aug 2009 20:43:48 +0200 Subject: 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). --- package/aufs2-util/Config.in | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 package/aufs2-util/Config.in (limited to 'package/aufs2-util/Config.in') diff --git a/package/aufs2-util/Config.in b/package/aufs2-util/Config.in new file mode 100644 index 000000000..4e3b34dcc --- /dev/null +++ b/package/aufs2-util/Config.in @@ -0,0 +1,9 @@ +config ADK_PACKAGE_AUFS_UTIL + prompt "aufs2-util........................ aufs2 utilities" + tristate + default n + select ADK_KPACKAGE_KMOD_AUFS_FS + help + Utilities for use with aufs2. + + http://aufs.sf.net -- cgit v1.2.3