Hello Junjiro, My first test, and works fine :)
patch -p0 < ../a.patch patching file Kconfig.in patching file local.mk patching file include/linux/aufs_type.h patching file util/Makefile make KDIR=/home/fapg/kernel/linux-2.6.20 -f local.mk kconfig copy all ./fs and ./include to your linux kernel source tree. add 'obj-$(CONFIG_AUFS) += aufs/' to linux/fs/Makefile. add 'source "fs/aufs/Kconfig"' to linux/fs/Kconfig. then, try 'make menuconfig'. cp -r fs/aufs/ ../linux-2.6.20/fs/ cp -r include/linux/ ../linux-2.6.20/include/ Added add 'obj-$(CONFIG_AUFS) += aufs/' to linux/fs/Makefile at bottom of file. Added add 'source "fs/aufs/Kconfig"' after config UFS_DEBUG. Thanks, Fernando On Thursday 15 February 2007 02:23, [EMAIL PROTECTED] wrote: > Hi Fernando, > > "Fernando A. P. Gomes": > > I don't want compile aufs as a module, and I don't see the way ;). Can > > you help? > > Try this patch. This is a part of next Monday release. > If you success, then it means one test before release passed. :-) > > $ cd /you/cvs/workspace/aufs > $ patch -p0 < a.patch > $ make -f local.mk kconfig > > The local.mk searches your kernel build path by > KDIR = /lib/modules/$(shell uname -r)/build > If you are cross-compiling the aufs module, try > > $ make KDIR=/your/kernel/build/path -f local.mk kconfig > > And follow the instructions which will be produced. > > Thanks for using aufs. > Junjiro Okajima ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
