mirror of
https://github.com/openwrt/packages.git
synced 2025-02-14 13:48:04 +00:00
Makefile changes include: * Remove USE_UCLIBC, as uclibc is no longer supported * Package output modules * Move main binary (back) to /usr/sbin, as it is system administration related and requires superuser privileges New patches: * 003-add-space-for-null-byte.patch - from374cfd2cab
* 004-more-specific-library-linking.patch - from27b57d9da3
* 005-use-c99-format-macro-constants.patch - from https://github.com/fln/addrwatch/pull/28 Init script changes include: * Change from explicit disable to explicit enable, so that the service is disabled by default and on first install * Set config option default values to default values of the main binary * Fix command-line option names and format (from https://forum.openwrt.org/t/cant-start-addrwatch-service/60499/3) * Always use the --quiet command-line option, as the procd instance is not configured to capture stdout/stderr * Change the syslog config option to start the syslog output module Signed-off-by: Jeffery To <jeffery.to@gmail.com>
13 lines
238 B
Plaintext
13 lines
238 B
Plaintext
|
|
config addrwatch
|
|
option enabled '0'
|
|
list interface 'lan'
|
|
#list interface 'wan'
|
|
#option syslog '0'
|
|
#option verbose '0'
|
|
#option output '/var/log/addrwatch'
|
|
#list blacklist '192.168.1.1'
|
|
#option hashsize '1'
|
|
#option ratelimit '0'
|
|
|