[OpenWrt-Devel] [PATCH] exfat-nofuse: fix kernel 5.4 compilation issue

Stefan Lippers-Hollmann s.l-h at gmx.de
Fri Mar 6 19:31:38 EST 2020


Hi

On 2020-03-06, Rosen Penev wrote:
> On Fri, Mar 6, 2020 at 11:38 AM Paul Blazejowski
> <paulb at blazebox.homeip.net> wrote:
[...]
> > -   DEPENDS:=+kmod-nls-base
> > +   DEPENDS:=+kmod-nls-base @(LINUX_4_14||LINUX_4_19)
> I prefer @!LINUX_5_4

Using @!LINUX_5_4 would break, once the next kernel after 5.4 comes
around (be it in semi-private testing or officially with the next LTS
kernel), while it's safe to assume that no older kernels will be merged
back into master. It's usually a better strategy to test for known old
kernels/ features, than to consider the new approach as an exception.

> I also want an exfat package for 5.4. As it stands even though it is
> in the staging directory, I don't think a package is available.

https://github.com/openwrt/openwrt/pull/2807

[...]

Regards
	Stefan Lippers-Hollmann

_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel



More information about the openwrt-devel mailing list