diff options
author | Jörg Hohensohn <hohensoh@rockbox.org> | 2004-10-07 06:51:22 +0000 |
---|---|---|
committer | Jörg Hohensohn <hohensoh@rockbox.org> | 2004-10-07 06:51:22 +0000 |
commit | 86425855fc71497ff6db0b6c020f194291c086f0 (patch) | |
tree | 59427ee14ed5079b42c58a36f26f3ae41e6401e4 /tools | |
parent | 97426aa4db24e4b2888430161f7a4cef8b16870b (diff) |
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-x | tools/configure | 8 |
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 tool="scramble -osp" output="ajbrec.ajz" appextra="recorder" - archosrom="" - plugins="" + archosrom="$pwd/rombox.ucl" + plugins="yes" ;; 8) @@ -310,8 +310,8 @@ if [ -z "$archos" ]; then tool="scramble -ofm" output="ajbrec.ajz" appextra="recorder" - archosrom="" - plugins="" + archosrom="$pwd/rombox.ucl" + plugins="yes" ;; 9) |