mirror of
https://github.com/Control-D-Inc/ctrld.git
synced 2026-05-15 00:50:25 +02:00
all: add support for Synology router
This commit is contained in:
committed by
Cuong Manh Le
parent
7ac5555a84
commit
d2fc530316
@@ -43,7 +43,7 @@ func initRouterCLI() {
|
||||
platform = router.Name()
|
||||
}
|
||||
switch platform {
|
||||
case router.DDWrt, router.Merlin, router.OpenWrt, router.Ubios:
|
||||
case router.DDWrt, router.Merlin, router.OpenWrt, router.Ubios, router.Synology:
|
||||
default:
|
||||
unsupportedPlatformHelp(cmd)
|
||||
os.Exit(1)
|
||||
|
||||
Reference in New Issue
Block a user