opentechinstitute / commotion-router

The build system for the OpenWRT-based Commotion firmware.
https://commotionwireless.net
GNU General Public License v3.0
121 stars 43 forks source link

Default wired network interface naming is incompatible with some 3rd party LuCI apps. #122

Closed jheretic closed 10 years ago

jheretic commented 10 years ago

Particularly, luci-app-qos, which we include by default and which we have some instructions for use, assumes that the wired interface is called 'wan', not 'wired' as we have it right now. Although we don't directly support parts of the LuCI interface under the 'advanced' menu, this is an easy thing to switch in order to make some components work more seamlessly.

jheretic commented 10 years ago

Resolved by #123 and opentechinstitute/luci-commotion#205