diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/nylon-feed.oe | 23 | ||||
-rw-r--r-- | 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 8744c09dc9..03a319cf51 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 2a772c549f..b1efe7a262 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}" |