openwrtv4/package/base-files/files/lib
Felix Fietkau ff17114ba1 ar71xx: Unifi AP Pro sysupgrade patch
The current implementation of mtd will not append the backup
file created by sysupgrade to the correct partition, as mtd will append
the data to first jffs2 partition it finds. As the kernel is also
stored on a jffs2 partition (which resides before the overlay
partition), the data will be appended to this partition.

To fix this problem, a new option

-s <number>             skip the first n bytes when appending data to the jffs2 partiton, defaults to "0"

is added to mtd.

Signed-off-by: Peter Wagner <tripolar@gmx.at>

SVN-Revision: 38807
2013-11-14 19:38:54 +00:00
..
functions base-files: reject invalid uci keys in network_get_device() and related procedures (#13886) 2013-07-15 13:42:58 +00:00
preinit base-files: be verbose when entering failsafe due to a button being pressed 2013-07-25 20:28:36 +00:00
upgrade ar71xx: Unifi AP Pro sysupgrade patch 2013-11-14 19:38:54 +00:00
functions.sh base-files: add macaddr_canonicalize helper function 2013-11-14 17:44:42 +00:00