[LEDE-DEV] [PATCH v2] package-ipkg: Do not fail build without base-files

Christian Schoenebeck christian.schoenebeck at gmail.com
Tue Dec 27 12:07:28 PST 2016


In general that's right, but disabling all postinst(-pkg) and prerm(-pkg) is more than awful.
If base-files not selected you should nevertheless call postinst-/prerm-pkg.
Otherwise their is no real chance to work without base-files whatever you do in package Makefile.

Am 27.12.2016 um 21:00 schrieb Florian Fainelli:
> base-files can be deselected (and it should remain that way), in which
> case you cannot complete an OpenWrt build because we stop with the
> errors mentioned below, fixing that alone has value IMHO.
> 
> It seems reasonable to expect that nothing in your system that relies on
> base-files can be working, the use case for a system without base-files
> can be: a) replacement of the full OpenWrt/LEDE user-space with
> something custom, b) build testing/combination coverage (how this was
> caught here), c) minimal system getting you to a prompt without starting
> anything.
> 



More information about the Lede-dev mailing list