image: enlarge parttition size of root
This commit is contained in:
@@ -8,14 +8,13 @@ svn co https://github.com/coolsnowwolf/packages/trunk/net/ksmbd-tools && rm -r p
|
|||||||
|
|
||||||
if [ $DEVICE = 'r2s' ]; then
|
if [ $DEVICE = 'r2s' ]; then
|
||||||
mkdir -p target/linux/rockchip/armv8/base-files/usr/bin &&\
|
mkdir -p target/linux/rockchip/armv8/base-files/usr/bin &&\
|
||||||
wget https://github.com/friendlyarm/friendlywrt/raw/master-v19.07.1/target/linux/rockchip-rk3328/base-files/usr/bin/start-rk3328-pwm-fan.sh -P target/linux/rockchip/armv8/base-files/usr/bin &&\
|
wget https://github.com/friendlyarm/friendlywrt/raw/master-v19.07.1/target/linux/rockchip-rk3328/base-files/usr/bin/start-rk3328-pwm-fan.sh -qNP target/linux/rockchip/armv8/base-files/usr/bin &&\
|
||||||
chmod +x target/linux/rockchip/armv8/base-files/usr/bin/start-rk3328-pwm-fan.sh
|
chmod +x target/linux/rockchip/armv8/base-files/usr/bin/start-rk3328-pwm-fan.sh
|
||||||
mkdir -p target/linux/rockchip/armv8/base-files/etc/init.d &&\
|
mkdir -p target/linux/rockchip/armv8/base-files/etc/init.d &&\
|
||||||
wget https://github.com/friendlyarm/friendlywrt/raw/master-v19.07.1/target/linux/rockchip-rk3328/base-files/etc/init.d/fa-rk3328-pwmfan -P target/linux/rockchip/armv8/base-files/etc/init.d &&\
|
wget https://github.com/friendlyarm/friendlywrt/raw/master-v19.07.1/target/linux/rockchip-rk3328/base-files/etc/init.d/fa-rk3328-pwmfan -qNP target/linux/rockchip/armv8/base-files/etc/init.d &&\
|
||||||
chmod +x target/linux/rockchip/armv8/base-files/etc/init.d/fa-rk3328-pwmfan
|
chmod +x target/linux/rockchip/armv8/base-files/etc/init.d/fa-rk3328-pwmfan
|
||||||
mkdir -p target/linux/rockchip/armv8/base-files/etc/rc.d &&\
|
mkdir -p target/linux/rockchip/armv8/base-files/etc/rc.d &&\
|
||||||
ln -s ../init.d/fa-rk3328-pwmfan target/linux/rockchip/armv8/base-files/etc/rc.d/S96fa-rk3328-pwmfan
|
ln -sf ../init.d/fa-rk3328-pwmfan target/linux/rockchip/armv8/base-files/etc/rc.d/S96fa-rk3328-pwmfan
|
||||||
chmod +x target/linux/rockchip/armv8/base-files/etc/rc.d/S96fa-rk3328-pwmfan
|
|
||||||
|
|
||||||
git clone --depth=1 https://github.com/NateLol/luci-app-oled && mv luci-app-oled package/
|
git clone --depth=1 https://github.com/NateLol/luci-app-oled && mv luci-app-oled package/
|
||||||
fi
|
fi
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ CONFIG_DEVEL=y
|
|||||||
CONFIG_TARGET_OPTIONS=y
|
CONFIG_TARGET_OPTIONS=y
|
||||||
CONFIG_TARGET_OPTIMIZATION="-O3 -pipe -march=armv8-a+crypto+crc -mcpu=cortex-a53+crypto+crc -mtune=cortex-a53"
|
CONFIG_TARGET_OPTIMIZATION="-O3 -pipe -march=armv8-a+crypto+crc -mcpu=cortex-a53+crypto+crc -mtune=cortex-a53"
|
||||||
CONFIG_TARGET_KERNEL_PARTSIZE=32
|
CONFIG_TARGET_KERNEL_PARTSIZE=32
|
||||||
CONFIG_TARGET_ROOTFS_PARTSIZE=320
|
CONFIG_TARGET_ROOTFS_PARTSIZE=900
|
||||||
CONFIG_TARGET_ROOTFS_EXT4FS=y
|
CONFIG_TARGET_ROOTFS_EXT4FS=y
|
||||||
# CONFIG_TARGET_ROOTFS_SQUASHFS is not set
|
# CONFIG_TARGET_ROOTFS_SQUASHFS is not set
|
||||||
|
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ CONFIG_DEVEL=y
|
|||||||
CONFIG_TARGET_OPTIONS=y
|
CONFIG_TARGET_OPTIONS=y
|
||||||
CONFIG_TARGET_OPTIMIZATION="-O3 -pipe -march=armv8-a+crypto+crc -mcpu=cortex-a53+crypto+crc -mtune=cortex-a53"
|
CONFIG_TARGET_OPTIMIZATION="-O3 -pipe -march=armv8-a+crypto+crc -mcpu=cortex-a53+crypto+crc -mtune=cortex-a53"
|
||||||
CONFIG_TARGET_KERNEL_PARTSIZE=32
|
CONFIG_TARGET_KERNEL_PARTSIZE=32
|
||||||
CONFIG_TARGET_ROOTFS_PARTSIZE=320
|
CONFIG_TARGET_ROOTFS_PARTSIZE=900
|
||||||
CONFIG_TARGET_ROOTFS_EXT4FS=y
|
CONFIG_TARGET_ROOTFS_EXT4FS=y
|
||||||
# CONFIG_TARGET_ROOTFS_SQUASHFS is not set
|
# CONFIG_TARGET_ROOTFS_SQUASHFS is not set
|
||||||
|
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ CONFIG_DEVEL=y
|
|||||||
CONFIG_TARGET_OPTIONS=y
|
CONFIG_TARGET_OPTIONS=y
|
||||||
CONFIG_TARGET_OPTIMIZATION="-O3 -pipe -march=armv8-a+crypto+crc -mcpu=cortex-a72.cortex-a53+crypto+crc -mtune=cortex-a72.cortex-a53"
|
CONFIG_TARGET_OPTIMIZATION="-O3 -pipe -march=armv8-a+crypto+crc -mcpu=cortex-a72.cortex-a53+crypto+crc -mtune=cortex-a72.cortex-a53"
|
||||||
CONFIG_TARGET_KERNEL_PARTSIZE=32
|
CONFIG_TARGET_KERNEL_PARTSIZE=32
|
||||||
CONFIG_TARGET_ROOTFS_PARTSIZE=320
|
CONFIG_TARGET_ROOTFS_PARTSIZE=900
|
||||||
CONFIG_TARGET_ROOTFS_EXT4FS=y
|
CONFIG_TARGET_ROOTFS_EXT4FS=y
|
||||||
# CONFIG_TARGET_ROOTFS_SQUASHFS is not set
|
# CONFIG_TARGET_ROOTFS_SQUASHFS is not set
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user