openwrt/package/base-files
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
..
files base-files: fix default procd reload 2017-12-13 15:33:48 +01:00
Makefile base-files: create /etc/config/ directory 2017-10-01 10:52:14 +02:00
image-config.in LEDE v17.01.4: revert to branch defaults 2017-10-18 11:54:32 +03:00