From 359db82c92c19b2444d82709dcd92395b4c5eef0 Mon Sep 17 00:00:00 2001 From: stesen Date: Thu, 16 Dec 2021 04:13:20 +0000 Subject: [PATCH] move usb config to fs Signed-off-by: stesen --- build/rootfs/init.Hi3516DV300.usb.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/rootfs/init.Hi3516DV300.usb.cfg b/build/rootfs/init.Hi3516DV300.usb.cfg index a6df325..4d04433 100755 --- a/build/rootfs/init.Hi3516DV300.usb.cfg +++ b/build/rootfs/init.Hi3516DV300.usb.cfg @@ -1,6 +1,6 @@ { "jobs" : [{ - "name" : "boot", + "name" : "fs", "cmds" : [ "mkdir /dev/usb-ffs 0770 shell shell", "mkdir /dev/usb-ffs/hdc 0770 shell shell", -- Gitee