Hi,
I need to write a very simple web application for OpenWrt device. The goal is to hide Luci web app as it contains a lot of functionalities which are not necessary and provide a service allowing:
- Login using default credentials - admin/admin for example
- Change the password
- Set IP settings for an interface - just IP4 address and netmask.
How should I approach this task?