Update Makefile
Set format security back to default value
This commit is contained in:
parent
60feea09c9
commit
f4753c657c
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ PKG_SOURCE_URL:=http://ftp.debian.org/debian/pool/main/e/etherwake
|
|||
PKG_MD5SUM:=628e8b2a28d47f262e4c26c989402a59
|
||||
|
||||
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION).orig
|
||||
PKG_CHECK_FORMAT_SECURITY:=0
|
||||
PKG_CHECK_FORMAT_SECURITY:=1
|
||||
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
|
||||
|
|
Loading…
Reference in a new issue