mirror of
https://dev.iopsys.eu/bbf/bbfdm.git
synced 2025-12-10 07:44:39 +01:00
Fix urlfilter plugin path
This commit is contained in:
parent
22eada3ef8
commit
2f1dac5686
1 changed files with 9 additions and 2 deletions
|
|
@ -76,7 +76,6 @@
|
|||
"proto": "git",
|
||||
"version": "release-7.3",
|
||||
"dm_files": [
|
||||
"urlfilter/files/etc/bbfdm/plugins/urlfilter.json",
|
||||
"obuspa/files/etc/bbfdm/json/USPAgent.json",
|
||||
"icwmp/files/etc/bbfdm/json/CWMPManagementServer.json",
|
||||
"ponmngr/files/etc/bbfdm/json/xpon.json"
|
||||
|
|
@ -102,13 +101,21 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"repo": "https://dev.iopsys.eu/iopsys/hostmngr.git",
|
||||
"repo": "https://dev.iopsys.eu/network/hostmngr.git",
|
||||
"proto": "git",
|
||||
"version": "release-7.3",
|
||||
"dm_files": [
|
||||
"src/bbf_plugin/hosts.c"
|
||||
]
|
||||
},
|
||||
{
|
||||
"repo": "https://dev.iopsys.eu/network/urlfilter.git",
|
||||
"proto": "git",
|
||||
"version": "release-7.3",
|
||||
"dm_files": [
|
||||
"src/parentalcontrol.c"
|
||||
]
|
||||
},
|
||||
{
|
||||
"repo": "https://dev.iopsys.eu/bbf/timemngr.git",
|
||||
"proto": "git",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue