X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/8e82554c4f9a898abdf540188bd69086958c9410..0451722e0c464289f906f2030161cd22df21ebd3:/include/toplevel.mk diff --git a/include/toplevel.mk b/include/toplevel.mk index d8b16d1d9..1b72f5443 100644 --- a/include/toplevel.mk +++ b/include/toplevel.mk @@ -7,7 +7,6 @@ # RELEASE:=Kamikaze -SHELL:=/usr/bin/env bash PREP_MK= OPENWRT_BUILD= QUIET=0 include $(TOPDIR)/include/verbose.mk @@ -29,6 +28,9 @@ export DYLD_LIBRARY_PATH:=$(if $(DYLD_LIBRARY_PATH),$(DYLD_LIBRARY_PATH):)$(STAG # prevent perforce from messing with the patch utility unexport P4PORT P4USER P4CONFIG P4CLIENT +# prevent user defaults for quilt from interfering +unexport QUILT_PATCHES QUILT_PATCH_OPTS + # make sure that a predefined CFLAGS variable does not disturb packages export CFLAGS= @@ -100,6 +102,9 @@ kernel_oldconfig: prepare_kernel_conf kernel_menuconfig: prepare_kernel_conf $(_SINGLE)$(NO_TRACE_MAKE) -C target/linux menuconfig +kernel_nconfig: prepare_kernel_conf + $(_SINGLE)$(NO_TRACE_MAKE) -C target/linux nconfig + tmp/.prereq-build: include/prereq-build.mk mkdir -p tmp rm -f tmp/.host.mk