mirror of https://github.com/hak5/openwrt.git
base-files: switch_to_ramfs: add nand-utils
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>master
parent
4a61a88f90
commit
8339f8d95e
|
@ -12,7 +12,7 @@ include $(INCLUDE_DIR)/version.mk
|
||||||
include $(INCLUDE_DIR)/feeds.mk
|
include $(INCLUDE_DIR)/feeds.mk
|
||||||
|
|
||||||
PKG_NAME:=base-files
|
PKG_NAME:=base-files
|
||||||
PKG_RELEASE:=220
|
PKG_RELEASE:=221
|
||||||
PKG_FLAGS:=nonshared
|
PKG_FLAGS:=nonshared
|
||||||
|
|
||||||
PKG_FILE_DEPENDS:=$(PLATFORM_DIR)/ $(GENERIC_PLATFORM_DIR)/base-files/
|
PKG_FILE_DEPENDS:=$(PLATFORM_DIR)/ $(GENERIC_PLATFORM_DIR)/base-files/
|
||||||
|
|
|
@ -39,7 +39,7 @@ switch_to_ramfs() {
|
||||||
md5sum hexdump cat zcat bzcat dd tar \
|
md5sum hexdump cat zcat bzcat dd tar \
|
||||||
ls basename find cp mv rm mkdir rmdir mknod touch chmod \
|
ls basename find cp mv rm mkdir rmdir mknod touch chmod \
|
||||||
'[' printf wc grep awk sed cut \
|
'[' printf wc grep awk sed cut \
|
||||||
mtd partx losetup mkfs.ext4 \
|
mtd partx losetup mkfs.ext4 nandwrite flash_erase \
|
||||||
ubiupdatevol ubiattach ubiblock ubiformat \
|
ubiupdatevol ubiattach ubiblock ubiformat \
|
||||||
ubidetach ubirsvol ubirmvol ubimkvol \
|
ubidetach ubirsvol ubirmvol ubimkvol \
|
||||||
snapshot snapshot_tool \
|
snapshot snapshot_tool \
|
||||||
|
|
Loading…
Reference in New Issue