Jump to conversation
Unresolved conversations (3)
@remittor remittor Mar 7, 2024
These functions need to be moved to the main Makefile, since they are also needed for filogic targets. Example: https://github.com/openwrt-xiaomi/openwrt/commit/f10db8873eab15606ea5d5c03f9a616187df0a8e Function `uboot-fit` needs to be improved (made universal). Example: https://github.com/openwrt-xiaomi/openwrt/commit/f10db8873eab15606ea5d5c03f9a616187df0a8e
target/linux/mediatek/image/mt7622.mk
981213
@remittor remittor Mar 4, 2024
I suggest adding additional logging: ubi_prepare_rootfs=**echo "run ubi_prepare_rootfs" ;** if ubi check rootfs_data ; then **echo "volume rootfs_data already exists";** else if env exists rootfs_data_max ; then ubi create rootfs_data $rootfs_data_max dynamic || ubi create rootfs_data - dynamic ; else ubi create rootfs_data - dynamic ; fi ; fi
...k/patches/452-add-xiaomi-redmi-ax6s.patch
981213
@DragonBluep DragonBluep Mar 2, 2024
Maybe it's a chance to remove support for this device and add a new one `redmi,ax6s` instead. I remember `Redmi` is a standalone brand. It's not a series of `Xiaomi`.
...es/etc/uci-defaults/05_fix-compat-version
remittor DragonBluep
981213
Resolved conversations (1)
@remittor remittor Mar 3, 2024
Is it possible to specify the maximum size of partition `ubi` in this way `,-(ubi)` ?
...k/patches/452-add-xiaomi-redmi-ax6s.patch
remittor 981213