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)
commitaaa12157c7d22132688ae97dcb35fc37f9ae88d5
tree47db5d6ec45fe2ea156277afd48bf2f7b0c5e9b4
parent5efc0686eebc0c0daabfbfc2c403f8251b468526
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