Commit 39948b85 authored by Ben Avison's avatar Ben Avison
Browse files

More changes to BCM2835 components file

Detail:
  * Added EtherUSB
  * Moved SharedSnd to same location as in the OMAP3 ROM
  * Removed RPiFiles (not needed now we have filing systems)

Version 5.66. Tagged as 'BuildSys-5_66'
parent 491a0fb4
......@@ -118,6 +118,7 @@ FilterManager
WaveSynth
StringLib
Percussion
SharedSnd
Filer_Action
DOSFS -options PCMCIA=TRUE
SCSISwitch
......@@ -142,6 +143,7 @@ Freeway
ShareFS
MimeMap
LanManFS -options OPTIONS=-DCHECK_ARMBOOT_EXISTS ROMSPRITES=TRUE
EtherUSB
DHCP -options OPTIONS=-DMINIMUM_OPTIONS_LENGTH=4
Edit
Draw
......@@ -150,7 +152,6 @@ Alarm
Chars
Help2
#RTCAdjust
SharedSnd
#
# Toolbox Modules/Libs
......@@ -181,7 +182,6 @@ CDFSDriver
CDFSSoftSCSI
CDFS
CDFSFiler
RPiFiles
UnSqzAIF
InetRes -options TYPE=EmergencyUtils
......
/* (5.65)
/* (5.66)
*
* This file is automatically maintained by srccommit, do not edit manually.
* Last processed by srccommit version: 1.1.
*
*/
#define Module_MajorVersion_CMHG 5.65
#define Module_MajorVersion_CMHG 5.66
#define Module_MinorVersion_CMHG
#define Module_Date_CMHG 15 Jun 2012
#define Module_MajorVersion "5.65"
#define Module_Version 565
#define Module_MajorVersion "5.66"
#define Module_Version 566
#define Module_MinorVersion ""
#define Module_Date "15 Jun 2012"
......@@ -18,6 +18,6 @@
#define Module_ComponentName "BuildSys"
#define Module_ComponentPath "castle/RiscOS/BuildSys"
#define Module_FullVersion "5.65"
#define Module_HelpVersion "5.65 (15 Jun 2012)"
#define Module_LibraryVersionInfo "5:65"
#define Module_FullVersion "5.66"
#define Module_HelpVersion "5.66 (15 Jun 2012)"
#define Module_LibraryVersionInfo "5:66"
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment