diff options
author | cheapie <no-email-for-you@example.com> | 2024-08-30 14:19:17 -0500 |
---|---|---|
committer | cheapie <no-email-for-you@example.com> | 2024-08-30 14:19:17 -0500 |
commit | dfca50644771ab5801e9852c125d67daa6ac0437 (patch) | |
tree | 29d3cf983c4844ccd816ca14520cad13c726456f | |
parent | eba7b01888cf6383c4e986bc6d5f5d511c6566f7 (diff) | |
download | ltc4000e-dfca50644771ab5801e9852c125d67daa6ac0437.tar ltc4000e-dfca50644771ab5801e9852c125d67daa6ac0437.tar.gz ltc4000e-dfca50644771ab5801e9852c125d67daa6ac0437.tar.bz2 ltc4000e-dfca50644771ab5801e9852c125d67daa6ac0437.tar.xz ltc4000e-dfca50644771ab5801e9852c125d67daa6ac0437.zip |
Migrate depends.txt to mod.conf
-rw-r--r-- | depends.txt | 2 | ||||
-rw-r--r-- | mod.conf | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/depends.txt b/depends.txt deleted file mode 100644 index 2cec86e..0000000 --- a/depends.txt +++ /dev/null @@ -1,2 +0,0 @@ -default -digilines diff --git a/mod.conf b/mod.conf new file mode 100644 index 0000000..4addf26 --- /dev/null +++ b/mod.conf @@ -0,0 +1,3 @@ +name = ltc4000e +description = Advanced traffic signal controller +depends = default,digilines |