ath79: fix rootfs padding for D-Link DAP-2xxx
authorSebastian Schaper <openwrt@sebastianschaper.net>
Wed, 22 Jun 2022 21:38:26 +0000 (23:38 +0200)
committerChristian Lamparter <chunkeey@gmail.com>
Fri, 24 Jun 2022 22:05:21 +0000 (00:05 +0200)
commitb9d67e2608134e6d5c4f8c4d64be7271ccc8455c
treec840093434abfff7ab8b8ef33a8a501f0157067f
parent4130e7ed54ed59e0af00fbe07c492716335b3c99
ath79: fix rootfs padding for D-Link DAP-2xxx

It was observed that `rootfs_data` was sometimes not correctly erased
after performing sysupgrade, resulting in previous settings to prevail.

Add call to `wrgg-pad-rootfs` in sysupgrade image recipe to ensure any
previous jffs2 will be wiped, consistent with DAP-2610 from the ipq40xx
target, which introduced the double-flashing procedure for these devices.

Signed-off-by: Sebastian Schaper <openwrt@sebastianschaper.net>
(cherry picked from commit f770c33d7bb94b610d3a1c1fa84bc917678b65bc)
target/linux/ath79/image/generic.mk