summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtools/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/configure b/tools/configure
index 67fc18917a..5ed0054556 100755
--- a/tools/configure
+++ b/tools/configure
@@ -2084,7 +2084,6 @@ fi
2084 modelname="sansafuzev2" 2084 modelname="sansafuzev2"
2085 target="-DSANSA_FUZEV2" 2085 target="-DSANSA_FUZEV2"
2086 memory=8 # not sure 2086 memory=8 # not sure
2087 arm926ejscc
2088 bmp2rb_mono="$rootdir/tools/bmp2rb -f 0" 2087 bmp2rb_mono="$rootdir/tools/bmp2rb -f 0"
2089 bmp2rb_native="$bmp2rb_mono" 2088 bmp2rb_native="$bmp2rb_mono"
2090 tool="$rootdir/tools/scramble -add=fuz2" 2089 tool="$rootdir/tools/scramble -add=fuz2"
@@ -2097,6 +2096,7 @@ fi
2097 t_cpu="arm" 2096 t_cpu="arm"
2098 t_manufacturer="as3525" 2097 t_manufacturer="as3525"
2099 t_model="sansa-fuzev2" 2098 t_model="sansa-fuzev2"
2099 arm926ejscc
2100 ;; 2100 ;;
2101 2101
2102 150|tatungtpj1022) 2102 150|tatungtpj1022)