Skip to content
Snippets Groups Projects
Commit 40e4da63 authored by Tim Niemeyer's avatar Tim Niemeyer
Browse files

bsp: wr841: enable lua (for libremap agent)


Signed-off-by: default avatarTim Niemeyer <tim.niemeyer@mastersword.de>
parent 75fcc49a
No related branches found
No related tags found
No related merge requests found
...@@ -2197,7 +2197,8 @@ CONFIG_PACKAGE_libxtables=y ...@@ -2197,7 +2197,8 @@ CONFIG_PACKAGE_libxtables=y
# CONFIG_PACKAGE_losetup is not set # CONFIG_PACKAGE_losetup is not set
# CONFIG_PACKAGE_lsblk is not set # CONFIG_PACKAGE_lsblk is not set
# CONFIG_PACKAGE_luac is not set # CONFIG_PACKAGE_luac is not set
# CONFIG_PACKAGE_lua is not set # CONFIG_PACKAGE_lua-examples is not set
CONFIG_PACKAGE_lua=y
# CONFIG_PACKAGE_luci-lib-libremap-altermap is not set # CONFIG_PACKAGE_luci-lib-libremap-altermap is not set
CONFIG_PACKAGE_luci-lib-libremap-contact=y CONFIG_PACKAGE_luci-lib-libremap-contact=y
CONFIG_PACKAGE_luci-lib-libremap-freifunk=y CONFIG_PACKAGE_luci-lib-libremap-freifunk=y
......
config interface 'loopback'
option ifname 'lo'
option proto 'static'
option ipaddr '127.0.0.1'
option netmask '255.0.0.0'
config interface 'wlanmesh'
option mtu '1532'
option proto 'batadv'
option mesh 'bat0'
config interface 'mesh'
option type 'bridge'
option ifname 'eth0.1 bat0 tap0'
option auto '1'
config interface 'wan'
option ifname 'eth1'
option proto 'dhcp'
config interface 'ethmesh'
option ifname 'eth0.3'
option mtu '1532'
option proto 'batadv'
option mesh 'bat0'
config interface 'bat'
option ifname 'bat0'
option mtu '1500'
config switch 'eth0'
option enable '1'
option reset '1'
option enable_vlan '1'
config switch_vlan 'eth0_1'
option device 'eth0'
option vlan '1'
option ports '1 2 0t'
config switch_vlan 'eth0_3'
option device 'eth0'
option vlan '3'
option ports '3 4 0t'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment