mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 04:13:31 +00:00
vlmcsd: add Windows 11 KMS key support
This commit is contained in:
parent
4d7056dd7e
commit
13792caf1b
@ -34,11 +34,8 @@ MAKE_FLAGS += \
|
||||
define Package/vlmcsd/install
|
||||
$(INSTALL_DIR) $(1)/usr/bin
|
||||
$(INSTALL_BIN) $(PKG_BUILD_DIR)/bin/vlmcsd $(1)/usr/bin/vlmcsd
|
||||
#$(INSTALL_BIN) $(PKG_BUILD_DIR)/bin/vlmcs $(1)/usr/bin/vlmcs
|
||||
$(INSTALL_DIR) $(1)/etc
|
||||
$(INSTALL_BIN) ./files/vlmcsd.ini $(1)/etc/vlmcsd.ini
|
||||
#$(INSTALL_DIR) $(1)/etc/init.d
|
||||
#$(INSTALL_BIN) ./files/vlmcsd.init $(1)/etc/init.d/vlmcsd
|
||||
endef
|
||||
|
||||
$(eval $(call BuildPackage,vlmcsd))
|
||||
|
@ -66,3 +66,9 @@
|
||||
|
||||
#禁用或启用RPC的绑定时间特性协商(默认启用)
|
||||
;UseBTFN = true
|
||||
|
||||
#Windows 10/ Windows 11 KMS 安装激活密钥
|
||||
#Windows 10/11 Pro:W269N-WFGWX-YVC9B-4J6C9-T83GX
|
||||
#Windows 10/11 Enterprise:NPPR9-FWDCX-D2C8J-H872K-2YT43
|
||||
#Windows 10/11 Pro for Workstations:NRG8B-VKK3Q-CXVCJ-9G2XF-6Q84J
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user