[OpenWrt-Devel] [PATCH] package-ipkg.mk: allow to install CC packages on older versions

2015-01-21 Thread Christian Schoenebeck
Packages compiled on CC / trunk could not be installed on BB and before. Why to block users from using updated packages like ca-certificates, privoxy or updated luci-apps. Checks if default_postinst/prerm function exists in /lib/functions.sh then run, otherwise run [xxx]-pkg script if exists.

Re: [OpenWrt-Devel] [PATCH] package-ipkg.mk: allow to install CC packages on older versions

2015-01-21 Thread Rafał Miłecki
On 21 January 2015 at 10:36, Christian Schoenebeck christian.schoeneb...@gmail.com wrote: Why to block users from using updated packages like ca-certificates, privoxy or updated luci-apps Because we: 1) Don't want help users breaking their installations if they upgrade wrong package 2) Don't