source: trunk/README.config

Last change on this file was 11639, checked in by bust3d, 3 years ago

-fix README.config

File size: 2.7 KB
Line 
1** This file is generated from 'config.sh --help' output, do not edit it. **
2
3OSCam config
4Usage: config.sh [parameters]
5
6 -g, --gui Start interactive configuration
7
8 -s, --show-enabled [param] Show enabled configuration options.
9 -Z, --show-disabled [param] Show disabled configuration options.
10 -S, --show-valid [param] Show valid configuration options.
11 Possible params: all, addons, protocols,
12 readers, card_readers
13
14 -l, --list-config List active configuration variables.
15 -e, --enabled [option] Check if certain option is enabled.
16 -d, --disabled [option] Check if certain option is disabled.
17
18 -E, --enable [option] Enable config option.
19 -D, --disable [option] Disable config option.
20
21 The following [option]s enable or disable multiple settings.
22 all - Everything.
23 addons - All addons.
24 protocols - All protocols.
25 readers - All readers.
26 card_readers - All card readers.
27
28 -R, --restore Restore default config.
29
30 -v, --oscam-version Display OSCam version.
31 -r, --oscam-revision Display OSCam SVN revision.
32
33 -O, --detect-osx-sdk-version Find where OS X SDK is located
34
35 -h, --help Display this help text.
36
37Examples:
38 # Enable WEBIF and SSL
39 ./config.sh --enable WEBIF WITH_SSL
40
41 # Disable WEBIF but enable WITH_SSL
42 ./config.sh --disable WEBIF --enable WITH_SSL
43
44 # Restore defaults and disable WEBIF and READER_NAGRA
45 ./config.sh --restore --disable WEBIF READER_NAGRA
46
47 # Use default config with only one enabled reader
48 ./config.sh --restore --disable readers --enable READER_BULCRYPT
49
50 # Disable everything and enable webif one module and one card reader
51 ./config.sh --disable all --enable WEBIF MODULE_NEWCAMD READER_BULCRYPT
52
53 # Disable all card readers except INTERNAL
54 ./config.sh -D card_readers -E CARDREADER_INTERNAL
55
56Available options:
57 addons: WEBIF WEBIF_LIVELOG WEBIF_JQUERY TOUCH WITH_SSL HAVE_DVBAPI IRDETO_GUESSING CS_ANTICASC WITH_DEBUG MODULE_MONITOR WITH_LB CS_CACHEEX CS_CACHEEX_AIO CW_CYCLE_CHECK LCDSUPPORT LEDSUPPORT CLOCKFIX IPV6SUPPORT
58 protocols: MODULE_CAMD33 MODULE_CAMD35 MODULE_CAMD35_TCP MODULE_NEWCAMD MODULE_CCCAM MODULE_CCCSHARE MODULE_GBOX MODULE_RADEGAST MODULE_SCAM MODULE_SERIAL MODULE_CONSTCW MODULE_PANDORA MODULE_GHTTP
59 readers: READER_NAGRA READER_NAGRA_MERLIN READER_IRDETO READER_CONAX READER_CRYPTOWORKS READER_SECA READER_VIACCESS READER_VIDEOGUARD READER_DRE READER_TONGFANG READER_BULCRYPT READER_GRIFFIN READER_DGCRYPT
60 card_readers: CARDREADER_PHOENIX CARDREADER_INTERNAL CARDREADER_SC8IN1 CARDREADER_MP35 CARDREADER_SMARGO CARDREADER_DB2COM CARDREADER_STAPI CARDREADER_STINGER
61
Note: See TracBrowser for help on using the repository browser.