diff --git a/root_file_system/default/etc/config/nodewatcher b/root_file_system/default/etc/config/nodewatcher index b67f800..a417aa8 100644 --- a/root_file_system/default/etc/config/nodewatcher +++ b/root_file_system/default/etc/config/nodewatcher @@ -22,5 +22,5 @@ config 'crawl' option 'login_string' '1' config 'network' - option 'mesh-interface' 'br-mesh' - option 'client-interfaces' 'ath0' \ No newline at end of file + option 'mesh_interface' 'br-mesh' + option 'client_interfaces' 'ath0' \ No newline at end of file diff --git a/root_file_system/fonera/etc/config/network b/root_file_system/fonera/etc/config/network index b0989f9..d6068af 100644 --- a/root_file_system/fonera/etc/config/network +++ b/root_file_system/fonera/etc/config/network @@ -16,3 +16,7 @@ config 'interface' 'mesh' option 'type' 'bridge' option 'ifname' 'ath0 bat0 tap0' option 'stp' '1' + +# To get Freifunk on the ethernet port (for a desktop pc for example), comment out +# the lan interface section and add eth0 to the ifnames of the mesh interface. +# Then restart the router and plug in your ethernet cable