summaryrefslogtreecommitdiff
path: root/package/kernel
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2014-07-02 08:17:36 +0000
committerJohn Crispin <john@openwrt.org>2014-07-02 08:17:36 +0000
commit325cdf80915aaf661aa4a439f8f2a3a895f0a801 (patch)
treeade98d94c7a478d4c8cedf3e715fcf0121d1c126 /package/kernel
parentcad9e554b17c90cc2fa775e33f66148ff8e40865 (diff)
downloadmtk-20170518-325cdf80915aaf661aa4a439f8f2a3a895f0a801.zip
mtk-20170518-325cdf80915aaf661aa4a439f8f2a3a895f0a801.tar.gz
mtk-20170518-325cdf80915aaf661aa4a439f8f2a3a895f0a801.tar.bz2
lantiq: more PKG_CHECK_FORMAT_SECURITY related fixes
Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 41456
Diffstat (limited to 'package/kernel')
-rw-r--r--package/kernel/lantiq/ltq-adsl-mei/Makefile1
-rw-r--r--package/kernel/lantiq/ltq-adsl/Makefile1
2 files changed, 2 insertions, 0 deletions
diff --git a/package/kernel/lantiq/ltq-adsl-mei/Makefile b/package/kernel/lantiq/ltq-adsl-mei/Makefile
index 790b891..a76591c 100644
--- a/package/kernel/lantiq/ltq-adsl-mei/Makefile
+++ b/package/kernel/lantiq/ltq-adsl-mei/Makefile
@@ -11,6 +11,7 @@ PKG_RELEASE:=1
PKG_BUILD_DIR:=$(KERNEL_BUILD_DIR)/ltq-adsl-mei-$(BUILD_VARIANT)/
PKG_MAINTAINER:=John Crispin <blogic@openwrt.org>
+PKG_CHECK_FORMAT_SECURITY:=0
include $(INCLUDE_DIR)/package.mk
diff --git a/package/kernel/lantiq/ltq-adsl/Makefile b/package/kernel/lantiq/ltq-adsl/Makefile
index 154dc52..2a9f0de 100644
--- a/package/kernel/lantiq/ltq-adsl/Makefile
+++ b/package/kernel/lantiq/ltq-adsl/Makefile
@@ -18,6 +18,7 @@ PKG_MD5SUM:=c45bc531c1ed2ac80f68fb986b63bb87
PKG_MAINTAINER:=John Crispin <blogic@openwrt.org>
PKG_USE_MIPS16:=0
+PKG_CHECK_FORMAT_SECURITY:=0
include $(INCLUDE_DIR)/package.mk