diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2009-04-20 11:54:26 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2009-04-20 11:54:26 +0000 |
commit | 887ad7d944c1b64570580590a1c4279163db1003 (patch) | |
tree | 6ed0a5d0fffd9ec1fc4338489e7ac3c8975ffcfc /core/busybox | |
parent | 65623b987134800d9528aca5a492408c9add0a33 (diff) | |
download | aports-887ad7d944c1b64570580590a1c4279163db1003.tar.bz2 aports-887ad7d944c1b64570580590a1c4279163db1003.tar.xz |
core/busybox: enable fsck
Diffstat (limited to 'core/busybox')
-rw-r--r-- | core/busybox/APKBUILD | 4 | ||||
-rw-r--r-- | core/busybox/busyboxconfig | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/core/busybox/APKBUILD b/core/busybox/APKBUILD index b9d381a209..b95266d321 100644 --- a/core/busybox/APKBUILD +++ b/core/busybox/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=busybox pkgver=1.13.4 -pkgrel=0 +pkgrel=1 pkgdesc="Size optimized toolbox of many common UNIX utilities" url=http://busybox.net license=GPL-2 @@ -46,4 +46,4 @@ a743ec04f378b8456a725c7270b0be8b busybox-1.13.2-modprobe-errormsg.patch 0b5b2d7db201f90cd08f4a3164ee29a1 bb-tar-numeric-owner.patch 56b78c358797cd15fb64719a48939267 busybox.post-install 56b78c358797cd15fb64719a48939267 busybox.post-upgrade -4ac046c50919440b971e120e2224505d busyboxconfig" +f28a6eedb13cbaa85e1b4d23cb9042ff busyboxconfig" diff --git a/core/busybox/busyboxconfig b/core/busybox/busyboxconfig index bbcc05b659..1a4373d246 100644 --- a/core/busybox/busyboxconfig +++ b/core/busybox/busyboxconfig @@ -1,7 +1,7 @@ # # Automatically generated make config: don't edit -# Busybox version: 1.13.3 -# Thu Apr 16 06:50:12 2009 +# Busybox version: 1.13.4 +# Mon Apr 20 11:44:45 2009 # CONFIG_HAVE_DOT_CONFIG=y @@ -416,7 +416,7 @@ CONFIG_VLOCK=y # Linux Ext2 FS Progs # # CONFIG_CHATTR is not set -# CONFIG_FSCK is not set +CONFIG_FSCK=y # CONFIG_LSATTR is not set # |