From: Bastian Bittorf Date: Fri, 6 Sep 2013 14:32:00 +0000 (+0200) Subject: last patch was malformed, refresh 7936cfc9b862af3451dddd01e96501a38e6872be X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=a13686a898283ae3a27ef4f6c8d3cd7e16a012d2;p=feed%2Frouting.git last patch was malformed, refresh 7936cfc9b862af3451dddd01e96501a38e6872be --- diff --git a/batman-adv/patches/0001-batman-adv-avoid-openwrt_metadata_stripping b/batman-adv/patches/0001-batman-adv-avoid-openwrt_metadata_stripping index c7785c3..471a7ae 100644 --- a/batman-adv/patches/0001-batman-adv-avoid-openwrt_metadata_stripping +++ b/batman-adv/patches/0001-batman-adv-avoid-openwrt_metadata_stripping @@ -1,10 +1,16 @@ +Date: Fri, 6 Sep 2013 15:14:41 +0200 +From: Antonio Quartulli +To: b.a.t.m.a.n@lists.open-mesh.org +Cc: Antonio Quartulli +Subject: [B.A.T.M.A.N.] [PATCH openwrt-feed only] batman-adv: fix metadata stripping + a new optimisation in openwrt is stripping some metadata information, invluding the module version which is used by batctl to tell the user which version batman-adv the node is currently running. Un-define this constant to prevent the metadata from being stripped -Signed-off-by: Antonio Quartulli +Signed-off-by: Antonio Quartulli --- main.h | 2 ++ 1 file changed, 2 insertions(+) @@ -19,7 +25,9 @@ index 834b1a0..b329e79 100644 +#undef CONFIG_MODULE_STRIPPED + - #define BATADV_DRIVER_AUTHOR "Marek Lindner , " "Simon Wunderlich " + #define BATADV_DRIVER_AUTHOR "Marek Lindner , " \ + "Simon Wunderlich " #define BATADV_DRIVER_DESC "B.A.T.M.A.N. advanced" -- 1.8.1.5 +