summaryrefslogtreecommitdiffstats
path: root/core/busybox
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2009-01-05 12:23:08 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2009-01-05 12:23:08 +0000
commit1d3a83819b4c3bd46fcf2d41eeccf1b6bc584b31 (patch)
tree402a2ac586197f80c87f43371dce4f2a511f9269 /core/busybox
parentcabce9746eea5d2c8d95af418b4f15bcb3b5aee9 (diff)
downloadaports-1d3a83819b4c3bd46fcf2d41eeccf1b6bc584b31.tar.bz2
aports-1d3a83819b4c3bd46fcf2d41eeccf1b6bc584b31.tar.xz
core/busybox: enable switch_root
Diffstat (limited to 'core/busybox')
-rw-r--r--core/busybox/APKBUILD4
-rw-r--r--core/busybox/busyboxconfig2
2 files changed, 3 insertions, 3 deletions
diff --git a/core/busybox/APKBUILD b/core/busybox/APKBUILD
index 4b1b5b8d..060ed65a 100644
--- a/core/busybox/APKBUILD
+++ b/core/busybox/APKBUILD
@@ -1,6 +1,6 @@
pkgname=busybox
pkgver=1.13.2
-pkgrel=0
+pkgrel=1
pkgdesc="Size optimized toolbox of many common UNIX utilities"
url=http://busybox.net
license=GPL-2
@@ -32,4 +32,4 @@ build() {
md5sums="9e2a604d18bef219a5a6bf3acf78b9e1 busybox-1.13.2.tar.bz2
f5a8ae3145aa249868c1a1abc319c228 busybox-1.12.1-vi-path.patch
4c0f3b486eaa0674961b7ddcd0c60a9b busybox-1.11.1-bb.patch
-0a32b03209b82e37e085f0bd06985518 busyboxconfig"
+9dc71773d0367b8e336476f7505f0449 busyboxconfig"
diff --git a/core/busybox/busyboxconfig b/core/busybox/busyboxconfig
index 9cd9dce6..cbaf8ac3 100644
--- a/core/busybox/busyboxconfig
+++ b/core/busybox/busyboxconfig
@@ -527,7 +527,7 @@ CONFIG_READPROFILE=y
CONFIG_SETARCH=y
CONFIG_SWAPONOFF=y
CONFIG_FEATURE_SWAPON_PRI=y
-# CONFIG_SWITCH_ROOT is not set
+CONFIG_SWITCH_ROOT=y
CONFIG_UMOUNT=y
CONFIG_FEATURE_UMOUNT_ALL=y