aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2008-11-13 12:07:40 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2008-11-13 12:07:40 +0000
commit41a8b05965f12d59e7380bb94f71335463c78a8e (patch)
tree0f0779859390e456b0fb780275286b40746e6acf
parent390567f5d4b46879f2e10f8e4b9aa982a12cd90b (diff)
core/busybox: disable ar and patch applets. they only cause pain
-rw-r--r--core/busybox/APKBUILD4
-rw-r--r--core/busybox/busyboxconfig4
2 files changed, 4 insertions, 4 deletions
diff --git a/core/busybox/APKBUILD b/core/busybox/APKBUILD
index d097e0f326f..74a0459b6db 100644
--- a/core/busybox/APKBUILD
+++ b/core/busybox/APKBUILD
@@ -1,6 +1,6 @@
pkgname=busybox
pkgver=1.12.1
-pkgrel=5
+pkgrel=6
pkgdesc="Size optimized toolbox of many common UNIX utilities"
url=http://busybox.net
license=GPL-2
@@ -54,4 +54,4 @@ f5a8ae3145aa249868c1a1abc319c228 busybox-1.12.1-vi-path.patch
4c0f3b486eaa0674961b7ddcd0c60a9b busybox-1.11.1-bb.patch
b4ce6235028c2c20fa367375534c3a18 busybox-1.12.0-mdev-exec.patch
54de0abe27e0ad362973be7fa81c487e busybox-1.12.1-iproute-metric.patch
-7ab1fcb3d56cd2babf38429ef079b481 busyboxconfig"
+a0c5e5edabf0a6cc73a2c3ce0ba60d74 busyboxconfig"
diff --git a/core/busybox/busyboxconfig b/core/busybox/busyboxconfig
index 733c0a06ac2..e6c642101d5 100644
--- a/core/busybox/busyboxconfig
+++ b/core/busybox/busyboxconfig
@@ -105,7 +105,7 @@ CONFIG_FEATURE_SEAMLESS_LZMA=y
CONFIG_FEATURE_SEAMLESS_BZ2=y
CONFIG_FEATURE_SEAMLESS_GZ=y
CONFIG_FEATURE_SEAMLESS_Z=y
-CONFIG_AR=y
+# CONFIG_AR is not set
CONFIG_FEATURE_AR_LONG_FILENAMES=y
CONFIG_BUNZIP2=y
CONFIG_BZIP2=y
@@ -311,7 +311,7 @@ CONFIG_FEATURE_DIFF_BINARY=y
CONFIG_FEATURE_DIFF_DIR=y
CONFIG_FEATURE_DIFF_MINIMAL=y
CONFIG_ED=y
-CONFIG_PATCH=y
+# CONFIG_PATCH is not set
CONFIG_SED=y
CONFIG_VI=y
CONFIG_FEATURE_VI_MAX_LEN=1024