openwrt/package
Alexander Egorenkov eaf19220b6 base-files: fix status display command
If service() is called w/o parameter then the status display for services
with multiple instances is incorrect. E.g. samba4 or wpad have 2 instances.

root@OpenWrt:~# /etc/init.d/samba4 status
running
root@OpenWrt:~# /etc/init.d/wpad status
running

Before change:
/etc/init.d/samba4                 enabled         stopped
/etc/init.d/wpad                   enabled         stopped

After change:
/etc/init.d/samba4                 enabled         running
/etc/init.d/wpad                   enabled         running

Signed-off-by: Alexander Egorenkov <egorenar-dev@posteo.net>
(cherry picked from commit 9318f61556)
2021-04-18 12:05:54 +02:00
..
base-files base-files: fix status display command 2021-04-18 12:05:54 +02:00
boot uboot-imx6: define 'BUILD_DEVICES' for Toradex Apalis 2021-04-18 12:05:51 +02:00
devel binutils: fix libbfd missing DSO dependency if NLS enabled 2021-04-10 14:22:28 +02:00
firmware tfa-layerscape: build fiptool again 2021-02-21 13:55:30 +01:00
kernel kernel: limit crypto-hw-ccp to the x86 2021-04-14 08:42:38 +02:00
libs libnfnetlink: quote $(FPIC) on command line 2021-04-12 20:45:29 +02:00
network umdns: add missing syscalls to seccomp filter 2021-04-18 12:05:12 +02:00
system zram-swap: bail out early if the kernel doesn't support swap 2021-04-18 12:05:53 +02:00
utils firmware-utils: bcm4908img: convert into a package 2021-04-08 13:16:13 +02:00
Makefile build: always build package/kernel/linux 2020-10-15 13:25:58 +02:00