immortalwrt/package
Oldřich Jedlička db6df604f7
base-files: allow reusing of boolean value extraction logic
The `functions.sh` script has `config_get_bool()` function, which is
usable when using UCI config direct access API, but there is no
equivalent for the callback API. Introduce `get_bool()` function to
allow reusing it from init scripts.

Example:

```sh
option_cb() {
    local option="$1"
    local value="$(get_bool "$2")"
    ...
}
```

Signed-off-by: Oldřich Jedlička <oldium.pro@gmail.com>
2021-01-02 12:04:53 +08:00
..
base-files base-files: allow reusing of boolean value extraction logic 2021-01-02 12:04:53 +08:00
boot uboot-zynq: fix dtc compilation on host gcc 10 2020-12-15 11:29:33 +08:00
ctcgfw OpenAppFilter: bump to latest git HEAD 2020-12-31 19:45:01 +08:00
devel trace-cmd: update to 2.9.1 2021-01-02 12:01:35 +08:00
firmware wireless-regdb: Update to version 2020.11.20 2020-12-19 00:10:00 +08:00
kernel linux: disable bridge firewalling by default 2020-12-31 17:53:00 +08:00
lean Xray: Update to v1.2.0 2021-01-02 01:40:07 +08:00
libs wolfssl: Update to v4.6.0-stable 2021-01-02 12:00:56 +08:00
lienol luci-app-ssr-plus: bump to 182-2 2020-12-30 12:23:27 +08:00
network ppp: Remove already applied patch 2021-01-02 12:01:25 +08:00
ntlf9t Revert "rtl8192du: fix work under openwrt" 2020-12-31 22:04:09 +08:00
system zram-swap: remove the compression streams settings 2020-12-15 11:32:49 +08:00
utils busybox: define BUSYBOX_SYM before the first use 2020-12-30 11:26:45 +08:00
zxlhhyccc treewide: add missing PKG_HASH / PKG_MIRROR_HASH 2020-12-26 22:15:11 +08:00
Makefile build: store SourceDateEpoch in manifest 2020-09-01 17:31:29 +08:00