Changeset 8694
- Timestamp:
- 06/03/12 10:05:13 (12 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
luci/trunk/contrib/package/meshwizard/files/usr/bin/meshwizard/helpers/setup_olsrd.sh
r8693 r8694 4 4 . /etc/functions.sh 5 5 . $dir/functions.sh 6 7 # Clean the config, remove httpinfo and interface wlan 8 uci -q delete olsrd.olsrd_httpinfo 9 handle_interface() { 10 config_get interface "$1" interface 11 if [ "$interface" = "wlan" ]; then 12 uci delete olsrd.$1 13 fi 14 } 15 config_foreach handle_interface Interface 16 uci_commitverbose "Cleanup olsrd config" olsrd 6 17 7 18 #Rename olsrd basic settings
