Author: blogic Date: 2014-07-02 18:33:20 +0200 (Wed, 02 Jul 2014) New Revision: 41473
Modified: trunk/package/kernel/lantiq/ltq-tapi/Makefile trunk/package/kernel/lantiq/ltq-vmmc/Makefile Log: lantiq: more PKG_CHECK_FORMAT_SECURITY fixes Signed-off-by: John Crispin <[email protected]> Modified: trunk/package/kernel/lantiq/ltq-tapi/Makefile =================================================================== --- trunk/package/kernel/lantiq/ltq-tapi/Makefile 2014-07-02 16:33:11 UTC (rev 41472) +++ trunk/package/kernel/lantiq/ltq-tapi/Makefile 2014-07-02 16:33:20 UTC (rev 41473) @@ -18,6 +18,7 @@ PKG_MAINTAINER:=John Crispin <[email protected]> PKG_USE_MIPS16:=0 +PKG_CHECK_FORMAT_SECURITY:=0 include $(INCLUDE_DIR)/ltqtapi.mk include $(INCLUDE_DIR)/package.mk Modified: trunk/package/kernel/lantiq/ltq-vmmc/Makefile =================================================================== --- trunk/package/kernel/lantiq/ltq-vmmc/Makefile 2014-07-02 16:33:11 UTC (rev 41472) +++ trunk/package/kernel/lantiq/ltq-vmmc/Makefile 2014-07-02 16:33:20 UTC (rev 41473) @@ -18,6 +18,7 @@ PKG_MAINTAINER:=John Crispin <[email protected]> PKG_USE_MIPS16:=0 +PKG_CHECK_FORMAT_SECURITY:=0 include $(INCLUDE_DIR)/ltqtapi.mk include $(INCLUDE_DIR)/package.mk _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
