imx233/fuze+: fix memory size and appextra configuration
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30198 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
82f70b8efd
commit
3f8bf5e041
1 changed files with 2 additions and 2 deletions
4
tools/configure
vendored
4
tools/configure
vendored
|
@ -2511,14 +2511,14 @@ fi
|
|||
target_id=80
|
||||
modelname="sansafuzeplus"
|
||||
target="-DSANSA_FUZEPLUS"
|
||||
memory=128
|
||||
memory=64
|
||||
bmp2rb_mono="$rootdir/tools/bmp2rb -f 0"
|
||||
bmp2rb_native="$rootdir/tools/bmp2rb -f 4"
|
||||
tool="$rootdir/tools/scramble -add=fuz+"
|
||||
output="rockbox.sansa"
|
||||
boottool="true"
|
||||
bootoutput=""
|
||||
appextra="gui"
|
||||
appextra="gui:recorder:radio"
|
||||
plugins="no"
|
||||
swcodec="yes"
|
||||
toolset=$scramblebitmaptools
|
||||
|
|
Loading…
Reference in a new issue