diff options
author | John Crispin <john@openwrt.org> | 2014-07-02 16:33:20 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2014-07-02 16:33:20 +0000 |
commit | 81dcf41e655f3bf689d25d2612994e3b8225288b (patch) | |
tree | afa21eedf78cd9e675bfa5856ecbf61315ca0423 /package/kernel/lantiq/ltq-vmmc | |
parent | e2915c6981a4ba141d8ce4dc3f39e187890fb9f6 (diff) | |
download | upstream-81dcf41e655f3bf689d25d2612994e3b8225288b.tar.gz upstream-81dcf41e655f3bf689d25d2612994e3b8225288b.tar.bz2 upstream-81dcf41e655f3bf689d25d2612994e3b8225288b.zip |
lantiq: more PKG_CHECK_FORMAT_SECURITY fixes
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 41473
Diffstat (limited to 'package/kernel/lantiq/ltq-vmmc')
-rw-r--r-- | package/kernel/lantiq/ltq-vmmc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/kernel/lantiq/ltq-vmmc/Makefile b/package/kernel/lantiq/ltq-vmmc/Makefile index da56fc477c..d25f3e14b2 100644 --- a/package/kernel/lantiq/ltq-vmmc/Makefile +++ b/package/kernel/lantiq/ltq-vmmc/Makefile @@ -18,6 +18,7 @@ PKG_SOURCE_URL:=http://mirror2.openwrt.org/sources PKG_MAINTAINER:=John Crispin <blogic@openwrt.org> PKG_USE_MIPS16:=0 +PKG_CHECK_FORMAT_SECURITY:=0 include $(INCLUDE_DIR)/ltqtapi.mk include $(INCLUDE_DIR)/package.mk |