kernel/modules: Fix CH341 USB-to-serial description (#8097)
[oweals/openwrt.git] / package / kernel / Makefile
index 225c85cf66f35ea9c055650ad2b03661a2927696..d3823547aa3acac5eefd9b43641b047ca1d9cd77 100644 (file)
@@ -9,6 +9,7 @@ include $(TOPDIR)/rules.mk
 include $(INCLUDE_DIR)/kernel.mk
 
 PKG_NAME:=kernel
+PKG_FLAGS:=hold
 
 PKG_BUILD_DIR:=$(KERNEL_BUILD_DIR)/packages
 SCAN_DEPS=modules/*.mk
@@ -44,5 +45,5 @@ endef
 
 $(eval $(if $(DUMP),,$(call BuildPackage,kernel)))
 
--include $(TOPDIR)/target/linux/*/modules.mk
 include ./modules/*.mk
+-include $(TOPDIR)/target/linux/*/modules.mk