> What is the proper way to support such build? Obviously, it can be
> easily done by creating two completely independent package
> specifications, but that would lead to unnecessary duplication.

look at the iperf package for an example:
https://dev.openwrt.org/browser/packages/net/iperf

it is only one Makefile, that defines two packages that appear in the
configuration menu

one is plain iperf and the other is iperf-ml with multithread support.
So it changes a compilation option as in your case.

I believe you need to do something similar ...

my 2 cents

Saverio
_______________________________________________
openwrt-devel mailing list
[email protected]
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to