diff options
author | Bruno Randolf <br1@subnet.at> | 2004-10-10 18:17:26 +0000 |
---|---|---|
committer | Bruno Randolf <br1@subnet.at> | 2004-10-10 18:17:26 +0000 |
commit | 6984be2d163854b8841910fb8bf417a58a066aac (patch) | |
tree | 89c230b305a2fcde937e39fc62f626fd7045e3e7 /meta | |
parent | 84c2177e1568c87606c2dfa164f51868c7d39453 (diff) |
Merge bk://openembedded@openembedded.bkbits.net/packages
into null.(none):/data/mtx/oe/oe.write/packages
2004/10/10 20:14:01+02:00 (none)!br1
dependency fixes
2004/10/10 20:12:14+02:00 (none)!br1
kismet patch for getopt conflict
BKrev: 41697cb68aOd9df87R8vyBQg43aZtg
Diffstat (limited to 'meta')
-rw-r--r-- | meta/nylon-image-base.oe | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/nylon-image-base.oe b/meta/nylon-image-base.oe index b1efe7a262..7ab2bdf31c 100644 --- a/meta/nylon-image-base.oe +++ b/meta/nylon-image-base.oe @@ -3,7 +3,7 @@ export IMAGE_BASENAME = "nylon-base" NYLON_COMMON = "base-files base-passwd bash busybox \ ipkg initscripts iproute2 \ modutils modutils-initscripts \ - netbase openssh sysvinit tinylogin" + mtd netbase openssh sysvinit tinylogin" #update-modules @@ -18,6 +18,6 @@ IMAGE_LINGUAS = "" inherit image_ipk -ROOTFS_POSTPROCESS_COMMAND = "rm ${IMAGE_ROOTFS}/tmp/zImage*" +ROOTFS_POSTPROCESS_COMMAND = "rm -f ${IMAGE_ROOTFS}/tmp/zImage*" export FEED_URIS="nylon##http://192.168.0.5/feed/unstable"
\ No newline at end of file |