Repository : ssh://git@open-mesh.org/doc
On branches: backup-redmine/2017-07-13,master
commit 7aacb927c20a0795bb9e8df31a0dc3e170a946ed Author: Antonio Quartulli a@unstable.cc Date: Tue Apr 3 00:59:42 2012 +0000
doc: batman-adv/SubmittingLinux
7aacb927c20a0795bb9e8df31a0dc3e170a946ed batman-adv/SubmittingLinux.textile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/batman-adv/SubmittingLinux.textile b/batman-adv/SubmittingLinux.textile index 4770d482..b6210e43 100644 --- a/batman-adv/SubmittingLinux.textile +++ b/batman-adv/SubmittingLinux.textile @@ -206,7 +206,7 @@ Successfully rebased and updated refs/heads/patches
h2. check if all patches compile cleanly against our linux tree with sparse (cgcc)
-We assume that the linux-merge tree was already build with @make allnoconfig@ and then enabling @CONFIG_NET=y@, @CONFIG_MODULES=y@ and @CONFIG_CRC16=y@ +We assume that the linux-merge tree was already build with @make allnoconfig@ and then enabling @CONFIG_NET=y@, @CONFIG_MODULES=y@ and @CONFIG_CRC16=y@ (enable CONFIG_INET=y if you want to compile also DAT or BLA)
<pre> '-(%25)-(patches)> git rev-list --reverse origin/merge/master.. @@ -257,7 +257,7 @@ Switched to branch 'patches'
h2. check if all patches build cleanly
-It must be checked whether it builds with allnoconfig (@+NET@,@+CRC16@,@+/-MODULES@) as module/builtin and allyesconfig as module/builtin. If you are compiling with BLA or DAT you need to specify @+INET@ as well. +It must be checked whether it builds with allnoconfig (@+NET@,@+CRC16@,@+/-MODULES@,@+INET@) as module/builtin and allyesconfig as module/builtin
<pre> '-(%25)-(patches)> make