Allow changing module definitions in modules.local
This commit is contained in:
parent
37f1248d3d
commit
fba9492b0b
1
.gitignore
vendored
1
.gitignore
vendored
@ -7,3 +7,4 @@
|
|||||||
/packages/gluon
|
/packages/gluon
|
||||||
/packages/routing
|
/packages/routing
|
||||||
/packages/luci
|
/packages/luci
|
||||||
|
/modules.local
|
||||||
|
3
modules
3
modules
@ -14,3 +14,6 @@ MODULE_PACKAGES_ROUTING_COMMIT=1c0b31528970a181327ff9309e3efd1e8c625ff0
|
|||||||
|
|
||||||
MODULE_PACKAGES_LUCI_REPO=https://github.com/freifunk-gluon/luci.git
|
MODULE_PACKAGES_LUCI_REPO=https://github.com/freifunk-gluon/luci.git
|
||||||
MODULE_PACKAGES_LUCI_COMMIT=bed710786d8a3a63f5908823e6382a51efc91003
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user