diff options
author | Lorenzo Miori <memoryS60@gmail.com> | 2017-04-26 21:34:40 +0200 |
---|---|---|
committer | Solomon Peachy <pizza@shaftnet.org> | 2020-07-07 16:51:05 +0000 |
commit | 3016d74c5ad456c41850fffeb6d637d4c0fde2fd (patch) | |
tree | 34a6fb590b83162832c1ccc2a3058c6071e87678 /utils/ypr0tools/rockbox.sh | |
parent | 03e6cbec8fb23c02cb832194c27b055d8989c8e3 (diff) | |
download | rockbox-3016d74c5ad456c41850fffeb6d637d4c0fde2fd.tar.gz rockbox-3016d74c5ad456c41850fffeb6d637d4c0fde2fd.zip |
Samsung YP-R0: remove deprecated kernel module
This patch removes the deprecated kernel module to manage
the fm-radio chip on the ypr0 target.
http://gerrit.rockbox.org/r/#/c/1594/ implements the interface to
the i2c bus by using the i2c-dev kernel driver, no need for
additional complexity.
Change-Id: I0d09e2e9d1714b3cb8a72b3d79a91602a627cc90
Diffstat (limited to 'utils/ypr0tools/rockbox.sh')
-rwxr-xr-x | utils/ypr0tools/rockbox.sh | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/utils/ypr0tools/rockbox.sh b/utils/ypr0tools/rockbox.sh index 00a541f381..d86aff5d53 100755 --- a/utils/ypr0tools/rockbox.sh +++ b/utils/ypr0tools/rockbox.sh @@ -63,13 +63,6 @@ echo "95" > /sys/devices/system/cpu/cpu0/cpufreq/ondemand/up_threshold mount --bind /mnt/media0/.rockbox /.rockbox mount --bind /mnt/media0/Playlists /Playlists -# replace Samsung's si470x.ko with our si4709.ko to support fm radio -if [ -e /lib/modules/si4709.ko ] -then - rmmod /lib/modules/si470x.ko - insmod /lib/modules/si4709.ko -fi - MAINFILE="/mnt/media0/.rockbox/rockbox" MAINFILE_ARGV='' MAINFILE_REDIRECT='>/dev/null 2>&1' |