mirror of
https://github.com/kernelkit/infix.git
synced 2026-08-04 14:43:01 +02:00
- New script 'error' that can be overridden by a br2-external
- Call 'error' if YANG model bootstap or factory-config.gen fails
- Call 'error' if loading startup-config or failure-config fails
The 'error' script calls syslog¹ to log the error messge:
The device has reached an unrecoverable error, please RMA.
____
¹ to get a timestamp log message, and send remote in case a
br2-external has somehow hard-coded network for remote syslog
Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
6 lines
168 B
Makefile
6 lines
168 B
Makefile
SUBDIRS = bin share src yang
|
|
dist_doc_DATA = README.md LICENSE
|
|
dist_sysconf_DATA = confdrc
|
|
DISTCLEANFILES = *~ *.d
|
|
ACLOCAL_AMFLAGS = -I m4
|