For anyone who is reading this mailing list and expecting to read everything, a fair amount also gets discussed on GitHub.
Seems consensus on reducing x86 by one target is emerging. In fact someone proposed getting rid of x86-32 completely. (https://github.com/openwrt/openwrt/pull/13924#discussion_r1395516142) In light of this, I guess someone needs to go ahead and send a patch proposing a removal. As such here is one to remove "generic". My reasoning is "generic" is about the least generic target possible. While many P4s were made, they weren't the most popular due to power consumption and poor performance. Elliott Mitchell (1): kernel/x86: merge "generic" into "legacy" target/linux/x86/Makefile | 2 +- target/linux/x86/generic/config-6.1 | 508 ------------------ target/linux/x86/generic/target.mk | 10 - target/linux/x86/image/generic.mk | 9 - target/linux/x86/image/legacy.mk | 2 +- .../base-files/lib/preinit/45_mount_xenfs | 0 target/linux/x86/legacy/config-6.1 | 259 ++++++++- target/linux/x86/legacy/target.mk | 1 + 8 files changed, 257 insertions(+), 534 deletions(-) delete mode 100644 target/linux/x86/generic/config-6.1 delete mode 100644 target/linux/x86/generic/target.mk delete mode 100644 target/linux/x86/image/generic.mk rename target/linux/x86/{generic => legacy}/base-files/lib/preinit/45_mount_xenfs (100%) -- (\___(\___(\______ --=> 8-) EHM <=-- ______/)___/)___/) \BS ( | [email protected] PGP 87145445 | ) / \_CS\ | _____ -O #include <stddisclaimer.h> O- _____ | / _/ 8A19\___\_|_/58D2 7E3D DDF4 7BA6 <-PGP-> 41D1 B375 37D0 8714\_|_/___/5445 _______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/mailman/listinfo/openwrt-devel
