diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2004-05-11 20:23:16 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2004-05-11 20:23:16 +0000 |
commit | 1df4d9e18ee0acbc1ae25990ee533d015cbca0c2 (patch) | |
tree | e60a4a88d7a0f8c07904eb4c6a709d679fd03988 /busybox/busybox_1.00-pre10.oe | |
parent | 12e57dd605d325e718a4722e30a33f60cf4e7111 (diff) |
pcmcia-cs_3.2.7.oe:
modutils are provided by busybox
fuser from psmisc is also provided by busybox
busybox_1.00-pre10.oe:
added fuser
defconfig:
added fuser
fgrep is needed by some initscripts
other changes are useful
busybox-1.00-pre10-fuser.patch:
new file
BKrev: 40a13634BxufhkCjTQXkZ8A_0PJrZw
Diffstat (limited to 'busybox/busybox_1.00-pre10.oe')
-rw-r--r-- | busybox/busybox_1.00-pre10.oe | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/busybox/busybox_1.00-pre10.oe b/busybox/busybox_1.00-pre10.oe index a60be7fda0..d93833afe4 100644 --- a/busybox/busybox_1.00-pre10.oe +++ b/busybox/busybox_1.00-pre10.oe @@ -12,6 +12,7 @@ provides a fairly complete POSIX environment for any small or embedded \ system." SRC_URI = "http://www.busybox.net/downloads/busybox-${PV}.tar.gz \ + file://${FILESDIR}/busybox-1.00-pre10-fuser.patch;patch=1 \ file://${FILESDIR}/bb-iproute-iftunnel.patch;patch=1" S = "${WORKDIR}/busybox-${PV}" export EXTRA_CFLAGS = "${CFLAGS}" |