|
From: <sle...@us...> - 2006-12-08 22:22:36
|
Revision: 708
http://svn.sourceforge.net/hackndev/?rev=708&view=rev
Author: sleep_walker
Date: 2006-12-08 14:22:33 -0800 (Fri, 08 Dec 2006)
Log Message:
-----------
l4p: BFUGarux - Modlist selection working, lesser Makefile changes
Modified Paths:
--------------
linux4palm/BFUGarux/BFUSettings-alone.c
linux4palm/BFUGarux/Makefile
linux4palm/BFUGarux/garux-genericK.rcp
Modified: linux4palm/BFUGarux/BFUSettings-alone.c
===================================================================
--- linux4palm/BFUGarux/BFUSettings-alone.c 2006-12-08 20:45:15 UTC (rev 707)
+++ linux4palm/BFUGarux/BFUSettings-alone.c 2006-12-08 22:22:33 UTC (rev 708)
@@ -1512,8 +1512,8 @@
}
}
}
- if (result)
- {
+// if (result)
+// {
//sort names here
if (size)
{
@@ -1562,7 +1562,7 @@
BFUdoDie("Couldn't lock modPtrHandle",0);
return false;
}
- if (size > 1)
+ if (msize > 1)
SysQSort(pptr, msize, sizeof(Char *), (CmpFuncPtr)(&BFUCompare),0);
#ifdef BFUContentsTest
@@ -1571,7 +1571,7 @@
BFUdoDie(pptr[i],0);
}
#endif
- }
+// }
MemPtrFree(fileName);
VFSFileClose(dirRef);
return true;
Modified: linux4palm/BFUGarux/Makefile
===================================================================
--- linux4palm/BFUGarux/Makefile 2006-12-08 20:45:15 UTC (rev 707)
+++ linux4palm/BFUGarux/Makefile 2006-12-08 22:22:33 UTC (rev 708)
@@ -68,7 +68,7 @@
# for kEdAR's releases
garux.$(REVK).prc: garux.h garux-clean asmloader gui image.bin
- build-prc -n BFUGarux$(REVK) -c ARML garux-clean asmloader page????.bin tAIB????.bin tAIN????.bin tFRM????.bin tSTR????.bin MBAR????.bin Talt????.bin
+ build-prc -n Garux$(REVK) -c ARML garux-clean asmloader page????.bin tAIB????.bin tAIN????.bin tFRM????.bin tSTR????.bin MBAR????.bin Talt????.bin
asmloader: asmloader.o
$(CC-ARM) $(CFLAGS) -nostartfiles -o asmloader asmloader.o
@@ -101,7 +101,7 @@
BFUk: image.bin
./garux.h.sh
echo "#define with_BFUSettings" >> garux.h
- cat garux-genericK.rcp BFUSettings.Rsrc | sed -e 's/#here could be menu/ MENUITEM "BFUSettings" MenuBFU/' -e "s/REVISION/$(VER)/" -e "s/SVN_REV/$(SVNREV)/" > garux.rcp
+ cat garux-genericK.rcp BFUSettings.Rsrc | sed -e 's/#here could be menu/ MENUITEM "BFUSettings" MenuBFU/' -e "s/KERNEL_NAME/$(KERNEL_NAME)/" -e "s/REVISION/$(VER)/" -e "s/SVN_REV/$(SVNREV)/" > garux.rcp
make garux.$(REVK).prc
NoBFU: image.bin
@@ -117,3 +117,6 @@
.PHONY: clean
clean:
-rm -f *.prc *.o $(EXECS) mach.h garux.h garux.rcp *.map *~ *.bin
+
+install: garux-clean.prc
+ pilot-xfer -p /dev/ttyUSB1 -i garux-clean.prc
\ No newline at end of file
Modified: linux4palm/BFUGarux/garux-genericK.rcp
===================================================================
--- linux4palm/BFUGarux/garux-genericK.rcp 2006-12-08 20:45:15 UTC (rev 707)
+++ linux4palm/BFUGarux/garux-genericK.rcp 2006-12-08 22:22:33 UTC (rev 708)
@@ -45,7 +45,7 @@
BEGIN
TITLE "BFUGarux Linux Loader"
- LABEL "Linux 2.6.17-hnd0 T3" ID 2000 AT (CENTER 20) FONT 2
+ LABEL "Linux KERNEL_NAME" ID 2000 AT (CENTER 20) FONT 2
LABEL "REVISION SVN r. SVN_REV" ID 2001 AT (3 40) FONT 0
LABEL "B.A.C.K.U.P. RAM !!! :-)" ID 2002 AT (3 PREVBOTTOM+1) FONT 0
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|