2015-04-08 13:54:26 +02:00
|
|
|
#
|
|
|
|
# SATIP AXE firmware configuration
|
|
|
|
#
|
|
|
|
|
2018-01-25 09:00:55 +01:00
|
|
|
CFGVER="14"
|
2015-04-08 13:54:26 +02:00
|
|
|
HOSTNAME="satip-axe"
|
2015-04-08 17:30:03 +02:00
|
|
|
KMODULES="drivers/usb/serial/cp210x.ko drivers/usb/serial/pl2303.ko drivers/usb/serial/ftdi_sio.ko"
|
|
|
|
|
2015-04-20 15:43:32 +02:00
|
|
|
#
|
|
|
|
# STV6210 baseband amplifier gain (0dB .. 16dB - 2dB step)
|
|
|
|
#
|
|
|
|
STV6210_BAMP="16dB"
|
2015-08-04 18:38:54 +02:00
|
|
|
#DEMUXTS_OLD="yes"
|
2015-04-20 15:43:32 +02:00
|
|
|
|
2015-04-08 17:30:03 +02:00
|
|
|
#
|
|
|
|
# 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"
|
2015-04-08 13:54:26 +02:00
|
|
|
|
2015-03-28 20:33:17 +01:00
|
|
|
#
|
|
|
|
# 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"
|
|
|
|
|
2015-04-08 13:54:26 +02:00
|
|
|
#
|
|
|
|
# ntpd
|
|
|
|
#
|
|
|
|
NTPD_OPTS="-p 0.pool.ntp.org"
|
|
|
|
|
2018-01-25 09:00:55 +01:00
|
|
|
#
|
|
|
|
# syslogd
|
|
|
|
#
|
|
|
|
#SYSLOGD_OPTS="-R 192.168.1.1:514"
|
|
|
|
|
2015-03-28 20:33:17 +01:00
|
|
|
#
|
|
|
|
# telnetd
|
|
|
|
#
|
|
|
|
TELNETD="yes"
|
|
|
|
|
|
|
|
#
|
|
|
|
# dropbear
|
|
|
|
#
|
|
|
|
DROPBEAR="yes"
|
2015-03-31 16:39:17 +02:00
|
|
|
|
|
|
|
#
|
|
|
|
# minisatip
|
|
|
|
#
|
2017-04-25 13:06:33 +02:00
|
|
|
#MINISATIP="yes"
|
|
|
|
#MINISATIP_OPTS=""
|
2015-04-08 17:30:03 +02:00
|
|
|
|
2016-02-16 16:46:40 +01:00
|
|
|
#
|
|
|
|
# minisatip 0.5
|
|
|
|
#
|
|
|
|
#MINISATIP5="yes"
|
|
|
|
#MINISATIP5_OPTS=""
|
|
|
|
|
2017-04-25 13:06:33 +02:00
|
|
|
#
|
|
|
|
# minisatip 0.7
|
|
|
|
#
|
2018-01-24 15:55:45 +01:00
|
|
|
#MINISATIP7="yes"
|
|
|
|
#MINISATIP7_OPTS=""
|
|
|
|
|
|
|
|
#
|
|
|
|
# minisatip 0.8
|
|
|
|
#
|
|
|
|
MINISATIP8="yes"
|
|
|
|
MINISATIP8_OPTS=""
|
2017-04-25 13:06:33 +02:00
|
|
|
|
2015-04-20 16:11:11 +02:00
|
|
|
#
|
|
|
|
# inetd (httpd,ftpd)
|
|
|
|
#
|
|
|
|
INETD="yes"
|
|
|
|
|
2015-05-23 20:46:08 +02:00
|
|
|
#
|
|
|
|
# crond
|
|
|
|
#
|
|
|
|
CROND="yes"
|
|
|
|
|
2015-04-21 14:54:49 +02:00
|
|
|
#
|
|
|
|
# nfsd v3
|
|
|
|
#
|
|
|
|
NFSD="yes"
|
|
|
|
NFSD_HOTPLUG_EXPORT="*" # replace with host or subnet, '*' = world
|
|
|
|
|
2015-04-08 17:30:03 +02:00
|
|
|
#
|
|
|
|
# oscamd
|
|
|
|
#
|
|
|
|
OSCAMD="yes"
|
2015-05-23 20:46:08 +02:00
|
|
|
|
|
|
|
#
|
|
|
|
# custom daemon/service/setup executed from sysinit
|
|
|
|
#
|
|
|
|
#CUSTOMD="/etc/sysconfig/myboot"
|