base-files: merge /etc/passwd support more than just /rom based installs

2020-11-26 Thread Imran K
Support more than /rom only when migrating user accounts Signed-by: Imran Khan --- diff --git a/package/base-files/files/lib/preinit/80_mount_root b/package/base-files/files/lib/preinit/80_mount_root index 56d3fa3797..1c5bdbc9d8 100644 --- a/package/base-files/files/lib/preinit/80_mount_root ++

[OpenWrt-Devel] leds.sh write error on setting trigger none

2019-10-23 Thread Imran K
Fixes write error: Invalid argument in led_set_attr() when setting 'none' value. Regards base-files-leds-fix Description: Binary data ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-deve

[OpenWrt-Devel] [PATCH] uboot-env-tools be safer

2019-12-17 Thread Imran K
uboot-env-tools: Check for config prior to append In the rare event a pre-populated fw_env.config exists in the rootfs prior to firstboot, calling fw_setenv after the system has initialised will annihilate the devices environment due to two identical lines in fw_env.config. Check for existence pr