mirror of https://github.com/hak5/openwrt.git
build: skip headers install and config on make target/linux/prepare
This simplifies working with quilt on the kernel tree Signed-off-by: Felix Fietkau <nbd@nbd.name>openwrt-18.06
parent
1e1a0592f8
commit
dce6eeccc0
|
@ -152,7 +152,7 @@ define BuildKernel
|
||||||
endef
|
endef
|
||||||
|
|
||||||
download: $(if $(LINUX_SITE),$(DL_DIR)/$(LINUX_SOURCE))
|
download: $(if $(LINUX_SITE),$(DL_DIR)/$(LINUX_SOURCE))
|
||||||
prepare: $(STAMP_CONFIGURED)
|
prepare: $(STAMP_PREPARED)
|
||||||
compile: $(LINUX_DIR)/.modules
|
compile: $(LINUX_DIR)/.modules
|
||||||
$(MAKE) -C image compile TARGET_BUILD=
|
$(MAKE) -C image compile TARGET_BUILD=
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue