X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=package%2Fkernel%2Flantiq%2Fltq-vdsl%2FMakefile;h=d14d4bc95558aa2286c8d8e16afa29f436dcaade;hb=cf33e5c19d357f3051a906cf4a5462af6c3fdf6d;hp=e94692771b7fdb916e8ff8e4f00a626a2c4c7233;hpb=75173cb5b4bcd2daddc3ccd53363c9d0e8eae275;p=openwrt-working-2016%2F.git diff --git a/package/kernel/lantiq/ltq-vdsl/Makefile b/package/kernel/lantiq/ltq-vdsl/Makefile index e94692771b..d14d4bc955 100644 --- a/package/kernel/lantiq/ltq-vdsl/Makefile +++ b/package/kernel/lantiq/ltq-vdsl/Makefile @@ -16,6 +16,8 @@ PKG_BUILD_DIR:=$(KERNEL_BUILD_DIR)/drv_dsl_cpe_api-$(PKG_VERSION) PKG_SOURCE_URL:=http://mirror2.openwrt.org/sources/ PKG_MD5SUM:=b6d9c1e3c5db1bfcd6e81bb2f582cadb +PKG_USE_MIPS16:=0 + PKG_MAINTAINER:=John Crispin include $(INCLUDE_DIR)/package.mk @@ -38,6 +40,9 @@ endef EXTRA_CFLAGS = -fno-pic -mno-abicalls -mlong-calls -G 0 +MAKE_FLAGS += \ + SHELL="$(BASH)" + CONFIGURE_ARGS += --enable-kernel-include="$(LINUX_DIR)/include" \ --with-max-device="1" \ --with-lines-per-device="1" \