1. Index: tools/rockboxdev.sh
  2. ===================================================================
  3. --- tools/rockboxdev.sh (Revision 28393)
  4. +++ tools/rockboxdev.sh (Arbeitskopie)
  5. @@ -26,7 +26,7 @@
  6. if [ -f "`which gmake 2>/dev/null`" ]; then
  7. make="gmake"
  8. else
  9. - make="make"
  10. + make="make -j3"
  11. fi
  12.  
  13. if [ -z $GNU_MIRROR ] ; then
  14. Index: tools/builds.pm
  15. ===================================================================
  16. --- tools/builds.pm (Revision 28393)
  17. +++ tools/builds.pm (Arbeitskopie)
  18. @@ -224,12 +224,12 @@
  19. },
  20. 'sansaclipv2' => {
  21. name => 'SanDisk Sansa Clip v2',
  22. - status => 2,
  23. + status => 3,
  24. icon => 'sansaclip',
  25. },
  26. 'sansaclipplus' => {
  27. name => 'SanDisk Sansa Clip+',
  28. - status => 2,
  29. + status => 3,
  30. },
  31. 'sansae200' => {
  32. name => 'SanDisk Sansa e200',
  33. @@ -246,7 +246,7 @@
  34. },
  35. 'sansafuzev2' => {
  36. name => 'SanDisk Sansa Fuze v2',
  37. - status => 2,
  38. + status => 3,
  39. icon => 'sansafuze',
  40. },
  41. 'sansam200' => {
  42. Index: firmware/export/config/sansafuzev2.h
  43. ===================================================================
  44. --- firmware/export/config/sansafuzev2.h (Revision 28393)
  45. +++ firmware/export/config/sansafuzev2.h (Arbeitskopie)
  46. @@ -66,7 +66,7 @@
  47. #define CONFIG_RTC RTC_AS3514
  48.  
  49. /* Define if the device can wake from an RTC alarm */
  50. -#define HAVE_RTC_ALARM
  51. +/* #define HAVE_RTC_ALARM */
  52. #endif
  53.  
  54. /* There is no hardware tone control */
  55. Index: firmware/export/config/sansaclipplus.h
  56. ===================================================================
  57. --- firmware/export/config/sansaclipplus.h (Revision 28393)
  58. +++ firmware/export/config/sansaclipplus.h (Arbeitskopie)
  59. @@ -106,7 +106,7 @@
  60. #define CONFIG_RTC RTC_AS3514
  61.  
  62. /* Define if the device can wake from an RTC alarm */
  63. -#define HAVE_RTC_ALARM
  64. +/* #define HAVE_RTC_ALARM */
  65. #endif
  66.  
  67. /* Define this if you have a software controlled poweroff */
  68. Index: firmware/export/config/sansaclipv2.h
  69. ===================================================================
  70. --- firmware/export/config/sansaclipv2.h (Revision 28393)
  71. +++ firmware/export/config/sansaclipv2.h (Arbeitskopie)
  72. @@ -102,7 +102,7 @@
  73. #define CONFIG_RTC RTC_AS3514
  74.  
  75. /* Define if the device can wake from an RTC alarm */
  76. -#define HAVE_RTC_ALARM
  77. +/* #define HAVE_RTC_ALARM */
  78. #endif
  79.  
  80. /* Define this if you have a software controlled poweroff */