From: "Kenneth Schneider"
On Wed, 2007-04-11 at 14:59 -0700, David Brodbeck wrote:
david rankin wrote:
> Will my .config from the 2.6.13 kernel source I got from yast work
> with the new kernel source from kernel.org?

Yes.  Copy the old .config file to the new kernel source directory, then
do 'make oldconfig'.  It will use the old settings where it can and ask
you about any new ones.

No need to copy the file, just use "make cloneconfig" instead (without
the quotes of course). Then you can rune make menuconfig to make changes
or run make prepare_all.


Ok, guys,

What am I doing wrong? I can't get make cloneconfig to work.
I have downloaded the new 2.6.20 kernel to /usr/src

I have unlinked linux

I have done ln -s linux-2.6.20.6 linux

providence:/usr/src # ll
total 1
drwxr-xr-x  12 root root 448 2007-04-12 11:48 .
drwxr-xr-x  12 root root 344 2006-08-12 17:00 ..
drwxr-xr-x   5 root root 160 2007-04-03 14:30 debug
drwxr-xr-x   3 root root  80 2006-08-12 16:54 kernel-modules
lrwxrwxrwx   1 root root  14 2007-04-12 11:48 linux -> linux-2.6.20.6

I have cd linux, then

providence:/usr/src/linux # make cloneconfig
make[1]: *** No rule to make target `cloneconfig'.  Stop.
make: *** [cloneconfig] Error 2

What am I missing??


--
David C. Rankin, J.D., P.E.
510 Ochiltree Street
Nacogdoches, Texas 75961
(936) 715-9333
(936) 715-9339 fax
www.rankinlawfirm.com
--
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to