On Mon, Jan 24, 2000 at 06:34:36PM -0800, Renaud Dreyer wrote: > After going through make menuconfig, I manually edit my .config file to > change: > > CONFIG_PARIDE_PARPORT=y > > ro: > > # CONFIG_PARIDE_PARPORT is not set > > since my 7300/200 doesn't have IDE and there's no way to remove this > option using menuconfig or xconfig. > > However, when I run make-kpkg to generate the kernel package, it > immediately returns my edited .config to its pre-edited status! Any > idea how I can prevent it from doing that? Thanks,
Best way to do this is to go again to the kernel tree, do a make config (or menuconfig/xconfig) and the get the .config file and save it in /usr/src/kernel-patches/powerpc/config.subarch. Or else, you can just configure the kernel klike you want, and then run make-kpkg on it. make-kpkg will use the existent .config if there is one. But anyway, kernel-package is very very buggy, ... Friendly, Sven LUTHER