Juliusz Chroboczek <[email protected]> writes:

> Toke, how urgent is it that your multi-table patches get into OpenWRT?

Not very. I'm running cerowrt, which builds babeld from git, so in that
sense they're already there. I patched the init script to accept
multiple values for import_table in the openwrt config, which works well
enough:

--- packages/net/babel/files/babeld.init        2013-05-10 17:55:46.099194445 
+0200
+++ cero/net/babeld/files/babeld.init   2013-05-29 15:19:18.935681047 +0200
@@ -40,7 +40,9 @@
        local _loctmp
        config_get _loctmp "$section" "$option"
        [ -z "$_loctmp" ] && return 0
-       append args "$switch $_loctmp"
+       for i in $_loctmp; do
+               append args "$switch $i"
+       done
 }
 
 babel_filter() {


-Toke

Attachment: signature.asc
Description: PGP signature

_______________________________________________
Babel-users mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/babel-users

Reply via email to