diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2009-02-08 14:13:54 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2009-02-08 14:13:54 +0000 |
commit | 8482a12b37c9352d63c0dc90cbd664a6d1ef7970 (patch) | |
tree | 190a08868d0faa68e9a7c483182698846e40bd0f /core/busybox | |
parent | b3945720508250901be380fd1ad652d8d0d38197 (diff) | |
download | aports-8482a12b37c9352d63c0dc90cbd664a6d1ef7970.tar.bz2 aports-8482a12b37c9352d63c0dc90cbd664a6d1ef7970.tar.xz |
core/busybox: remove findfs
let e2fsprogs deal with it.
Diffstat (limited to 'core/busybox')
-rw-r--r-- | core/busybox/APKBUILD | 2 | ||||
-rw-r--r-- | core/busybox/busyboxconfig | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/core/busybox/APKBUILD b/core/busybox/APKBUILD index 13e588420..e3080b648 100644 --- a/core/busybox/APKBUILD +++ b/core/busybox/APKBUILD @@ -41,4 +41,4 @@ f5a8ae3145aa249868c1a1abc319c228 busybox-1.12.1-vi-path.patch a72d169e9545e26257032e0e367feb95 busybox-1.13.2-mdev.patch 6eeb6efcd71e57082d6654a9a6a368eb busybox-1.13.2-modprobe.patch 90d093817855bc63ad16fbb8524f80df busybox-1.13.2-tar.patch -1d70432165ecb21e942f6b1a30044003 busyboxconfig" +7da47c98607834ca9c47a22bf3fe4b6e busyboxconfig" diff --git a/core/busybox/busyboxconfig b/core/busybox/busyboxconfig index 4dc4ae314..8f3ab2476 100644 --- a/core/busybox/busyboxconfig +++ b/core/busybox/busyboxconfig @@ -467,7 +467,7 @@ CONFIG_FEATURE_SGI_LABEL=y CONFIG_FEATURE_SUN_LABEL=y CONFIG_FEATURE_OSF_LABEL=y CONFIG_FEATURE_FDISK_ADVANCED=y -CONFIG_FINDFS=y +# CONFIG_FINDFS is not set # CONFIG_FREERAMDISK is not set # CONFIG_FSCK_MINIX is not set # CONFIG_MKFS_MINIX is not set |