mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 04:13:31 +00:00
add busybox flock support
This commit is contained in:
parent
a75d5c7bfb
commit
8e41d2030c
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user