version 1.4.2.6, 2014/01/30 01:03:16
|
version 1.7.8.1, 2017/10/08 21:57:34
|
Line 12 terms:
|
Line 12 terms:
|
All of the documentation and software included in the ELWIX and AITNET |
All of the documentation and software included in the ELWIX and AITNET |
Releases is copyrighted by ELWIX - Sofia/Bulgaria <info@elwix.org> |
Releases is copyrighted by ELWIX - Sofia/Bulgaria <info@elwix.org> |
|
|
Copyright 2004 - 2014 | Copyright 2004 - 2017 |
by Michael Pounov <misho@elwix.org>. All rights reserved. |
by Michael Pounov <misho@elwix.org>. All rights reserved. |
|
|
Redistribution and use in source and binary forms, with or without |
Redistribution and use in source and binary forms, with or without |
Line 67 SUCH DAMAGE.
|
Line 67 SUCH DAMAGE.
|
#define DEFAULT_TFTP 69 |
#define DEFAULT_TFTP 69 |
#define DEFAULT_TFTPDIR "/elwix/tftpboot" |
#define DEFAULT_TFTPDIR "/elwix/tftpboot" |
#define DEFAULT_PKGDIR "/system" |
#define DEFAULT_PKGDIR "/system" |
|
#define CFEXEC_SLOCK "%s/.S-cfexec.LCK" |
|
|
#define FIRMWARE_IMG "elwix-firmware.sys" |
#define FIRMWARE_IMG "elwix-firmware.sys" |
#define FIRMWARE_BAK "elwix-firmware.sys.old" |
#define FIRMWARE_BAK "elwix-firmware.sys.old" |
Line 82 SUCH DAMAGE.
|
Line 83 SUCH DAMAGE.
|
#define UBE_LOCK "/tmp/ube.LCK" |
#define UBE_LOCK "/tmp/ube.LCK" |
#define UBE_CFGNAME "/etc/ube.conf" |
#define UBE_CFGNAME "/etc/ube.conf" |
#define UBE_SECTION "64K" |
#define UBE_SECTION "64K" |
|
|
|
#define IMGBUF_SIZE 65536 |
|
#define IMGBUF_SIZE2 1024 |
|
|
|
#define BUTZ_CFG "/etc/butz.conf" |
|
|
|
|
#define VERB(x) if ((x) <= Verbose) |
#define VERB(x) if ((x) <= Verbose) |
#define FTRACE(x) if ((x) <= Verbose) syslog(LOG_DEBUG, "Debug:: I`m %s(%d) ...\n", __func__, __LINE__) |
#define FTRACE(x) if ((x) <= Verbose) syslog(LOG_DEBUG, "Debug:: I`m %s(%d) ...\n", __func__, __LINE__) |