Author: pgf Date: 2009-12-15 00:28:13 +0100 (Tue, 15 Dec 2009) New Revision: 1601
Modified: cpu/x86/pc/olpc/via/assy.fth Log: Changed the IP address in the ka-dir$ value.
Modified: cpu/x86/pc/olpc/via/assy.fth =================================================================== --- cpu/x86/pc/olpc/via/assy.fth 2009-12-14 22:40:31 UTC (rev 1600) +++ cpu/x86/pc/olpc/via/assy.fth 2009-12-14 23:28:13 UTC (rev 1601) @@ -5,7 +5,7 @@ : swid$ ( -- adr len ) " OFW ASSY test $Revision$" ;
\ Location of the files containing KA tag data -: ka-dir$ ( -- adr len ) " http:\10.0.0.1\ka" ; +: ka-dir$ ( -- adr len ) " http:\10.1.0.1\ka" ;
: put-ka-tag ( value$ key$ -- ) 2over 8 min ka-dir$ " %s%s" sprintf ( value$ key$ filename$ )
openfirmware@openfirmware.info