diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2008-08-04 19:07:05 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2008-08-04 19:07:05 +0000 |
commit | 02a623ddf96aa97c341a287bbb4ec5370a069444 (patch) | |
tree | 6923139fb98dd1d2e99b456503b37d4dd92e1136 /package/olsr | |
parent | fa0ac2de33c0d19b5aa035d5091f77ddc74b0e6f (diff) | |
download | buildroot-novena-02a623ddf96aa97c341a287bbb4ec5370a069444.tar.gz buildroot-novena-02a623ddf96aa97c341a287bbb4ec5370a069444.zip |
buildroot: remove trailing spaces
for i in `find -name 'Config*' -o -name 'Makefile*' -o -name '*.mk'`;
do
sed -i 's/ \+$//' $i;
done
Diffstat (limited to 'package/olsr')
-rw-r--r-- | package/olsr/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
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 |