Skip to content
Snippets Groups Projects
Commit 9532dde7 authored by nrbffs's avatar nrbffs
Browse files

update patch for Gluon v2019.1

parent 007c1116
No related branches found
No related tags found
No related merge requests found
From 43e01839034486dbcdb2d2119f6c962ba4d64acc Mon Sep 17 00:00:00 2001 From 47edaab429d565fe8db24a7182ced834102a8e7f Mon Sep 17 00:00:00 2001
From: nrbffs <38812627+nrbffs@users.noreply.github.com> From: nrbffs <38812627+nrbffs@users.noreply.github.com>
Date: Fri, 1 Mar 2019 21:46:49 +0000 Date: Fri, 1 Mar 2019 21:46:49 +0000
Subject: [PATCH] resize x86 rootfs to 36 MB and kernel to 16 MB Subject: [PATCH] resize x86 rootfs to 36 MB and kernel to 16 MB
...@@ -9,16 +9,16 @@ This will allow x86 devices with 256 MB disk to upgrade. ...@@ -9,16 +9,16 @@ This will allow x86 devices with 256 MB disk to upgrade.
1 file changed, 3 insertions(+) 1 file changed, 3 insertions(+)
diff --git a/targets/x86.inc b/targets/x86.inc diff --git a/targets/x86.inc b/targets/x86.inc
index c66c3408..833a1960 100644 index 3e3b5e53..d67d7b65 100644
--- a/targets/x86.inc --- a/targets/x86.inc
+++ b/targets/x86.inc +++ b/targets/x86.inc
@@ -12,3 +12,6 @@ packages 'kmod-ath9k' @@ -40,3 +40,6 @@ packages {
packages $ATH10K_PACKAGES }
packages 'kmod-gpio-button-hotplug' 'kmod-gpio-nct5104d' 'kmod-hwmon-core' 'kmod-leds-gpio' 'kmod-leds-apu2' 'kmod-sp5100_tco'
packages 'kmod-usb-core' 'kmod-usb-ohci' 'kmod-usb2' 'kmod-usb3' 'kmod-usb-serial' packages(ATH10K_PACKAGES)
+ +
+config 'CONFIG_TARGET_KERNEL_PARTSIZE=16' +config 'CONFIG_TARGET_KERNEL_PARTSIZE=16'
+config 'CONFIG_TARGET_ROOTFS_PARTSIZE=36' +config 'CONFIG_TARGET_ROOTFS_PARTSIZE=36'
-- --
2.21.0 2.24.1
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment