mirror of
https://github.com/openwrt/packages.git
synced 2026-01-10 09:40:18 +04:00
usbip: Add init script for usbip-server
Signed-off-by: Alexander Sulfrian <asulfrian@zedat.fu-berlin.de>
This commit is contained in:
committed by
Nuno Goncalves
parent
489e60de08
commit
7e241da2b7
12
net/usbip/files/usbipd.conf
Normal file
12
net/usbip/files/usbipd.conf
Normal file
@@ -0,0 +1,12 @@
|
||||
|
||||
config server
|
||||
option enable '1'
|
||||
|
||||
# Set listen port
|
||||
#option port ''
|
||||
|
||||
# Listen on IPv4
|
||||
option ipv4 '1'
|
||||
|
||||
# Listen on IPv6
|
||||
option ipv6 '1'
|
||||
Reference in New Issue
Block a user