nylon updates
authorBruno Randolf <br1@subnet.at>
Sat, 9 Oct 2004 19:07:22 +0000 (19:07 +0000)
committerBruno Randolf <br1@subnet.at>
Sat, 9 Oct 2004 19:07:22 +0000 (19:07 +0000)
BKrev: 416836eaW2RrBabAAJYGyNTQMKW5Cw

meta/nylon-feed.oe
meta/nylon-image-base.oe

index 8744c09..03a319c 100644 (file)
@@ -4,8 +4,10 @@ bash \
 bridge-utils \
 busybox \
 db3 \
+ddclient \
 dhcp-forwarder \
 dhcp \
+expat \
 gdb \
 glib-2.0 \
 glibc \
@@ -21,12 +23,14 @@ ipkg \
 iproute2 \
 iptables \
 virtual/kernel \
+kismet \
 less \
 libmail-sendmail-perl \
 libnetserver-generic-perl \
 libpcap \
 lsof \
 lzo \
+madwifi-modules \
 maradns \
 mc \
 mobilemesh \
@@ -53,14 +57,25 @@ tinc \
 unik-olsrd \
 vtun \
 wireless-tools \
+wlan-ng-modules \
 zlib \
 "
 
+# TODO:
 # ksymoops / binutils
-# wlan-ng
-# madwifi-modules \
-# prism54 cvs
-# strace \
+# strace: SYS_read?
+# gdb-cross: install paths, sdk?
+# screen: sgttyb?
+# nocat
+# openssh: exclude /var/run
+# ppp init scipts
+# zoneinfo? timezones /etc/localtime
+# snmp
+# mrtg
+# iptraf
+# dyndns: http://ez-ipupdate.com/
+# tinc: MTU patch
+# pptp
 
 # egrep -i Pattern matched against "$Section $Package-Name"
 export FEED_PATTERN = "^locale-|^glibc-|^net|^libs|^base"
index 2a772c5..b1efe7a 100644 (file)
@@ -2,15 +2,15 @@ export IMAGE_BASENAME = "nylon-base"
  
 NYLON_COMMON = "base-files base-passwd bash busybox \
        ipkg initscripts iproute2 \
-       modutils modutils-depmod modutils-initscripts modutils-modinfo \
-       netbase openssh sysvinit tinylogin kernel-module-ipsec"
+       modutils modutils-initscripts \
+       netbase openssh sysvinit tinylogin"
 
 #update-modules
 
 DEPENDS = "virtual/kernel ${NYLON_COMMON} \
        ${BOOTSTRAP_EXTRA_DEPENDS}"
        
-RDEPENDS = "kernel ${NYLON_COMMON} ${BOOTSTRAP_EXTRA_RDEPENDS} kernel-module-tun"
+RDEPENDS = "kernel kernel-module-tun modutils-depmod modutils-modinfo ${NYLON_COMMON} ${BOOTSTRAP_EXTRA_RDEPENDS}"
 
 export IPKG_INSTALL = "${RDEPENDS}"