From 014b6b9b6310d412ed40d32fb556abe9c676e2a1 Mon Sep 17 00:00:00 2001 From: Steven Barth Date: Sun, 14 Sep 2008 00:14:36 +0000 Subject: [PATCH 1/1] FF-Wizard: assign matching network interface to wireless configuration --- applications/luci-ffwizard-leipzig/luasrc/model/cbi/ffwizard.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/applications/luci-ffwizard-leipzig/luasrc/model/cbi/ffwizard.lua b/applications/luci-ffwizard-leipzig/luasrc/model/cbi/ffwizard.lua index cdace2b73..dcde96249 100644 --- a/applications/luci-ffwizard-leipzig/luasrc/model/cbi/ffwizard.lua +++ b/applications/luci-ffwizard-leipzig/luasrc/model/cbi/ffwizard.lua @@ -156,6 +156,7 @@ function main.write(self, section, value) -- Create wifi iface local ifconfig = _strip_internals(uci:get_all("freifunk", "wifi_iface")) ifconfig.device = device + ifconfig.network = device uci:section("wireless", "wifi-iface", nil, ifconfig) -- Save wifi -- 2.11.0