mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2025-08-15 10:42:53 +00:00
This is useful for keeping specific data on a device across factory reset. It uses a separate partition (only UBI supported at the moment) to store the data. The primary use case is storing sensitive data like cryptographic keys for maintaining a device as part of a network. Signed-off-by: Felix Fietkau <nbd@nbd.name>