From b5c5f7d203aae4b9531e423f593f80f7c9445ea3 Mon Sep 17 00:00:00 2001 From: Hauke Mehrtens Date: Sat, 3 Mar 2018 00:25:06 +0100 Subject: lantiq: ltq-vdsl: Do not leak user space CFLAGS into kernel space Do not leak the user space CFLAGS into the kernel space any more, this allows us to activate the MIPS16 build. Signed-off-by: Hauke Mehrtens --- package/kernel/lantiq/ltq-vdsl/Makefile | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'package/kernel/lantiq/ltq-vdsl/Makefile') diff --git a/package/kernel/lantiq/ltq-vdsl/Makefile b/package/kernel/lantiq/ltq-vdsl/Makefile index 3b085ed8a7..d518bd647d 100644 --- a/package/kernel/lantiq/ltq-vdsl/Makefile +++ b/package/kernel/lantiq/ltq-vdsl/Makefile @@ -9,7 +9,7 @@ include $(INCLUDE_DIR)/kernel.mk PKG_NAME:=ltq-vdsl-vr9 PKG_VERSION:=4.17.18.6 -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_BASE_NAME:=drv_dsl_cpe_api PKG_SOURCE:=$(PKG_BASE_NAME)_vrx-$(PKG_VERSION).tar.gz @@ -19,8 +19,7 @@ PKG_HASH:=b4966a60653acc49254b168c6cc9c49eb36c54548e763617788aa4f252a29f21 PKG_LICENSE:=GPL-2.0 BSD-2-Clause PKG_LICENSE_FILES:=LICENSE - -PKG_USE_MIPS16:=0 +PKG_FIXUP:=autoreconf PKG_MAINTAINER:=John Crispin @@ -42,8 +41,6 @@ define Package/ltq-vdsl-vr9/description - VRX200 Family endef -EXTRA_CFLAGS = -fno-pic -mno-abicalls -mlong-calls -G 0 - MAKE_FLAGS += \ SHELL="$(BASH)" -- cgit v1.2.3