Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Index: tools/rockboxdev.sh
- ===================================================================
- --- tools/rockboxdev.sh (Revision 28393)
- +++ tools/rockboxdev.sh (Arbeitskopie)
- @@ -26,7 +26,7 @@
- if [ -f "`which gmake 2>/dev/null`" ]; then
- make="gmake"
- else
- - make="make"
- + make="make -j3"
- fi
- if [ -z $GNU_MIRROR ] ; then
- Index: tools/builds.pm
- ===================================================================
- --- tools/builds.pm (Revision 28393)
- +++ tools/builds.pm (Arbeitskopie)
- @@ -224,12 +224,12 @@
- },
- 'sansaclipv2' => {
- name => 'SanDisk Sansa Clip v2',
- - status => 2,
- + status => 3,
- icon => 'sansaclip',
- },
- 'sansaclipplus' => {
- name => 'SanDisk Sansa Clip+',
- - status => 2,
- + status => 3,
- },
- 'sansae200' => {
- name => 'SanDisk Sansa e200',
- @@ -246,7 +246,7 @@
- },
- 'sansafuzev2' => {
- name => 'SanDisk Sansa Fuze v2',
- - status => 2,
- + status => 3,
- icon => 'sansafuze',
- },
- 'sansam200' => {
- Index: firmware/export/config/sansafuzev2.h
- ===================================================================
- --- firmware/export/config/sansafuzev2.h (Revision 28393)
- +++ firmware/export/config/sansafuzev2.h (Arbeitskopie)
- @@ -66,7 +66,7 @@
- #define CONFIG_RTC RTC_AS3514
- /* Define if the device can wake from an RTC alarm */
- -#define HAVE_RTC_ALARM
- +/* #define HAVE_RTC_ALARM */
- #endif
- /* There is no hardware tone control */
- Index: firmware/export/config/sansaclipplus.h
- ===================================================================
- --- firmware/export/config/sansaclipplus.h (Revision 28393)
- +++ firmware/export/config/sansaclipplus.h (Arbeitskopie)
- @@ -106,7 +106,7 @@
- #define CONFIG_RTC RTC_AS3514
- /* Define if the device can wake from an RTC alarm */
- -#define HAVE_RTC_ALARM
- +/* #define HAVE_RTC_ALARM */
- #endif
- /* Define this if you have a software controlled poweroff */
- Index: firmware/export/config/sansaclipv2.h
- ===================================================================
- --- firmware/export/config/sansaclipv2.h (Revision 28393)
- +++ firmware/export/config/sansaclipv2.h (Arbeitskopie)
- @@ -102,7 +102,7 @@
- #define CONFIG_RTC RTC_AS3514
- /* Define if the device can wake from an RTC alarm */
- -#define HAVE_RTC_ALARM
- +/* #define HAVE_RTC_ALARM */
- #endif
- /* Define this if you have a software controlled poweroff */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement