From ba02ccc1a54a6fd949dd0009a43917ecd3dbaef3 Mon Sep 17 00:00:00 2001 From: Manuel Munz Date: Wed, 6 Jun 2012 10:21:12 +0000 Subject: [PATCH] contrib/meshwizard: Load olsrd config earlier --- .../meshwizard/files/usr/bin/meshwizard/helpers/setup_olsrd.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/package/meshwizard/files/usr/bin/meshwizard/helpers/setup_olsrd.sh b/contrib/package/meshwizard/files/usr/bin/meshwizard/helpers/setup_olsrd.sh index 1e35c64647..d53fc3821f 100755 --- a/contrib/package/meshwizard/files/usr/bin/meshwizard/helpers/setup_olsrd.sh +++ b/contrib/package/meshwizard/files/usr/bin/meshwizard/helpers/setup_olsrd.sh @@ -12,6 +12,7 @@ handle_interface() { uci delete olsrd.$1 fi } +config_load olsrd config_foreach handle_interface Interface uci_commitverbose "Cleanup olsrd config" olsrd @@ -21,7 +22,6 @@ handle_olsrd() { section_rename olsrd $1 olsrd fi } -config_load olsrd config_foreach handle_olsrd olsrd # Rename interface defaults -- 2.30.2