diff options
-rw-r--r-- | etc/init.rc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/init.rc b/etc/init.rc index e070438..41570fb 100644 --- a/etc/init.rc +++ b/etc/init.rc @@ -45,6 +45,8 @@ on init write /proc/sys/vm/max_map_count 1000000 on fs + mount pstore pstore /sys/fs/pstore + mkdir /dev/usb-ffs 0770 shell shell mkdir /dev/usb-ffs/adb 0770 shell shell mount functionfs adb /dev/usb-ffs/adb uid=2000,gid=2000 |