mirror of
https://github.com/openwrt/luci.git
synced 2026-05-31 10:31:55 +08:00
luci-proto-batman-adv: corrected function name
follow-up to d81b7fa81d
Signed-off-by: Paul Donald <newtwen+github@gmail.com>
This commit is contained in:
+1
-1
@@ -15,7 +15,7 @@ return network.registerProtocol('batadv_vlan', {
|
|||||||
return this._ubus('l3_device') || this.sid;
|
return this._ubus('l3_device') || this.sid;
|
||||||
},
|
},
|
||||||
|
|
||||||
getOpkgPackage: function() {
|
getPackageName: function() {
|
||||||
return 'kmod-batman-adv';
|
return 'kmod-batman-adv';
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user