README.md - add configuration note
This commit is contained in:
parent
86243d95c5
commit
d5ce3fbc48
2
Makefile
2
Makefile
@ -98,7 +98,7 @@ apps/minisatip/minisatip.c:
|
||||
apps/minisatip/minisatip: apps/minisatip/minisatip.c
|
||||
make -C apps/minisatip \
|
||||
CC=$(TOOLCHAIN)/bin/sh4-linux-gcc \
|
||||
CFLAGS="-O2 -DSYS_DVBT2=16"
|
||||
CFLAGS="-O2 -DAXE=1 -DSYS_DVBT2=16"
|
||||
|
||||
.PHONY: minisatip
|
||||
minisatip: apps/minisatip/minisatip
|
||||
|
@ -28,3 +28,8 @@ Booting uImage.gz on Inverto IDL-400s/Grundig GSS.BOX/Inverto IDL-400S from USB:
|
||||
- you may type 'save' to store this settings permanently
|
||||
- to execute the debugfw type 'run debugfw'
|
||||
- note that the USB stick should be in the first (upper) USB connector
|
||||
|
||||
Configuration
|
||||
|
||||
- dhcp client, telnetd and dropbear (ssh daemon) are active by default
|
||||
- configuration is stored in /etc/sysconfig/config
|
||||
|
Loading…
Reference in New Issue
Block a user