mirror of
https://github.com/LiBwrt-op/openwrt-6.x.git
synced 2026-01-25 12:39:46 +00:00
automount: rebuild package if kernel version changed
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
This commit is contained in:
parent
fa0024a616
commit
45fb3198cf
@ -11,6 +11,10 @@ PKG_NAME:=automount
|
||||
PKG_FLAGS:=nonshared
|
||||
PKG_RELEASE:=$(COMMITCOUNT)
|
||||
|
||||
PKG_CONFIG_DEPENDS:= \
|
||||
CONFIG_LINUX_5_4 \
|
||||
CONFIG_LINUX_5_10
|
||||
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
|
||||
define Package/automount
|
||||
|
||||
Loading…
Reference in New Issue
Block a user