mirror of
https://github.com/koreader/koreader
synced 2024-10-31 21:20:20 +00:00
6a844136cf
* remove unused setting 'internal_storage_mount_point use filemanagerutil.getDefaultDir() instead https://github.com/koreader/koreader/blob/master/frontend/apps/filemanager/filemanagerutil.lua#L15 * more info about device frontlight/naturalLight capabilities * make stock reader fonts available in KOReader * remove restore-wifi-async leftovers * wireless: fix wpa_supplicant configuration: make it compatible w/ debian wheezy binaries don't try to run enable-wifi.sh more than once
7 lines
153 B
Bash
Executable File
7 lines
153 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# disable wifi and remove all modules
|
|
killall udhcpc wpa_supplicant 2>/dev/null
|
|
ifconfig eth0 down 2>/dev/null
|
|
modprobe -r 8189fs 2>/dev/null
|