summaryrefslogtreecommitdiff
path: root/tools/configure
diff options
context:
space:
mode:
Diffstat (limited to 'tools/configure')
-rwxr-xr-xtools/configure27
1 files changed, 24 insertions, 3 deletions
diff --git a/tools/configure b/tools/configure
index 04954ccb35..b4400dd7fa 100755
--- a/tools/configure
+++ b/tools/configure
@@ -750,10 +750,9 @@ cat <<EOF
750 HDD1830 ==Logik== 750 HDD1830 ==Logik==
751 ==Onda== 80) DAX 1GB MP3/DAB 751 ==Onda== 80) DAX 1GB MP3/DAB
752 120) VX747 ==Meizu== 752 120) VX747 ==Meizu==
753 121) VX767 110) M6SL 753 121) VX767 110) M6SL ==Lyre project==
754 122) VX747+ 111) M6SP 754 122) VX747+ 111) M6SP 130) Lyre proto 1
755 112) M3 755 112) M3
756
757EOF 756EOF
758 757
759 buildfor=`input`; 758 buildfor=`input`;
@@ -2022,6 +2021,28 @@ fi
2022 t_manufacturer="ingenic_jz47xx" 2021 t_manufacturer="ingenic_jz47xx"
2023 t_model="onda_vx747" 2022 t_model="onda_vx747"
2024 ;; 2023 ;;
2024
2025 130|lyre_proto1)
2026 target_id=56
2027 modelname="lyre_proto1"
2028 target="-DLYRE_PROTO1"
2029 memory=64
2030 arm926ejscc
2031 tool="cp"
2032 bmp2rb_mono="$rootdir/tools/bmp2rb -f 0"
2033 bmp2rb_native="$rootdir/tools/bmp2rb -f 4"
2034 output="rockbox.lyre"
2035 appextra="recorder:gui"
2036 plugins=""
2037 swcodec="yes"
2038 toolset=$scramblebitmaptools
2039 boottool="cp"
2040 bootoutput="bootloader-proto1.lyre"
2041 # architecture, manufacturer and model for the target-tree build
2042 t_cpu="arm"
2043 t_manufacturer="at91sam"
2044 t_model="lyre_proto1"
2045 ;;
2025 2046
2026 *) 2047 *)
2027 echo "Please select a supported target platform!" 2048 echo "Please select a supported target platform!"