From: Philip P. <phi...@re...> - 2008-11-07 22:35:02
|
That's right. We've got a fair amount of churn on some files (like the OCF patches and the net5501/linux.config file) and what that to stabilize before we figure out what really got changed. Not that many people are using trunk, and I think those that are are mostly using net5501's... I think the sanest way to fix the configs is the following: * pick up the changes to linux.mk for the net5501 and munge them into the other platform; * "make linux-source" for that platform (make sure to tweak your root .config file's BR2_TARGET_xxx, of course); * run "make linux-config" and set the additional options by hand (haven't figure out how to loop back and turn off options we shouldn't have or that don't apply... but these are minimal); * copy the resulting build_i586/linux-*/.config into target/device/XXXX/linux.config * commit Darrick: is that what you did? -Philip Kristian Kielhofner wrote: > So... It appears that the generic, apply to any kernel patches in > target/device/kernel-patches have been updated but the Makefiles and > the configs have not been updated for any target device *except* > net5501. > > I'd love to update the configs for the other devices but I don't know > what we've done with the new kernel options. I suppose I could look > at a diff and try to strip out net5501 specific options but does > anyone have a baseline for the config changes made in the net5501 > kernel config? > > |