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: #14231
Signed-off-by: Elliott Mitchell <ehem+openwrt@m5p.com>
  • Loading branch information
ehem committed Mar 20, 2024
1 parent 34b8c70 commit 0f9346e
Show file tree
Hide file tree
Showing 8 changed files with 264 additions and 535 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

Expand Down

0 comments on commit 0f9346e

Please sign in to comment.