Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=93acad8d27525beddda850efaaf6fce6f51e71e3

commit 93acad8d27525beddda850efaaf6fce6f51e71e3
Author: Miklos Vajna <vmik...@frugalware.org>
Date:   Sun Feb 28 18:53:02 2010 +0100

busybox-1.15.3-2-i686

- enable udhcpc as dhcpcd resolv.conf generation is broken in the
installer, so it's better to use the busybox dhcp client which works

diff --git a/source/apps-extra/busybox/FrugalBuild 
b/source/apps-extra/busybox/FrugalBuild
index 684cef5..c27e0cf 100644
--- a/source/apps-extra/busybox/FrugalBuild
+++ b/source/apps-extra/busybox/FrugalBuild
@@ -3,7 +3,7 @@

pkgname=busybox
pkgver=1.15.3
-pkgrel=1
+pkgrel=2
pkgdesc="Utilities for rescue and embedded systems."
url="http://www.busybox.net/";
depends=('glibc')
@@ -13,7 +13,7 @@ up2date="lynx -dump 'http://busybox.net/'|grep '(stable)'|sed 
's/[^,]*BusyBox \(
source=(http://www.busybox.net/downloads/busybox-$pkgver.tar.bz2 config)
# NOTE: we can't use signatures() here as the author signes only the checksums
sha1sums=('a05a692840ba1cd2bbe21af196f28809694c47e4' \
-          'b5fe45876e58b2ef08f9439a692f0125b2a822af')
+          'e31ec9a73b1b159db2dc510f6ac51703ae60a22d')

build()
{
diff --git a/source/apps-extra/busybox/config b/source/apps-extra/busybox/config
index ae2fb03..e531914 100644
--- a/source/apps-extra/busybox/config
+++ b/source/apps-extra/busybox/config
@@ -1,7 +1,7 @@
#
# Automatically generated make config: don't edit
-# Busybox version: 1.15.1
-# Sun Sep 20 13:36:43 2009
+# Busybox version: 1.15.3
+# Sun Feb 28 18:17:13 2010
#
CONFIG_HAVE_DOT_CONFIG=y

@@ -744,13 +744,13 @@ CONFIG_ROUTE=y
# CONFIG_APP_DUMPLEASES is not set
# CONFIG_FEATURE_UDHCPD_WRITE_LEASES_EARLY is not set
CONFIG_DHCPD_LEASES_FILE=""
-# CONFIG_APP_UDHCPC is not set
-# CONFIG_FEATURE_UDHCPC_ARPING is not set
+CONFIG_APP_UDHCPC=y
+CONFIG_FEATURE_UDHCPC_ARPING=y
# CONFIG_FEATURE_UDHCP_PORT is not set
CONFIG_UDHCP_DEBUG=0
# CONFIG_FEATURE_UDHCP_RFC3397 is not set
-CONFIG_UDHCPC_DEFAULT_SCRIPT=""
-CONFIG_UDHCPC_SLACK_FOR_BUGGY_SERVERS=0
+CONFIG_UDHCPC_DEFAULT_SCRIPT="/usr/share/udhcpc/default.script"
+CONFIG_UDHCPC_SLACK_FOR_BUGGY_SERVERS=80
CONFIG_IFUPDOWN_UDHCPC_CMD_OPTIONS=""
# CONFIG_VCONFIG is not set
CONFIG_WGET=y
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to