ltq-adsl-mei as well as ltq-adsl build just fine with these compiler flags, there's no need to disable it.
Signed-off-by: Andre Heider <[email protected]> --- package/kernel/lantiq/ltq-adsl-mei/Makefile | 1 - package/kernel/lantiq/ltq-adsl/Makefile | 1 - 2 files changed, 2 deletions(-) diff --git a/package/kernel/lantiq/ltq-adsl-mei/Makefile b/package/kernel/lantiq/ltq-adsl-mei/Makefile index a76591c..790b891 100644 --- a/package/kernel/lantiq/ltq-adsl-mei/Makefile +++ b/package/kernel/lantiq/ltq-adsl-mei/Makefile @@ -11,7 +11,6 @@ PKG_RELEASE:=1 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 diff --git a/package/kernel/lantiq/ltq-adsl/Makefile b/package/kernel/lantiq/ltq-adsl/Makefile index 26c931e..7931c87 100644 --- a/package/kernel/lantiq/ltq-adsl/Makefile +++ b/package/kernel/lantiq/ltq-adsl/Makefile @@ -18,7 +18,6 @@ PKG_MD5SUM:=c45bc531c1ed2ac80f68fb986b63bb87 PKG_MAINTAINER:=John Crispin <[email protected]> PKG_USE_MIPS16:=0 -PKG_CHECK_FORMAT_SECURITY:=0 PKG_FIXUP:=autoreconf include $(INCLUDE_DIR)/package.mk -- 2.6.2 _______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
