openwrt/package
Alexandru Ardelean 28c350f2f0 base-files: fix default procd reload
Bug introduced with 6713694.

I did not count on procd handling reload as mentioned
in this doc:
https://wiki.openwrt.org/inbox/procd-init-scripts

```
procd_set_param file /var/etc/your_service.conf # /etc/init.d/your_service reload will restart the daemon if these files have changed
procd_set_param netdev dev # likewise, except if dev's ifindex changes.
procd_set_param data name=value ... # likewise, except if this data changes.
```

The service would be restarted regardless of any of those params.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
(cherry picked from commit c7ee30d53a)
2017-12-13 15:33:48 +01:00
..
base-files base-files: fix default procd reload 2017-12-13 15:33:48 +01:00
boot grub2: update to 2.02~rc2 2017-12-13 15:02:53 +01:00
devel devel/trace-cmd: Update to 2.6.1 2017-12-13 15:32:00 +01:00
firmware ath10k-firmware: do not select the qca988x by default 2017-05-27 14:22:16 +02:00
kernel mac80211: gracefully handle preexisting VIF 2017-12-13 15:29:01 +01:00
libs elfutils: bump to 0.169 2017-12-13 15:32:28 +01:00
network lldpd: drop specific respawn params [use system-wide] 2017-12-13 15:32:39 +01:00
system procd.sh: use parameterized respawn values 2017-12-13 14:39:02 +01:00
utils busybox: fix installation of cron and ntpd scripts in the default config 2017-12-13 15:01:04 +01:00
Makefile build: fix triggering opkg/host compilation 2017-04-09 15:42:20 +02:00