upgraded busybox, activated ntpd, activated mdev, added hotplug scripts for USB storage - /media, added sbin paths to dropbear

This commit is contained in:
Jaroslav Kysela
2015-04-08 13:54:26 +02:00
parent 2838c945b5
commit 0d9040988d
10 changed files with 110 additions and 7 deletions

View File

@@ -1,3 +1,9 @@
#
# SATIP AXE firmware configuration
#
HOSTNAME="satip-axe"
#
# IPV4 config
#
@@ -8,6 +14,11 @@ IPV4="dhcp"
#IPV4_BROADCAST="192.168.1.255"
#IPV4_GATEWAY="192.168.1.1"
#
# ntpd
#
NTPD_OPTS="-p 0.pool.ntp.org"
#
# telnetd
#