busybox: enable flock(1) applet.

This commit is contained in:
Juan RP 2011-10-29 18:55:10 +02:00
parent 6fb8566235
commit 17889c90ed
2 changed files with 2 additions and 2 deletions

View file

@ -532,7 +532,7 @@ CONFIG_FEATURE_DMESG_PRETTY=y
# CONFIG_FEATURE_GPT_LABEL is not set
# CONFIG_FEATURE_FDISK_ADVANCED is not set
# CONFIG_FINDFS is not set
# CONFIG_FLOCK is not set
CONFIG_FLOCK=y
# CONFIG_FREERAMDISK is not set
# CONFIG_FSCK_MINIX is not set
# CONFIG_MKFS_EXT2 is not set

View file

@ -1,7 +1,7 @@
# Build template for 'busybox'.
pkgname=busybox
version=1.19.2
revision=1
revision=2
homepage="http://www.busybox.net"
distfiles="${homepage}/downloads/busybox-$version.tar.bz2"
short_desc="The Swiss Army Knife of Embedded Linux"