From 64d3d3b61288763891862e1acf45dfc54a27f695 Mon Sep 17 00:00:00 2001 From: "Ycarus (Yannick Chabanois)" Date: Wed, 26 Jun 2019 07:47:06 +0200 Subject: [PATCH] Set needed parameters in kernel config and set root size back to 256 --- config | 1 + root/target/linux/generic/config-4.19 | 1 + 2 files changed, 2 insertions(+) diff --git a/config b/config index 81cee510..99f54d62 100644 --- a/config +++ b/config @@ -228,3 +228,4 @@ CONFIG_LUCI_LANG_pt-br=y CONFIG_LUCI_LANG_cs=y CONFIG_LUCI_LANG_fr=y CONFIG_LUCI_LANG_it=y +CONFIG_TARGET_ROOTFS_PARTSIZE=256 \ No newline at end of file diff --git a/root/target/linux/generic/config-4.19 b/root/target/linux/generic/config-4.19 index b4daeb57..97839df6 100644 --- a/root/target/linux/generic/config-4.19 +++ b/root/target/linux/generic/config-4.19 @@ -3696,6 +3696,7 @@ CONFIG_PARTITION_ADVANCED=y # CONFIG_PCI_LAYERSCAPE is not set # CONFIG_PCI_MSI is not set # CONFIG_PCI_PASID is not set +# CONFIG_PCI_PF_STUB is not set # CONFIG_PCI_PRI is not set CONFIG_PCI_QUIRKS=y # CONFIG_PCI_REALLOC_ENABLE_AUTO is not set