Repository : ssh://git@open-mesh.org/doc
On branches: backup-redmine/2017-07-13,master
commit 1ac2555b043084a30ee866c878f01a8ea888058a Author: Sven Eckelmann sven@narfation.org Date: Mon Jul 4 17:16:26 2011 +0000
doc: batman-adv/SubmittingLinux: add missing CONFIG_MODULES for linux-next test
1ac2555b043084a30ee866c878f01a8ea888058a batman-adv/SubmittingLinux.textile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/batman-adv/SubmittingLinux.textile b/batman-adv/SubmittingLinux.textile index ee156deb..b6cfe405 100644 --- a/batman-adv/SubmittingLinux.textile +++ b/batman-adv/SubmittingLinux.textile @@ -208,7 +208,7 @@ Successfully rebased and updated refs/heads/patches
h2. check if all patches compile cleanly against the current version of linux-next and sparse (cgcc)
-We assume that the linux-next tree was already build with @make allnoconfig@ and then enabling @CONFIG_NET=y@ and @CONFIG_CRC16=y@ +We assume that the linux-next tree was already build with @make allnoconfig@ and then enabling @CONFIG_NET=y@, @CONFIG_MODULES=y@ and @CONFIG_CRC16=y@
<pre> '-(%25)-(patches)> git rev-list --reverse origin/merge/master..