Skip to content

Commit

Permalink
Enable rmdir in busybox
Browse files Browse the repository at this point in the history
  • Loading branch information
couriersud authored Apr 5, 2023
1 parent d24ea11 commit e68e008
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/busybox/install.busybox
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,5 @@ echo "#!/mnt/mmc/sonoff-hack/bin/busybox" > ../../build/sonoff-hack/usr/bin/wget
chmod 0755 ../../build/sonoff-hack/usr/bin/wget
echo "#!/mnt/mmc/sonoff-hack/bin/busybox" > ../../build/sonoff-hack/usr/bin/xargs
chmod 0755 ../../build/sonoff-hack/usr/bin/xargs
echo "#!/mnt/mmc/sonoff-hack/bin/busybox" > ../../build/sonoff-hack/usr/bin/rmdir
chmod 0755 ../../build/sonoff-hack/usr/bin/rmdir

0 comments on commit e68e008

Please sign in to comment.