Difference between revisions of "LuCI Hacking"

Jump to navigation Jump to search
(Add some preliminary links)
 
(Add instructions for custom feeds)
Line 4: Line 4:
 
* [http://openwrt.github.io/luci/ LuCI Documentation]
 
* [http://openwrt.github.io/luci/ LuCI Documentation]
 
* [https://github.com/openwrt/luci/tree/master/applications Example LuCI Applications]
 
* [https://github.com/openwrt/luci/tree/master/applications Example LuCI Applications]
 +
 +
= Adding a Package Feed =
 +
To add a package feed, navigate to System > Software > Configure opkg. Place your package feed(s) in the box highlighted below. For more information about custom feeds, see [https://openwrt.org/docs/guide-developer/feeds#custom_feeds the OpenWrt wiki.]
 +
{{Info|The Mass Mesh package feeds for Raspberry Pi 4b are hosted at https://downloads.massmesh.net/snapshots/packages/aarch64_cortex-a72/generic/}}
 +
[[File:Opkg_lists_config.png|center|frame|500px]]

Revision as of 13:12, 25 October 2020

LuCI is the front-end interface of OpenWrt, and is used to administer each of the routers (mesh nodes) on our network. Development resources for this software are fairly scattered, so please drop them here when you find them.

External Resources

Adding a Package Feed

To add a package feed, navigate to System > Software > Configure opkg. Place your package feed(s) in the box highlighted below. For more information about custom feeds, see the OpenWrt wiki.

Note: The Mass Mesh package feeds for Raspberry Pi 4b are hosted at https://downloads.massmesh.net/snapshots/packages/aarch64_cortex-a72/generic/
Opkg lists config.png