You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openwrt/package
Tony Ambardar 8806da86f5 base-files: fix prerm return value, align with postinst code
The return value of a package prerm script is discarded and not returned
correctly by default_prerm(). This allows other operations like service
shutdown to "leak" their return value, prompting workarounds like commit
48cfc826 which do not address the root cause.

Preserve a package prerm script return value for use by default_prerm(),
sharing the corresponding code from default_postinst() for consistency.
Also use consistent code for handling of /etc/init.d/ scripts.

Run Tested on: LEDE 17.01.4 running ar71xx.

Signed-off-by: Tony Ambardar <itugrok@yahoo.com>
5 years ago
..
base-files base-files: fix prerm return value, align with postinst code 5 years ago
boot apm821xx: add support for the Netgear WNDAP620 and WNDAP660 6 years ago
devel valgrind: enable LTO and refresh patches 6 years ago
firmware Revert "intel-microcode: create early load microcode image" 6 years ago
kernel mac80211: fix reordering of buffered broadcast packets 5 years ago
libs nghttp2: bump to 1.35.0 6 years ago
network openvpn: update to 2.4.6 6 years ago
system procd: update to latest git HEAD 6 years ago
utils util-linux: Update to 2.33 6 years ago
Makefile imagebuilder: reuse rootfs preparation from rootfs.mk 6 years ago