forked from perexg/satip-axe
-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathconfig.default
73 lines (60 loc) · 977 Bytes
/
config.default
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
#
# SATIP AXE firmware configuration
#
CFGVER="15"
HOSTNAME="satip-axe"
KMODULES="drivers/usb/serial/cp210x.ko drivers/usb/serial/pl2303.ko drivers/usb/serial/ftdi_sio.ko"
#
# STV6210 baseband amplifier gain (0dB .. 16dB - 2dB step)
#
STV6210_BAMP="16dB"
#DEMUXTS_OLD="yes"
#
# ttyUSB names
#
TTYUSB1_DEV="2-1:1.0"
TTYUSB1_NAME="ttyUSBupper"
TTYUSB2_DEV="4-1:1.0"
TTYUSB2_NAME="ttyUSBlower"
TTYUSB3_DEV="1-1.1:1.0" # USB hub port#1 in upper port
TTYUSB3_NAME="ttyUSBupper1"
TTYUSB4_DEV="3-1.2:1.0" # USB hub port#2 in lower port
TTYUSB4_NAME="ttyUSBlower2"
#
# IPV4 config
#
IPV4="dhcp"
# or
#IPV4="192.168.1.240"
#IPV4_NETMASK="255.255.255.0"
#IPV4_BROADCAST="192.168.1.255"
#IPV4_GATEWAY="192.168.1.1"
#
# syslogd
#
#SYSLOGD_OPTS="-R 192.168.1.1:514"
#
# telnetd
#
TELNETD="yes"
#
# dropbear
#
DROPBEAR="yes"
#
# minisatip
#
MINISATIP="yes"
MINISATIP_OPTS=""
#
# inetd (httpd,ftpd)
#
INETD="yes"
#
# crond
#
CROND="yes"
#
# oscamd
#
OSCAMD="yes"