From 63905aa1c6a462d02c3f63ccda399a214455db0a Mon Sep 17 00:00:00 2001 From: Bruno Randolf Date: Sat, 9 Oct 2004 19:07:22 +0000 Subject: [PATCH] nylon updates BKrev: 416836eaW2RrBabAAJYGyNTQMKW5Cw --- meta/nylon-feed.oe | 23 +++++++++++++++++++---- meta/nylon-image-base.oe | 6 +++--- 2 files changed, 22 insertions(+), 7 deletions(-) diff --git a/meta/nylon-feed.oe b/meta/nylon-feed.oe index 8744c09..03a319c 100644 --- a/meta/nylon-feed.oe +++ b/meta/nylon-feed.oe @@ -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" diff --git a/meta/nylon-image-base.oe b/meta/nylon-image-base.oe index 2a772c5..b1efe7a 100644 --- a/meta/nylon-image-base.oe +++ b/meta/nylon-image-base.oe @@ -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}" -- 2.7.4