diff options
author | John Crispin <blogic@openwrt.org> | 2014-07-02 08:17:36 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2014-07-02 08:17:36 +0000 |
commit | 513191f33bf5735e7095dd075beee80f6dc1da81 (patch) | |
tree | d25d886a2b5cbbcd86a8ea2d0ebd78b7ba00b571 /package/kernel/lantiq/ltq-adsl | |
parent | acff7f650832c924b6ff6d3a6dc976a0b9b16802 (diff) | |
download | upstream-513191f33bf5735e7095dd075beee80f6dc1da81.tar.gz upstream-513191f33bf5735e7095dd075beee80f6dc1da81.tar.bz2 upstream-513191f33bf5735e7095dd075beee80f6dc1da81.zip |
lantiq: more PKG_CHECK_FORMAT_SECURITY related fixes
Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41456 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/kernel/lantiq/ltq-adsl')
-rw-r--r-- | package/kernel/lantiq/ltq-adsl/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/kernel/lantiq/ltq-adsl/Makefile b/package/kernel/lantiq/ltq-adsl/Makefile index 154dc52741..2a9f0de388 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 |