openwrtv3/package
Roman Yeryomin 0b1fa809d0 base-files: rc.common: fix enable() return code and logic
In current state, if there is START but no STOP, enbale()
will return 1 (failure), which is wrong.
Moreover there is no need to check for START/STOP twice.
Instead, add err variable to save success state and
and return it's value.
Also eliminate the need to disable() by using 'ln -sf',
which will first delete the old symlink if one exists.

Changes from v1:
- fixed description

Signed-off-by: Roman Yeryomin <roman@advem.lv>
2018-01-02 07:14:08 +01:00
..
base-files base-files: rc.common: fix enable() return code and logic 2018-01-02 07:14:08 +01:00
boot layerscape: fix package download 2017-12-21 10:02:16 +01:00
devel strace: Update to 4.20 2017-12-07 11:46:37 +08:00
firmware layerscape: add byte_swap.py script for ls-rcw package 2017-12-26 23:30:59 +01:00
kernel mwlwifi: update to version 10.3.4.0 / 2017-12-14 2017-12-31 18:46:13 +01:00
libs nghttp2: bump to 1.29.0 2017-12-24 17:06:16 +01:00
network nftables: fix sha256sum 2017-12-31 18:46:13 +01:00
system procd: update to latest git HEAD 2018-01-02 07:14:08 +01:00
utils busybox: add missing TARGET_CPPFLAGS and TARGET_LDFLAGS 2017-12-28 12:26:23 +01:00
Makefile build: cleanup tmp/ dir of target rootfs 2017-05-02 22:10:50 +08:00