Skip to content

Commit

Permalink
kernel/x86: merge "generic" into "legacy"
Browse files Browse the repository at this point in the history
There is a desire to reduce the time spent on x86 OpenWRT platforms.
"generic" is most suitable for removal.  The few systems which could
use "generic" must now opt for "legacy" (or for a lucky few "64").

Closes: openwrt#14231
Signed-off-by: Elliott Mitchell <ehem+openwrt@m5p.com>
  • Loading branch information
ehem committed May 8, 2024
1 parent 0d74b2a commit 18603c7
Show file tree
Hide file tree
Showing 10 changed files with 533 additions and 1,076 deletions.
2 changes: 1 addition & 1 deletion target/linux/x86/Makefile
Expand Up @@ -8,7 +8,7 @@ ARCH:=i386
BOARD:=x86
BOARDNAME:=x86
FEATURES:=squashfs ext4 vdi vmdk vhdx pcmcia targz fpu boot-part rootfs-part
SUBTARGETS:=generic legacy geode 64
SUBTARGETS:=legacy geode 64

KERNEL_PATCHVER:=6.1
KERNEL_TESTING_PATCHVER:=6.6
Expand Down

0 comments on commit 18603c7

Please sign in to comment.