From 02a623ddf96aa97c341a287bbb4ec5370a069444 Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Mon, 4 Aug 2008 19:07:05 +0000 Subject: buildroot: remove trailing spaces for i in `find -name 'Config*' -o -name 'Makefile*' -o -name '*.mk'`; do sed -i 's/ \+$//' $i; done --- package/olsr/Config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/olsr') diff --git a/package/olsr/Config.in b/package/olsr/Config.in index 2acc36849..6910fd7cc 100644 --- a/package/olsr/Config.in +++ b/package/olsr/Config.in @@ -2,7 +2,7 @@ config BR2_PACKAGE_OLSR bool "OLSR mesh networking Daemon" help olsr - + The Optimized Link State Routing protocol (OLSR) is a routing protocol that is optimised for mobile ad-hoc networks, sometimes called wireless mesh networks. It is a proactive link-state routing protocol that floods a full topology table to all nodes in the network -- cgit v1.2.3