mirror of
https://github.com/Telecominfraproject/wlan-ap.git
synced 2025-12-16 17:01:37 +00:00
Some checks failed
Build OpenWrt/uCentral images / build (cig_wf186h) (push) Has been cancelled
Build OpenWrt/uCentral images / build (cig_wf186w) (push) Has been cancelled
Build OpenWrt/uCentral images / build (cig_wf188n) (push) Has been cancelled
Build OpenWrt/uCentral images / build (cig_wf189) (push) Has been cancelled
Build OpenWrt/uCentral images / build (cig_wf196) (push) Has been cancelled
Build OpenWrt/uCentral images / build (cybertan_eww631-a1) (push) Has been cancelled
Build OpenWrt/uCentral images / build (cybertan_eww631-b1) (push) Has been cancelled
Build OpenWrt/uCentral images / build (cybertan_rap630w-312g) (push) Has been cancelled
Build OpenWrt/uCentral images / build (cybertan_rap63xc-211g) (push) Has been cancelled
Build OpenWrt/uCentral images / build (edgecore_eap101) (push) Has been cancelled
Build OpenWrt/uCentral images / build (edgecore_eap102) (push) Has been cancelled
Build OpenWrt/uCentral images / build (edgecore_eap104) (push) Has been cancelled
Build OpenWrt/uCentral images / build (edgecore_eap105) (push) Has been cancelled
Build OpenWrt/uCentral images / build (edgecore_eap111) (push) Has been cancelled
Build OpenWrt/uCentral images / build (edgecore_eap112) (push) Has been cancelled
Build OpenWrt/uCentral images / build (edgecore_oap101) (push) Has been cancelled
Build OpenWrt/uCentral images / build (edgecore_oap101-6e) (push) Has been cancelled
Build OpenWrt/uCentral images / build (edgecore_oap101e) (push) Has been cancelled
Build OpenWrt/uCentral images / build (edgecore_oap101e-6e) (push) Has been cancelled
Build OpenWrt/uCentral images / build (hfcl_ion4x) (push) Has been cancelled
Build OpenWrt/uCentral images / build (hfcl_ion4x_2) (push) Has been cancelled
Build OpenWrt/uCentral images / build (hfcl_ion4x_3) (push) Has been cancelled
Build OpenWrt/uCentral images / build (hfcl_ion4x_w) (push) Has been cancelled
Build OpenWrt/uCentral images / build (hfcl_ion4xe) (push) Has been cancelled
Build OpenWrt/uCentral images / build (hfcl_ion4xi) (push) Has been cancelled
Build OpenWrt/uCentral images / build (hfcl_ion4xi_w) (push) Has been cancelled
Build OpenWrt/uCentral images / build (indio_um-305ax) (push) Has been cancelled
Build OpenWrt/uCentral images / build (sercomm_ap72tip) (push) Has been cancelled
Build OpenWrt/uCentral images / build (sonicfi_rap630c-311g) (push) Has been cancelled
Build OpenWrt/uCentral images / build (sonicfi_rap630w-211g) (push) Has been cancelled
Build OpenWrt/uCentral images / build (sonicfi_rap630w-311g) (push) Has been cancelled
Build OpenWrt/uCentral images / build (sonicfi_rap7110c-341x) (push) Has been cancelled
Build OpenWrt/uCentral images / build (udaya_a6-id2) (push) Has been cancelled
Build OpenWrt/uCentral images / build (udaya_a6-od2) (push) Has been cancelled
Build OpenWrt/uCentral images / build (yuncore_ax820) (push) Has been cancelled
Build OpenWrt/uCentral images / build (yuncore_ax840) (push) Has been cancelled
Build OpenWrt/uCentral images / build (yuncore_fap640) (push) Has been cancelled
Build OpenWrt/uCentral images / build (yuncore_fap650) (push) Has been cancelled
Build OpenWrt/uCentral images / build (yuncore_fap655) (push) Has been cancelled
Build OpenWrt/uCentral images / trigger-testing (push) Has been cancelled
Build OpenWrt/uCentral images / create-x64_vm-ami (push) Has been cancelled
Signed-off-by: Wingate Chi <wingate.chi@cybertan.com.tw>
43 lines
1.5 KiB
Diff
Executable File
43 lines
1.5 KiB
Diff
Executable File
From 78f51448bd3d09ccb6c3559bae299a8d2edde21c Mon Sep 17 00:00:00 2001
|
|
From: "wingate.chi" <wingate.chi@cybertan.com.tw>
|
|
Date: Tue, 4 Feb 2025 06:32:17 +0000
|
|
Subject: [PATCH] ipq53xx: increase rootfs size to 500M
|
|
|
|
Signed-off-by: wingate.chi <wingate.chi@cybertan.com.tw>
|
|
---
|
|
.../0001-change-rootfs-size-to-500m.patch | 22 +++++++++++++++++++
|
|
1 file changed, 22 insertions(+)
|
|
create mode 100644 package/system/fstools/patches/0001-change-rootfs-size-to-500m.patch
|
|
|
|
diff --git a/package/system/fstools/patches/0001-change-rootfs-size-to-500m.patch b/package/system/fstools/patches/0001-change-rootfs-size-to-500m.patch
|
|
new file mode 100644
|
|
index 0000000000..3aa16258d2
|
|
--- /dev/null
|
|
+++ b/package/system/fstools/patches/0001-change-rootfs-size-to-500m.patch
|
|
@@ -0,0 +1,22 @@
|
|
+--- a/libfstools/common.h
|
|
++++ b/libfstools/common.h
|
|
+@@ -19,7 +19,7 @@
|
|
+ #include "libfstools.h"
|
|
+ #include "volume.h"
|
|
+
|
|
+-#define F2FS_MINSIZE (100ULL * 1024ULL * 1024ULL)
|
|
++#define F2FS_MINSIZE (500ULL * 1024ULL * 1024ULL) //change rootfs size to 500M
|
|
+
|
|
+ int read_uint_from_file(char *dirname, char *filename, unsigned int *i);
|
|
+ char *read_string_from_file(const char *dirname, const char *filename, char *buf, size_t bufsz);
|
|
+--- a/libfstools/rootdisk.c
|
|
++++ b/libfstools/rootdisk.c
|
|
+@@ -16,7 +16,7 @@
|
|
+ #include <linux/loop.h>
|
|
+
|
|
+ #define ROOTDEV_OVERLAY_ALIGN (64ULL * 1024ULL)
|
|
+-#define F2FS_MINSIZE (100ULL * 1024ULL * 1024ULL)
|
|
++#define F2FS_MINSIZE (500ULL * 1024ULL * 1024ULL) //change rootfs size to 500M
|
|
+
|
|
+ struct squashfs_super_block {
|
|
+ uint32_t s_magic;
|
|
--
|
|
2.17.1
|
|
|