diff options
author | Chris Larson <clarson@kergoth.com> | 2004-12-01 01:04:18 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-12-01 01:04:18 +0000 |
commit | 71b543a2898ec5e279d29a00ef8608f92f7aafb7 (patch) | |
tree | a21077cfab58b39db921accffd7607815eec8dcf /busybox | |
parent | 92018ea85cb855d9ef17c4c0292634b0063db5f9 (diff) |
Merge oe-devel@oe-devel.bkbits.net:packages
into odin.sc.ti.com:/home/kergoth/code/packages
2004/11/30 23:37:50+01:00 uni-frankfurt.de!mickeyl
add the forgotten devel feed for 3.5.3
2004/11/30 23:32:38+01:00 uni-frankfurt.de!mickeyl
Merge bk://oe-devel@oe-devel.bkbits.net/packages
into r2d2.tm.informatik.uni-frankfurt.de:/local/pkg/oe/packages
2004/11/30 23:32:28+01:00 uni-frankfurt.de!mickeyl
ship pcre binaries in a different package to get library autorename
2004/11/30 21:30:44+00:00 nexus.co.uk!pb
remove modutils from zaurus-pxa BOOTSTRAP_EXTRA_RDEPENDS
2004/11/30 21:24:47+00:00 nexus.co.uk!pb
turn off CONFIG_PIDOF in busybox due to conflict with sysvinit
2004/11/30 21:07:34+00:00 nexus.co.uk!pb
apply patch to make 'ip route flush [table] cache' work
2004/11/30 19:40:18+00:00 nexus.co.uk!pb
Merge bk://oe-devel@oe-devel.bkbits.net/packages
into stealth.nexus.co.uk:/home/pb/oe/oe-packages
2004/11/30 19:39:57+00:00 nexus.co.uk!pb
add patch to correct keycodes reported for simpad buttons
2004/11/30 18:58:46+01:00 handhelds.org!CoreDump
Compensate for changed PATH in OZ 3.5.2
2004/11/30 18:54:01+01:00 uni-frankfurt.de!mickeyl
add glibc-gconv-iso8859-1 to RDEPENDS for qpe-gaim
2004/11/30 16:33:26+00:00 cambridgebroadband.com!rjt
merged
2004/11/30 16:31:05+00:00 cambridgebroadband.com!rjt
xext fixes
2004/11/30 16:29:23+00:00 cambridgebroadband.com!rjt
fixed minimo from current cvs
2004/11/30 16:06:10+01:00 uni-frankfurt.de!mickeyl
add python 2.4 - parallel to python23 at the moment. Will set it to default after the (hopefully coming soon) familiar and opensimpad releases
2004/11/30 15:29:57+01:00 uni-frankfurt.de!mickeyl
if a distro.conf defines DISTRO_NAME and DISTRO_VERSION, use those instead of the fixed version and name from /issue[.net]
2004/11/30 09:39:01+00:00 nexus.co.uk!pb
apply patch from Florian Boor to fix gpe-conf wifi configuration
2004/11/30 09:30:02+00:00 nexus.co.uk!pb
add gpe-theme-foxbox, courtesy Florian Boor
2004/11/30 09:28:59+00:00 nexus.co.uk!pb
generic configuration bits for thin clients
2004/11/30 09:28:16+00:00 nexus.co.uk!pb
add gtk-smooth-engine, courtesy Florian Boor
2004/11/30 09:27:30+00:00 nexus.co.uk!pb
add NetVista support, courtesy Florian Boor
2004/11/30 09:08:24+00:00 nexus.co.uk!pb
Merge bk://oe-devel@oe-devel.bkbits.net/packages
into stealth.nexus.co.uk:/home/pb/oe/oe-packages
2004/11/30 09:08:06+00:00 nexus.co.uk!pb
add 2.4.27 kernel for NetVista, courtesy Florian Boor
2004/11/30 09:19:50+01:00 hrw.one.pl!hrw
Merge bk://oe-devel@oe-devel.bkbits.net/packages
into home.hrw.one.pl:/home/hrw/zaurus/oe/packages
2004/11/30 09:19:07+01:00 hrw.one.pl!hrw
tickypip-levels: fixed path and license
2004/11/30 04:35:16+00:00 (none)!cwiiis
Stop using patch in xext that's no longer necessary (and breaks building) - haven't deleted patch in case I've screwed up.
2004/11/30 04:26:49+00:00 (none)!cwiiis
Merge bk://oe-devel@oe-devel.bkbits.net/packages
into cwiiisdesktop.(none):/home/cwiiis/oe/packages-devel
2004/11/29 21:52:42+00:00 (none)!cwiiis
Merge bk://oe-devel@oe-devel.bkbits.net/packages
into cwiiisdesktop.(none):/home/cwiiis/oe/packages-devel
2004/11/29 03:39:27+00:00 (none)!cwiiis
Conflict resolution in gpe-image
2004/11/24 13:27:25+00:00 (none)!cwiiis
Add gpe-filemanager to gpe-image for devices with enough memory.
BKrev: 41ad1892Q18BmtD-NGk2dTHnMPrlFQ
Diffstat (limited to 'busybox')
-rw-r--r-- | busybox/busybox-1.00/defconfig | 2 | ||||
-rw-r--r-- | busybox/busybox-1.00/iproute-flush-cache.patch | 0 | ||||
-rw-r--r-- | busybox/busybox_1.00.oe | 3 |
3 files changed, 3 insertions, 2 deletions
diff --git a/busybox/busybox-1.00/defconfig b/busybox/busybox-1.00/defconfig index 49d7b21420..a047cc81f3 100644 --- a/busybox/busybox-1.00/defconfig +++ b/busybox/busybox-1.00/defconfig @@ -363,7 +363,7 @@ CONFIG_FEATURE_UDHCP_SYSLOG=y CONFIG_FREE=y CONFIG_KILL=y CONFIG_KILLALL=y -CONFIG_PIDOF=y +# CONFIG_PIDOF is not set CONFIG_PS=y CONFIG_RENICE=y CONFIG_TOP=y diff --git a/busybox/busybox-1.00/iproute-flush-cache.patch b/busybox/busybox-1.00/iproute-flush-cache.patch new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/busybox/busybox-1.00/iproute-flush-cache.patch diff --git a/busybox/busybox_1.00.oe b/busybox/busybox_1.00.oe index 63ac74350d..940c6e1d6e 100644 --- a/busybox/busybox_1.00.oe +++ b/busybox/busybox_1.00.oe @@ -11,7 +11,7 @@ HOMEPAGE = "http://www.busybox.net" LICENSE = "GPL" SECTION = "base" PRIORITY = "required" -PR = "r7" +PR = "r9" SRC_URI = "http://www.busybox.net/downloads/busybox-${PV}.tar.gz \ file://add-getkey-applet.patch;patch=1 \ @@ -20,6 +20,7 @@ SRC_URI = "http://www.busybox.net/downloads/busybox-${PV}.tar.gz \ file://hdparm_M.patch;patch=1 \ file://udhcppidfile.patch;patch=1 \ file://udhcppidfile-breakage.patch;patch=1 \ + file://iproute-flush-cache.patch;patch=1;pnum=0 \ file://defconfig \ file://busybox-cron \ file://busybox-httpd \ |