Remove modules.local support
This feature wasn't really thought through, so let's just remove it...
This commit is contained in:
parent
7537464262
commit
298b78086c
@ -39,8 +39,6 @@ rerun
|
|||||||
|
|
||||||
make update
|
make update
|
||||||
|
|
||||||
The repository paths may be changed locally by creating a file `modules.local`.
|
|
||||||
|
|
||||||
`make update` also applies the patches that can be found in the directories found in
|
`make update` also applies the patches that can be found in the directories found in
|
||||||
`patches`; the resulting branch will be called `patched`, while the commit specified in `modules`
|
`patches`; the resulting branch will be called `patched`, while the commit specified in `modules`
|
||||||
can be refered to by the branch `base`.
|
can be refered to by the branch `base`.
|
||||||
|
3
modules
3
modules
@ -14,6 +14,3 @@ PACKAGES_ROUTING_COMMIT=0e4201a983df967e88e6ce5451f5f5f99bab2370
|
|||||||
|
|
||||||
PACKAGES_LUCI_REPO=https://github.com/freifunk-gluon/luci.git
|
PACKAGES_LUCI_REPO=https://github.com/freifunk-gluon/luci.git
|
||||||
PACKAGES_LUCI_COMMIT=bed710786d8a3a63f5908823e6382a51efc91003
|
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