91 lines
1.2 KiB
Plaintext
91 lines
1.2 KiB
Plaintext
#
|
|
# SATIP AXE firmware configuration
|
|
#
|
|
|
|
CFGVER="11"
|
|
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"
|
|
|
|
#
|
|
# ntpd
|
|
#
|
|
NTPD_OPTS="-p 0.pool.ntp.org"
|
|
|
|
#
|
|
# telnetd
|
|
#
|
|
TELNETD="yes"
|
|
|
|
#
|
|
# dropbear
|
|
#
|
|
DROPBEAR="yes"
|
|
|
|
#
|
|
# minisatip
|
|
#
|
|
MINISATIP="yes"
|
|
MINISATIP_OPTS=""
|
|
|
|
#
|
|
# minisatip 0.5
|
|
#
|
|
#MINISATIP5="yes"
|
|
#MINISATIP5_OPTS=""
|
|
|
|
#
|
|
# inetd (httpd,ftpd)
|
|
#
|
|
INETD="yes"
|
|
|
|
#
|
|
# crond
|
|
#
|
|
CROND="yes"
|
|
|
|
#
|
|
# nfsd v3
|
|
#
|
|
NFSD="yes"
|
|
NFSD_HOTPLUG_EXPORT="*" # replace with host or subnet, '*' = world
|
|
|
|
#
|
|
# oscamd
|
|
#
|
|
OSCAMD="yes"
|
|
|
|
#
|
|
# custom daemon/service/setup executed from sysinit
|
|
#
|
|
#CUSTOMD="/etc/sysconfig/myboot"
|