]> git.baikalelectronics.ru Git - uboot.git/commit
fs: Add a new command to create symbolic links
authorJean-Jacques Hiblot <jjhiblot@ti.com>
Wed, 13 Feb 2019 11:15:26 +0000 (12:15 +0100)
committerTom Rini <trini@konsulko.com>
Wed, 10 Apr 2019 00:04:03 +0000 (20:04 -0400)
commit1c05b63f95802b1f1155d0c4175d0c76e35247b5
tree47db5d6ec45fe2ea156277afd48bf2f7b0c5e9b4
parentae41db7c4cc431ffddb8adc216cb9d31cf55f7f7
fs: Add a new command to create symbolic links

The command line is:
ln <interface> <dev[:part]> target linkname

Currently symbolic links are supported only in ext4 and only if the option
CMD_EXT4_WRITE is enabled.

Signed-off-by: Jean-Jacques Hiblot <jjhiblot@ti.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
cmd/fs.c
fs/fs.c
include/fs.h