bsp: wr841: enable lua (for libremap agent)

Signed-off-by: Tim Niemeyer <tim.niemeyer@mastersword.de>
This commit is contained in:
Tim Niemeyer 2014-04-11 23:52:57 +02:00
parent 75fcc49a74
commit 40e4da6348
2 changed files with 47 additions and 1 deletions

View File

@ -2197,7 +2197,8 @@ CONFIG_PACKAGE_libxtables=y
# CONFIG_PACKAGE_losetup is not set
# CONFIG_PACKAGE_lsblk 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-contact=y
CONFIG_PACKAGE_luci-lib-libremap-freifunk=y

View File

@ -0,0 +1,45 @@
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'