[SOLVED] How to build the x86_64 generic image?

When I build for x86/64, I do not get a file named lede-x86-64-generic-rootfs.tar.gz
Apparently, buildbot is luckier than me: https://downloads.lede-project.org/snapshots/targets/x86/64/

Excerpt from .config:

CONFIG_MODULES=y
CONFIG_HAVE_DOT_CONFIG=y
CONFIG_TARGET_x86=y
CONFIG_TARGET_x86_64=y
CONFIG_TARGET_x86_64_Generic=y
CONFIG_HAS_SUBTARGETS=y
CONFIG_TARGET_BOARD="x86"
CONFIG_TARGET_SUBTARGET="64"
CONFIG_TARGET_PROFILE="Generic"
CONFIG_TARGET_ARCH_PACKAGES="x86_64"

I used make menuconfig. What am I missing? Any hints or tips?

Background: I want to be able to update via luci, and this requires the generic image.

Use the combined image for sysupgrading via LuCI.

1 Like

Of course that worked. I did not before because apparently flashing a 6gig image was a bit too much for my hardware. I shrank the root partition and now it works like a charm.

hey can you guide me to install openwrt X86_64

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.