X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fluci.git;a=blobdiff_plain;f=modules%2Fniu%2Fluasrc%2Fmodel%2Fcbi%2Fniu%2Fnetwork%2Fetherwan.lua;h=c5fda15821a112d8413f5189e91a9b433dfe6405;hp=4f2744b8166da854ade0d3d0c43dd99acc6b4598;hb=98f1d09a06dd917fa8576f3e677af17ccf736c85;hpb=70f77f481a04e53f071bea93a8b77ce104f236db diff --git a/modules/niu/luasrc/model/cbi/niu/network/etherwan.lua b/modules/niu/luasrc/model/cbi/niu/network/etherwan.lua index 4f2744b81..c5fda1582 100644 --- a/modules/niu/luasrc/model/cbi/niu/network/etherwan.lua +++ b/modules/niu/luasrc/model/cbi/niu/network/etherwan.lua @@ -23,7 +23,7 @@ local has_pppoe = fs.glob("/usr/lib/pppd/*/rp-pppoe.so")() local has_pppoa = fs.glob("/usr/lib/pppd/*/pppoatm.so")() -m = Map("network", "Configure Ethernet Adapter") +m = Map("network", "Configure Ethernet Adapter for Internet Connection") nw.init(m.uci) s = m:section(NamedSection, "wan", "interface")