630de84465
With a backported patch from the OpenWrt trunk, it is now easy to generate an equivalent configuration using CONFIG_ALL_KMODS. The build will take a bit longer because all kernel module packages are actually built even when they are not included in the image, but adding new targets becomes a lot easier. Also, related documentation updates and fixes.
8 lines
236 B
Makefile
8 lines
236 B
Makefile
override define Kernel/Configure
|
|
$(call Kernel/Configure/Default)
|
|
cp $(GLUONDIR)/targets/$(GLUON_TARGET)/vermagic $(LINUX_DIR)/.vermagic
|
|
endef
|
|
|
|
# The Makefile included here is $(TOPDIR)/target/linux/$(BOARD)/Makefile
|
|
include Makefile
|