Skip to content

Commit

Permalink
script fixing
Browse files Browse the repository at this point in the history
  • Loading branch information
chris41g committed Oct 12, 2011
1 parent 2071b85 commit 2444054
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file modified initramfs/lib/modules/dhd.ko
Binary file not shown.
4 changes: 2 additions & 2 deletions initramfs/sbin/userscript.sh
Expand Up @@ -12,12 +12,12 @@ fi
/sbin/busybox echo $(/sbin/busybox uname -a) >> /data/local/LoStKernel-Ver

if /sbin/busybox test ! -e "/system/xbin/busybox"; then
installbb()
installbb
fi

if /sbin/busybox test ! -e "/system/bin/su"; then
if /sbin/busybox test ! -e "/system/xbin/su"; then
installsu()
installsu
fi
fi

Expand Down

0 comments on commit 2444054

Please sign in to comment.