From 922310c823bd500ccc83ef749ab5fb088bd8c640 Mon Sep 17 00:00:00 2001 From: William Petit Date: Thu, 11 Jan 2024 10:00:40 +0100 Subject: [PATCH] feat(x86): use default root partition size --- targets/generic.mk | 1 - 1 file changed, 1 deletion(-) diff --git a/targets/generic.mk b/targets/generic.mk index 461f0d8..60876a1 100644 --- a/targets/generic.mk +++ b/targets/generic.mk @@ -4,7 +4,6 @@ x86-generic: $(MAKE) \ ADDITIONAL_INSTALL="install-x86-network-config" \ ADDITIONAL_OPENWRT_PACKAGES="dmidecode" \ - ROOTFS_PARTSIZE=1024 \ OPENWRT_TARGET="x86/generic" \ EMISSARY_ARCH="386" \ OPENWRT_PROFILE="generic" \