openwrtv3/package
Alexandru Ardelean c7ee30d53a 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>
2017-05-20 20:43:45 +02:00
..
base-files base-files: fix default procd reload 2017-05-20 20:43:45 +02:00
boot uboot-envtools: add support for 8devices Rambutan 2017-05-15 22:43:33 +02:00
devel devel/trace-cmd: Update to 2.6.1 2017-05-18 07:58:59 +02:00
firmware ath10k-ct-firmware: Add support for QCA9886/QCA9888 firmware. 2017-05-18 07:59:33 +02:00
kernel mac80211: rt2x00: remove unneccessary code 2017-05-18 13:51:28 +02:00
libs elfutils: bump to 0.169 2017-05-18 07:59:56 +02:00
network lldpd: drop specific respawn params [use system-wide] 2017-05-18 08:14:26 +02:00
system opkg: alternatives: use ERROR level for symlink failure 2017-05-03 17:40:47 +08:00
utils f2fs-tools: Switch to gz tarball 2017-05-18 14:23:26 +02:00
Makefile build: cleanup tmp/ dir of target rootfs 2017-05-02 22:10:50 +08:00