diff --git a/protocols/luci-proto-batman-adv/htdocs/luci-static/resources/protocol/batadv_vlan.js b/protocols/luci-proto-batman-adv/htdocs/luci-static/resources/protocol/batadv_vlan.js index ed3e9225d9..f166787d41 100644 --- a/protocols/luci-proto-batman-adv/htdocs/luci-static/resources/protocol/batadv_vlan.js +++ b/protocols/luci-proto-batman-adv/htdocs/luci-static/resources/protocol/batadv_vlan.js @@ -15,7 +15,7 @@ return network.registerProtocol('batadv_vlan', { return this._ubus('l3_device') || this.sid; }, - getOpkgPackage: function() { + getPackageName: function() { return 'kmod-batman-adv'; },