Allow changing module definitions in modules.local

This commit is contained in:
Matthias Schiffer 2013-12-28 22:18:08 +01:00
parent 37f1248d3d
commit fba9492b0b
2 changed files with 4 additions and 0 deletions

1
.gitignore vendored
View File

@ -7,3 +7,4 @@
/packages/gluon
/packages/routing
/packages/luci
/modules.local

View File

@ -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