On Thursday 08 December 2011 17:26:40 Marek Lindner wrote:
On Wednesday, December 07, 2011 20:29:11 Sven Eckelmann wrote:
-# uncomment the CONFIG_* line to enable the related feature -# features enabled in the target kernel configuration cannot be disabled +# changing the CONFIG_* line to 'y' enables the related feature
# B.A.T.M.A.N. debugging: -# CONFIG_BATMAN_ADV_DEBUG=y +export CONFIG_BATMAN_ADV_DEBUG=n
Haven't tried it yet but does it mean the newly added 'activate this feature from the commandline' does not work anymore ? For example: make CONFIG_BATMAN_ADV_DEBUG=y
It sill works perfectly. But now you can also disable features and we have some default values which don't depend on the target kernel config. So Antonio and Simon can add their CONFIG_* stuff to the Makefile + gen-compat- autoconf.sh and everything should be fine.
Kind regards, Sven