5 lines
173 B
Bash
5 lines
173 B
Bash
#!/bin/sh
|
|
# based on http://haxit.blogspot.ch/2013/08/hacking-transcend-wifi-sd-cards.html
|
|
cp /mnt/sd/.wifisd/busybox-armv5l /bin/busybox-extra
|
|
chmod a+x /bin/busybox-extra
|