summaryrefslogtreecommitdiff
path: root/meta
diff options
context:
space:
mode:
authorBruno Randolf <br1@subnet.at>2004-10-01 16:22:55 +0000
committerBruno Randolf <br1@subnet.at>2004-10-01 16:22:55 +0000
commit4c1c43c4c107e0770be7ddb18378aacadc578717 (patch)
tree9d17d482954601ffa67cec64c7fa48323bbbcb22 /meta
parent903d65b2f67a60eb01420bce896fdbcc1dc6318c (diff)
Merge bk://openembedded@openembedded.bkbits.net/packages
into null.(none):/data/mtx/oe/oe.write/packages 2004/10/01 18:20:45+02:00 (none)!br1 linux-libc-headers: a better fix for mipsel include problems 2004/10/01 18:18:25+02:00 (none)!br1 mtx-1 and nylon updates 2004/10/01 18:14:35+02:00 (none)!br1 some initscripts fixes BKrev: 415d845fhRK74UgeJN_R5X4UKLTUKQ
Diffstat (limited to 'meta')
-rw-r--r--meta/nylon-image-base.oe15
1 files changed, 11 insertions, 4 deletions
diff --git a/meta/nylon-image-base.oe b/meta/nylon-image-base.oe
index ec1a206b25..fd1f3ec4b9 100644
--- a/meta/nylon-image-base.oe
+++ b/meta/nylon-image-base.oe
@@ -1,14 +1,21 @@
export IMAGE_BASENAME = "nylon-base"
NYLON_COMMON = "base-files base-passwd bash busybox \
- ipkg initscripts iproute2 modutils modutils-collateral modutils-initscripts \
- netbase openssh sysvinit tinylogin"
-
+ ipkg initscripts iproute2 \
+ modutils modutils-depmod modutils-initscripts modutils-modinfo \
+ netbase openssh sysvinit tinylogin kernel-module-ipsec"
+
+#update-modules
+
DEPENDS = "virtual/kernel ${NYLON_COMMON} \
${BOOTSTRAP_EXTRA_DEPENDS}"
-RDEPENDS = "kernel ${NYLON_COMMON} ${BOOTSTRAP_EXTRA_RDEPENDS}"
+RDEPENDS = "kernel ${NYLON_COMMON} ${BOOTSTRAP_EXTRA_RDEPENDS} kernel-module-tun"
export IPKG_INSTALL = "${RDEPENDS}"
+IMAGE_LINGUAS = ""
+
inherit image_ipk
+
+ROOTFS_POSTPROCESS_COMMAND = "rm ${IMAGE_ROOTFS}/boot/zImage*" \ No newline at end of file