r4914 - developers/werner/wlan-trial

werner at docs.openmoko.org werner at docs.openmoko.org
Fri Feb 6 14:43:43 CET 2009


Author: werner
Date: 2009-02-06 14:43:42 +0100 (Fri, 06 Feb 2009)
New Revision: 4914

Modified:
   developers/werner/wlan-trial/Makefile
   developers/werner/wlan-trial/wlan-trial.myroot
Log:
- wlan-trial.myroot: added busybox-udhcpd to allow for differential analysis
- Makefile: new target "dfu" to do all the flashing
- Makefile: bumped version 



Modified: developers/werner/wlan-trial/Makefile
===================================================================
--- developers/werner/wlan-trial/Makefile	2009-02-05 13:54:11 UTC (rev 4913)
+++ developers/werner/wlan-trial/Makefile	2009-02-06 13:43:42 UTC (rev 4914)
@@ -1,7 +1,7 @@
 # This is where my kernel lives. Edit or use
 # make KERNEL=/your/kernel/uImage sd
 
-VERSION=12-02
+VERSION=20090206
 ID=wlan-trial-$(VERSION)
 
 KERNEL=/home/moko/git/ktrack/arch/arm/boot/uImage
@@ -40,3 +40,7 @@
 	bzip2 -9 <sd_image | \
 	  ssh $(UPLOAD_ACCOUNT) "cat >$(UPLOAD_DIR)/$(ID).sd_image.bz2"
 	ssh $(UPLOAD_ACCOUNT) mv $(UPLOAD_DIR) $(FINAL_DIR)
+
+dfu:
+	dfu-util -a kernel -D $(KERNEL)
+	dfu-util -a rootfs -R -D root.jffs2

Modified: developers/werner/wlan-trial/wlan-trial.myroot
===================================================================
--- developers/werner/wlan-trial/wlan-trial.myroot	2009-02-05 13:54:11 UTC (rev 4913)
+++ developers/werner/wlan-trial/wlan-trial.myroot	2009-02-06 13:43:42 UTC (rev 4914)
@@ -27,7 +27,7 @@
 pkg grep bash debianutils
 pkg mtd-utils sysfsutils apm
 pkg openssh ntpdate netkit-telnet bind-utils
-pkg dhcp-client wireless-tools wpa-supplicant
+pkg dhcp-client busybox-udhcpd wireless-tools wpa-supplicant
 pkg portmap ppp rsync
 pkg file
 pkg nano




More information about the commitlog mailing list