base-files: switch_to_ramfs: add nand-utils
authorÁlvaro Fernández Rojas <noltari@gmail.com>
Thu, 14 May 2020 16:19:35 +0000 (18:19 +0200)
committerÁlvaro Fernández Rojas <noltari@gmail.com>
Mon, 18 May 2020 16:24:06 +0000 (18:24 +0200)
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
package/base-files/Makefile
package/base-files/files/lib/upgrade/stage2

index d8e7c318788bb3bd8a0b9d102d211dace7e42d04..5fb275533d0c2659b23cb3cf28600e33ae90703e 100644 (file)
@@ -12,7 +12,7 @@ include $(INCLUDE_DIR)/version.mk
 include $(INCLUDE_DIR)/feeds.mk
 
 PKG_NAME:=base-files
-PKG_RELEASE:=220
+PKG_RELEASE:=221
 PKG_FLAGS:=nonshared
 
 PKG_FILE_DEPENDS:=$(PLATFORM_DIR)/ $(GENERIC_PLATFORM_DIR)/base-files/
index 41a3b2aeb383c7ada3fc4575c63bce35b6edda6d..dbb33e8958c8c80325c32bacccfee8427fb04f5a 100755 (executable)
@@ -39,7 +39,7 @@ switch_to_ramfs() {
                md5sum hexdump cat zcat bzcat dd tar                    \
                ls basename find cp mv rm mkdir rmdir mknod touch chmod \
                '[' printf wc grep awk sed cut                          \
-               mtd partx losetup mkfs.ext4                             \
+               mtd partx losetup mkfs.ext4 nandwrite flash_erase       \
                ubiupdatevol ubiattach ubiblock ubiformat               \
                ubidetach ubirsvol ubirmvol ubimkvol                    \
                snapshot snapshot_tool                                  \