Skip to content

Commit

Permalink
add busybox flock support
Browse files Browse the repository at this point in the history
  • Loading branch information
coolsnowwolf committed Jan 14, 2018
1 parent a75d5c7 commit 8e41d20
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package/utils/busybox/Config-defaults.in
Original file line number Diff line number Diff line change
Expand Up @@ -1497,7 +1497,7 @@ config BUSYBOX_DEFAULT_FINDFS
default n
config BUSYBOX_DEFAULT_FLOCK
bool
default n
default y
config BUSYBOX_DEFAULT_FREERAMDISK
bool
default n
Expand Down
2 changes: 1 addition & 1 deletion package/utils/busybox/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk

PKG_NAME:=busybox
PKG_VERSION:=1.25.1
PKG_RELEASE:=4
PKG_RELEASE:=5
PKG_FLAGS:=essential

PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
Expand Down

0 comments on commit 8e41d20

Please sign in to comment.