mirror of
https://github.com/openwrt/luci.git
synced 2026-05-31 02:21:50 +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;
|
||||
},
|
||||
|
||||
getOpkgPackage: function() {
|
||||
getPackageName: function() {
|
||||
return 'kmod-batman-adv';
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user