summaryrefslogtreecommitdiff
path: root/meta/nylon-image-base.oe
diff options
context:
space:
mode:
authorBruno Randolf <br1@subnet.at>2004-10-19 10:38:53 +0000
committerBruno Randolf <br1@subnet.at>2004-10-19 10:38:53 +0000
commit4539655428e95ceee06f921faab59ef2537b9931 (patch)
treeb5de44ba36b4ff85b5db4a4917d29ceb7a85a105 /meta/nylon-image-base.oe
parentf4a22a26a03c8dd4067129df7b010d022c7a9b33 (diff)
Merge bk://openembedded@openembedded.bkbits.net/packages
into null.(none):/data/mtx/oe/oe.write/packages 2004/10/19 12:35:10+02:00 (none)!br1 nylon and mtx-1 updates 2004/10/19 12:33:19+02:00 (none)!br1 prism54: fixed firmware path, updated dependencies 2004/10/19 12:31:39+02:00 (none)!br1 dnsmasq: add init script BKrev: 4174eebdzmnIpmOU7hQenuCUYspTYw
Diffstat (limited to 'meta/nylon-image-base.oe')
-rw-r--r--meta/nylon-image-base.oe7
1 files changed, 4 insertions, 3 deletions
diff --git a/meta/nylon-image-base.oe b/meta/nylon-image-base.oe
index 708e211d77..4f33369165 100644
--- a/meta/nylon-image-base.oe
+++ b/meta/nylon-image-base.oe
@@ -9,14 +9,14 @@ NYLON_COMMON = "base-files base-passwd bash busybox bridge-utils \
nano ncurses netbase nylon-scripts \
openssh openvpn ppp rp-pppoe \
shorewall sysvinit \
- tcpdump tinylogin \
+ tcpdump timezones tinylogin \
wireless-tools"
DEPENDS = "virtual/kernel hostap-modules ntp \
${NYLON_COMMON} ${BOOTSTRAP_EXTRA_DEPENDS}"
RDEPENDS = "kernel modutils-depmod modutils-modinfo \
- ncurses-terminfo ntpdate hostap-modules-pci \
+ ntpdate hostap-modules-pci \
${NYLON_COMMON} ${BOOTSTRAP_EXTRA_RDEPENDS}"
export IPKG_INSTALL = "${RDEPENDS}"
@@ -25,4 +25,5 @@ IMAGE_LINGUAS = ""
inherit image_ipk
-ROOTFS_POSTPROCESS_COMMAND = "rm -f ${IMAGE_ROOTFS}/tmp/zImage*" \ No newline at end of file
+# we dont need the kernel in the image
+ROOTFS_POSTPROCESS_COMMAND = "rm -f ${IMAGE_ROOTFS}/tmp/zImage*"