Skip to content

linux-samsung-i9003: fix compilation with PARANOID_NETWORK disabled

postmarketOS Bot requested to merge fix/linux-samsung-i9003-paranoid into master

Created by: ollieparanoid

Looks like, there are actually kernels where disabling a kernel option breaks the build, because they assume it is always enabled ._.

Anyway, this PR fixes it for linux-samsung-i9003 and in the future we might be able to extend the automatic checksum check by Travis to an automatic package building check by Travis, just like Alpine does it (as soon as the binary repo is working, we could look into that, then Travis can use the pre-compiled cross-compiler packages).

The good news are, that there was already a patch on the net.

Merge request reports