summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorLinus Nielsen Feltzing <linus@haxx.se>2007-08-10 11:41:17 +0000
committerLinus Nielsen Feltzing <linus@haxx.se>2007-08-10 11:41:17 +0000
commit0fa488f00b2155f19f5844fe0522b4bca272baf6 (patch)
treed6c0925dfd8d0bb58621bea5b02d9d38210bcad6 /apps
parentfc61a6790dc5d9cc9d0abdf0ec6c5fee4cb0999e (diff)
downloadrockbox-0fa488f00b2155f19f5844fe0522b4bca272baf6.tar.gz
rockbox-0fa488f00b2155f19f5844fe0522b4bca272baf6.zip
Correct check for the tuner feature
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14267 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps')
-rw-r--r--apps/features.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/features.txt b/apps/features.txt
index 59d24be13d..a48634f26d 100644
--- a/apps/features.txt
+++ b/apps/features.txt
@@ -88,7 +88,7 @@ multivolume
88quickscreen 88quickscreen
89#endif 89#endif
90 90
91#if defined(CONFIG_TUNER) 91#if CONFIG_TUNER != 0
92radio 92radio
93#endif 93#endif
94 94