aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/sunxi/Makefile
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2017-05-04 07:39:20 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2017-05-29 23:50:35 +0200
commitce06d2bd01a3dad1ac32230cd60bb779c96cec82 (patch)
tree96176492b8b8ad23f8e80280e974c739c186e1d0 /target/linux/sunxi/Makefile
parent6bb7b873158853efe31d760e18667d3ff8343291 (diff)
downloadupstream-ce06d2bd01a3dad1ac32230cd60bb779c96cec82.tar.gz
upstream-ce06d2bd01a3dad1ac32230cd60bb779c96cec82.tar.bz2
upstream-ce06d2bd01a3dad1ac32230cd60bb779c96cec82.zip
sunxi: sysupgrade: sync with x86
sunxi sysupgrade was based on the x86 implementation; sync fixes and other changes from the current x86 version: x86: fix sysupgrades on disks with 4k block size x86: sysupgrade: move partition table change check to platform_check_image x86: sysupgrade: refactor platform_do_upgrade x86: sysupgrade: explicitly rescan disk after writing partition table Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
Diffstat (limited to 'target/linux/sunxi/Makefile')
-rw-r--r--target/linux/sunxi/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/sunxi/Makefile b/target/linux/sunxi/Makefile
index 3c2f14b841..f8b8aa750a 100644
--- a/target/linux/sunxi/Makefile
+++ b/target/linux/sunxi/Makefile
@@ -28,6 +28,6 @@ KERNELNAME:=zImage dtbs
include $(INCLUDE_DIR)/target.mk
DEFAULT_PACKAGES += uboot-envtools
-DEFAULT_PACKAGES += mkf2fs e2fsprogs
+DEFAULT_PACKAGES += partx-utils mkf2fs e2fsprogs
$(eval $(call BuildTarget))