freifunk-berlin / firmware

DEPRECATED: Build system for Berlin firmware. Please user the pinned falter-repos instead
https://berlin.freifunk.net
GNU General Public License v3.0
74 stars 34 forks source link

build: selecting an invalid package is silently accepted #858

Open SvenRoederer opened 3 years ago

SvenRoederer commented 3 years ago

The current buildsystem uses /config to define the packages that should be build. Adding an invalid package (typo, package got renamed, package got removed) will silently accepted and as it's just ignored by OpenWrts make defconfig. So detecting such problems is not straight forward.

Adding a check, that the listed packages are enabled in the final .config of OpenWrt would be great.