Changeset 4420
- Timestamp:
- 04/12/09 21:30:57 (4 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
luci/trunk/applications/luci-ffwizard-leipzig/luasrc/model/cbi/ffwizard.lua
r4365 r4420 262 262 local community = net:formvalue(section) 263 263 local external = community and uci:get("freifunk", community, "external") or "" 264 265 -- Configure nameservice266 local hostname267 uci:foreach("system", "system", function(s) hostname = s.hostname end)268 269 if hostname then270 uci:foreach("olsrd", "LoadPlugin",271 function(s)272 if s.library == "olsrd_nameservice.so.0.3" then273 uci:set("olsrd", s['.name'], "name", hostname)274 end275 end)276 end277 264 278 265 -- Delete old interface
