You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openwrt/package/utils/busybox
Jeffery To d13e86d4c2 procd: Add wrapper for uci_validate_section()
This adds a wrapper (uci_load_validate) for uci_validate_section() that
allows callers (through a callback function) to access the values set by
uci_validate_section(), without having to manually declare a
(potentially long) list of local variables.

The callback function receives two arguments when called, the config
section name and the return value of uci_validate_section().

If no callback function is given, then the wrapper exits with the value
returned by uci_validate_section().

This also updates several init scripts to use the new wrapper function.

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
5 years ago
..
config busybox: update to 1.30.0 6 years ago
files procd: Add wrapper for uci_validate_section() 5 years ago
patches busybox: update to 1.30.0 6 years ago
Config-defaults.in busybox: update to 1.30.0 6 years ago
Config.in busybox: include config files relative to the main Config.in (#18522) 10 years ago
Makefile busybox: fix ALTERNATIVES alphabetical ordering 5 years ago
convert_defaults.pl busybox: add a reworked implementation of menuconfig support, this time with a guard option that keeps all symbols at default values until an extra option is activated 11 years ago
convert_menuconfig.pl busybox: adjust convert_menuconfig.pl to emit relative path references for Config.in files and refresh generated files 9 years ago