Commit cad440c3 authored by Jeffrey Lee's avatar Jeffrey Lee
Browse files

Add networking modules to OMAP3 components file

Detail:
  Thanks to the working !Boot sequence I've been able to finally test networking. As a result, the full set of networking modules are now enabled for OMAP3 ROM builds.
Admin:
  Tested on rev C2 beagleboard with ARMv7-safe copy of EtherUSB. InetSetup, Ping, and ShareFS seemed to behave themselves.


Version 4.84. Tagged as 'BuildSys-4_84'
parent 50505923
......@@ -79,7 +79,7 @@ DisplayManager
DragASprite
DragAnObj
DrawMod
#BBCEconet
BBCEconet
FileCore
ADFS -type EXP
RamFS
......@@ -94,11 +94,11 @@ IIC
International
InternationalKeyboard -options KEYBOARD=All
ITable
#NetFS
#NetFiler
#NetPrint
#NetStatus
#NetUtils
NetFS
NetFiler
NetPrint
NetStatus
NetUtils
Obey
Pinboard
PipeFS
......@@ -137,17 +137,17 @@ ColourPicker
ScreenModes
DrawFile
BootCommands
#AUNMsgs
#MManager
#Internet
#Resolver
#Net
#BootNet
#Freeway
#ShareFS
#MimeMap
#LanManFS -options OPTIONS=-DCHECK_ARMBOOT_EXISTS ROMSPRITES=TRUE
#DHCP -options OPTIONS=-DMINIMUM_OPTIONS_LENGTH=4
AUNMsgs
MManager
Internet
Resolver
Net
BootNet
Freeway
ShareFS
MimeMap
LanManFS -options OPTIONS=-DCHECK_ARMBOOT_EXISTS ROMSPRITES=TRUE
DHCP -options OPTIONS=-DMINIMUM_OPTIONS_LENGTH=4
Edit
Draw
Paint
......@@ -186,7 +186,7 @@ Gadgets
#CDFS
#CDFSFiler
#InetRes -options TYPE=EmergencyUtils
InetRes -options TYPE=EmergencyUtils
# some libraries and bits
#
......
/* (4.83)
/* (4.84)
*
* This file is automatically maintained by srccommit, do not edit manually.
* Last processed by srccommit version: 1.1.
*
*/
#define Module_MajorVersion_CMHG 4.83
#define Module_MajorVersion_CMHG 4.84
#define Module_MinorVersion_CMHG
#define Module_Date_CMHG 30 Sep 2009
#define Module_MajorVersion "4.83"
#define Module_Version 483
#define Module_MajorVersion "4.84"
#define Module_Version 484
#define Module_MinorVersion ""
#define Module_Date "30 Sep 2009"
......@@ -18,6 +18,6 @@
#define Module_ComponentName "BuildSys"
#define Module_ComponentPath "castle/RiscOS/BuildSys"
#define Module_FullVersion "4.83"
#define Module_HelpVersion "4.83 (30 Sep 2009)"
#define Module_LibraryVersionInfo "4:83"
#define Module_FullVersion "4.84"
#define Module_HelpVersion "4.84 (30 Sep 2009)"
#define Module_LibraryVersionInfo "4:84"
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