istoreos: kernel and kernel modules default mark as hold

This commit is contained in:
Liangbin Lian 2024-02-26 16:37:53 +08:00
parent c01131962a
commit 0cfcdff38f
2 changed files with 2 additions and 1 deletions

View File

@ -210,6 +210,7 @@ define KernelPackage
EXTRA_DEPENDS:=kernel (=$(LINUX_VERSION)-$(LINUX_RELEASE)-$(LINUX_VERMAGIC))
VERSION:=$(LINUX_VERSION)$(if $(PKG_VERSION),+$(PKG_VERSION))-$(if $(PKG_RELEASE),$(PKG_RELEASE),$(LINUX_RELEASE))
PKGFLAGS:=$(PKGFLAGS)
PKG_FLAGS:=hold
$(call KernelPackage/$(1))
$(call KernelPackage/$(1)/$(BOARD))
$(call KernelPackage/$(1)/$(BOARD)/$(if $(SUBTARGET),$(SUBTARGET),generic))

View File

@ -51,7 +51,7 @@ define Package/kernel
TITLE:=Virtual kernel package
VERSION:=$(LINUX_VERSION)-$(LINUX_RELEASE)-$(LINUX_VERMAGIC)
URL:=http://www.kernel.org/
PKG_FLAGS:=nonshared
PKG_FLAGS:=nonshared hold
endef
define Package/kernel/install