summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorJörg Hohensohn <hohensoh@rockbox.org>2004-10-07 06:51:22 +0000
committerJörg Hohensohn <hohensoh@rockbox.org>2004-10-07 06:51:22 +0000
commit86425855fc71497ff6db0b6c020f194291c086f0 (patch)
tree59427ee14ed5079b42c58a36f26f3ae41e6401e4 /tools
parent97426aa4db24e4b2888430161f7a4cef8b16870b (diff)
downloadrockbox-86425855fc71497ff6db0b6c020f194291c086f0.tar.gz
rockbox-86425855fc71497ff6db0b6c020f194291c086f0.zip
Ondio plugins+rombox enabled. The new SOURCES file allows us to gradually adapt the plugins to the Ondio keypad.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5200 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'tools')
-rwxr-xr-xtools/configure8
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/configure b/tools/configure
index 154166bf60..e636608848 100755
--- a/tools/configure
+++ b/tools/configure
@@ -299,8 +299,8 @@ if [ -z "$archos" ]; then
299 tool="scramble -osp" 299 tool="scramble -osp"
300 output="ajbrec.ajz" 300 output="ajbrec.ajz"
301 appextra="recorder" 301 appextra="recorder"
302 archosrom="" 302 archosrom="$pwd/rombox.ucl"
303 plugins="" 303 plugins="yes"
304 ;; 304 ;;
305 305
306 8) 306 8)
@@ -310,8 +310,8 @@ if [ -z "$archos" ]; then
310 tool="scramble -ofm" 310 tool="scramble -ofm"
311 output="ajbrec.ajz" 311 output="ajbrec.ajz"
312 appextra="recorder" 312 appextra="recorder"
313 archosrom="" 313 archosrom="$pwd/rombox.ucl"
314 plugins="" 314 plugins="yes"
315 ;; 315 ;;
316 316
317 9) 317 9)