Changeset 4914


Ignore:
Timestamp:
02/06/09 14:43:42 (4 years ago)
Author:
werner
Message:
  • wlan-trial.myroot: added busybox-udhcpd to allow for differential analysis
  • Makefile: new target "dfu" to do all the flashing
  • Makefile: bumped version
Location:
developers/werner/wlan-trial
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • developers/werner/wlan-trial/Makefile

    r4842 r4914  
    22# make KERNEL=/your/kernel/uImage sd 
    33 
    4 VERSION=12-02 
     4VERSION=20090206 
    55ID=wlan-trial-$(VERSION) 
    66 
     
    4141          ssh $(UPLOAD_ACCOUNT) "cat >$(UPLOAD_DIR)/$(ID).sd_image.bz2" 
    4242        ssh $(UPLOAD_ACCOUNT) mv $(UPLOAD_DIR) $(FINAL_DIR) 
     43 
     44dfu: 
     45        dfu-util -a kernel -D $(KERNEL) 
     46        dfu-util -a rootfs -R -D root.jffs2 
  • developers/werner/wlan-trial/wlan-trial.myroot

    r4842 r4914  
    2828pkg mtd-utils sysfsutils apm 
    2929pkg openssh ntpdate netkit-telnet bind-utils 
    30 pkg dhcp-client wireless-tools wpa-supplicant 
     30pkg dhcp-client busybox-udhcpd wireless-tools wpa-supplicant 
    3131pkg portmap ppp rsync 
    3232pkg file 
Note: See TracChangeset for help on using the changeset viewer.