Skip to content
Snippets Groups Projects
Commit fba9492b authored by Matthias Schiffer's avatar Matthias Schiffer
Browse files

Allow changing module definitions in modules.local

parent 37f1248d
No related branches found
No related tags found
No related merge requests found
......@@ -7,3 +7,4 @@
/packages/gluon
/packages/routing
/packages/luci
/modules.local
......@@ -14,3 +14,6 @@ MODULE_PACKAGES_ROUTING_COMMIT=1c0b31528970a181327ff9309e3efd1e8c625ff0
MODULE_PACKAGES_LUCI_REPO=https://github.com/freifunk-gluon/luci.git
MODULE_PACKAGES_LUCI_COMMIT=bed710786d8a3a63f5908823e6382a51efc91003
# It is possible to change the values defined in this file in a new file `modules.local`
if [ -f modules.local ]; then . ./modules.local; fi
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment