joeb32
October 18, 2024, 3:06pm
1
Can anyone give a quick info about how to create custom page and add new tab to menu in latest version of OpenWrt, where and how to put controller and html files? Thanks
Hostle
October 18, 2024, 4:32pm
2
see my post here
there's enough to get you started here -->adding_new_elements_to_luci
you'll need some tools.. and you'll probably want to use windows to do the development, winSCP and putty are very beginner friendly.
putty
winSCP
Once you have installed putty and winscp, open putty and start an ssh session to your target device. First thing you'll need to do is installed the luci-compat pkg.
opkg update
opkg install luci-compat
EDIT:
heres a working demo, using both the new and a touch of the old style…
this should get you started