Author: blogic Date: 2014-07-02 10:17:36 +0200 (Wed, 02 Jul 2014) New Revision: 41456
Modified: trunk/package/kernel/lantiq/ltq-adsl-mei/Makefile trunk/package/kernel/lantiq/ltq-adsl/Makefile Log: lantiq: more PKG_CHECK_FORMAT_SECURITY related fixes Signed-off-by: John Crispin <[email protected]> Modified: trunk/package/kernel/lantiq/ltq-adsl/Makefile =================================================================== --- trunk/package/kernel/lantiq/ltq-adsl/Makefile 2014-07-02 08:00:44 UTC (rev 41455) +++ trunk/package/kernel/lantiq/ltq-adsl/Makefile 2014-07-02 08:17:36 UTC (rev 41456) @@ -18,6 +18,7 @@ PKG_MAINTAINER:=John Crispin <[email protected]> PKG_USE_MIPS16:=0 +PKG_CHECK_FORMAT_SECURITY:=0 include $(INCLUDE_DIR)/package.mk Modified: trunk/package/kernel/lantiq/ltq-adsl-mei/Makefile =================================================================== --- trunk/package/kernel/lantiq/ltq-adsl-mei/Makefile 2014-07-02 08:00:44 UTC (rev 41455) +++ trunk/package/kernel/lantiq/ltq-adsl-mei/Makefile 2014-07-02 08:17:36 UTC (rev 41456) @@ -11,6 +11,7 @@ PKG_BUILD_DIR:=$(KERNEL_BUILD_DIR)/ltq-adsl-mei-$(BUILD_VARIANT)/ PKG_MAINTAINER:=John Crispin <[email protected]> +PKG_CHECK_FORMAT_SECURITY:=0 include $(INCLUDE_DIR)/package.mk _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
