r4790 - developers/werner/myroot

werner at docs.openmoko.org werner at docs.openmoko.org
Sat Nov 15 23:06:57 CET 2008


Author: werner
Date: 2008-11-15 23:06:53 +0100 (Sat, 15 Nov 2008)
New Revision: 4790

Modified:
   developers/werner/myroot/werner
Log:
Most of my wishes have been granted. Get rid of Busybox now.



Modified: developers/werner/myroot/werner
===================================================================
--- developers/werner/myroot/werner	2008-11-15 20:35:55 UTC (rev 4789)
+++ developers/werner/myroot/werner	2008-11-15 22:06:53 UTC (rev 4790)
@@ -20,9 +20,9 @@
 
 
 pkg udev procps module-init-tools
-pkg coreutils grep sed gawk util-linux bash findutils
+pkg coreutils grep sed gawk util-linux bash findutils debianutils psmisc
 pkg mtd-utils sysfsutils apm
-pkg net-tools iproute openssh ntpdate
+pkg net-tools iproute2 iputils-ping iputils-traceroute6 openssh ntpdate
 pkg dhcp-client wireless-tools wpa-supplicant
 pkg portmap ppp rsync
 pkg alsa-state alsa-utils-alsamixer alsa-utils-alsactl alsa-utils-aplay
@@ -119,20 +119,9 @@
 # ----- install things we don't have in the feed yet --------------------------
 
 
-# crudely install busybox
+# only df is missing now !
 
-cp $CWD/rootfs/bin/busybox bin
-ln -s /bin/busybox sbin/ifconfig
-ln -s /bin/busybox sbin/route
-ln -s /bin/busybox bin/ip
-ln -s /bin/busybox bin/ping
-ln -s /bin/busybox bin/tar
-ln -s /bin/busybox bin/df
-ln -s /bin/busybox bin/env
-ln -s /bin/busybox usr/bin/killall
-ln -s /bin/busybox usr/bin/which
 
-
 # ----- copy configuration files from the host --------------------------------
 
 




More information about the commitlog mailing list