From 88f2e3e4e2de3666705cc4bc4198c728e7fa4ebe Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Thu, 1 Jun 2017 21:09:51 +0200 Subject: [PATCH] Revert "generic: revert to OpenWrt CC partition sizes on x86 and similar images for now" This reverts commit fcce9e529501e5952d8c62dae0fe009f36ad2878. The x86-generic kernel does not fit into 4MB. --- targets/generic | 3 --- 1 file changed, 3 deletions(-) diff --git a/targets/generic b/targets/generic index 55fc6c52..c39570fe 100644 --- a/targets/generic +++ b/targets/generic @@ -11,9 +11,6 @@ config 'CONFIG_PACKAGE_ATH_DEBUG=y' config 'CONFIG_TARGET_MULTI_PROFILE=y' config 'CONFIG_TARGET_PER_DEVICE_ROOTFS=y' -config 'CONFIG_TARGET_KERNEL_PARTSIZE=4' -config 'CONFIG_TARGET_ROOTFS_PARTSIZE=48' - if [ "$GLUON_DEBUG" ] then config 'CONFIG_DEBUG=y'