diff options
author | Bruno Randolf <br1@subnet.at> | 2004-10-14 16:43:17 +0000 |
---|---|---|
committer | Bruno Randolf <br1@subnet.at> | 2004-10-14 16:43:17 +0000 |
commit | 5d881e15159dac13e4093e6198abc4f3bb188469 (patch) | |
tree | 8f059f2547d0d878d34884a8722276e50d2d0330 /meta | |
parent | d090f861c0d7d86984976e6224e37e5264e6050c (diff) |
nylon updates
BKrev: 416eaca5L_0tXf_QdmS2cYVIZhc7Gw
Diffstat (limited to 'meta')
-rw-r--r-- | meta/nylon-feed.oe | 7 | ||||
-rw-r--r-- | meta/nylon-image-base.oe | 11 |
2 files changed, 12 insertions, 6 deletions
diff --git a/meta/nylon-feed.oe b/meta/nylon-feed.oe index 03a319cf51..e394e57e92 100644 --- a/meta/nylon-feed.oe +++ b/meta/nylon-feed.oe @@ -41,6 +41,7 @@ ncurses \ netbase \ netperf \ ntp \ +nylon-scripts \ openssh \ openssl \ openvpn \ @@ -48,8 +49,10 @@ openswan \ perl \ ppp \ rp-pppoe \ +prism2-firmware-update \ prism54-module \ prism54-firmware \ +shorewall \ stunnel \ sysvinit \ tcpdump \ @@ -62,17 +65,17 @@ zlib \ " # TODO: +# linux arch/mips/Makefile: mipsel-linux- # ksymoops / binutils # 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 +# ipac-ng # dyndns: http://ez-ipupdate.com/ # tinc: MTU patch # pptp diff --git a/meta/nylon-image-base.oe b/meta/nylon-image-base.oe index 7ab2bdf31c..87e7f8ef6e 100644 --- a/meta/nylon-image-base.oe +++ b/meta/nylon-image-base.oe @@ -1,16 +1,19 @@ export IMAGE_BASENAME = "nylon-base" NYLON_COMMON = "base-files base-passwd bash busybox \ + hostap-utils \ ipkg initscripts iproute2 \ modutils modutils-initscripts \ - mtd netbase openssh sysvinit tinylogin" + mtd netbase nylon-scripts openssh sysvinit tinylogin wireless-tools" #update-modules -DEPENDS = "virtual/kernel ${NYLON_COMMON} \ - ${BOOTSTRAP_EXTRA_DEPENDS}" +DEPENDS = "virtual/kernel hostap-modules \ + ${NYLON_COMMON} ${BOOTSTRAP_EXTRA_DEPENDS}" -RDEPENDS = "kernel kernel-module-tun modutils-depmod modutils-modinfo ${NYLON_COMMON} ${BOOTSTRAP_EXTRA_RDEPENDS}" +RDEPENDS = "kernel kernel-module-tun modutils-depmod modutils-modinfo ncurses-terminfo \ + hostap-modules-pci \ + ${NYLON_COMMON} ${BOOTSTRAP_EXTRA_RDEPENDS}" export IPKG_INSTALL = "${RDEPENDS}" |