diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2009-01-31 02:20:43 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2009-01-31 02:20:43 +0000 |
commit | 6fef46408b6d86ebb873b92b48261ddf71f1d43d (patch) | |
tree | 23a44d16101ddef9abce0e3aa2dd717fdc030c7f /contrib/package/olsrd-luci/patches/131-olsrd-tweak-ffetx.patch | |
parent | 9de7b71940ce083a49f1ea0e3b58bf520b3d4192 (diff) |
contrib/package: switch olsrd-luci to 0.5.6-r3 release + patches for freifunk firmware
Diffstat (limited to 'contrib/package/olsrd-luci/patches/131-olsrd-tweak-ffetx.patch')
-rw-r--r-- | contrib/package/olsrd-luci/patches/131-olsrd-tweak-ffetx.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/contrib/package/olsrd-luci/patches/131-olsrd-tweak-ffetx.patch b/contrib/package/olsrd-luci/patches/131-olsrd-tweak-ffetx.patch new file mode 100644 index 000000000..853a14fe7 --- /dev/null +++ b/contrib/package/olsrd-luci/patches/131-olsrd-tweak-ffetx.patch @@ -0,0 +1,13 @@ +diff -Nur olsrd-0.5.6-r2.orig/src/lq_plugin_default_ff.h olsrd-0.5.6-r2/src/lq_plugin_default_ff.h +--- olsrd-0.5.6-r2.orig/src/lq_plugin_default_ff.h 2008-11-26 10:53:16.000000000 +0100 ++++ olsrd-0.5.6-r2/src/lq_plugin_default_ff.h 2008-11-26 10:53:16.000000000 +0100 +@@ -50,7 +50,8 @@ + + #define LQ_ALGORITHM_ETX_FF_NAME "etx_ff" + +-#define LQ_FF_WINDOW 32 ++/* 16,32,64 and max. 128 */ ++#define LQ_FF_WINDOW 64 + #define LQ_FF_QUICKSTART_INIT 4 + + struct default_lq_ff { |