update 2025-01-25 20:34:05
This commit is contained in:
parent
89a325a8e7
commit
576aacbe19
|
@ -16,7 +16,7 @@
|
||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=luci-app-amlogic
|
PKG_NAME:=luci-app-amlogic
|
||||||
PKG_VERSION:=3.1.248
|
PKG_VERSION:=3.1.249
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
PKG_LICENSE:=GPL-2.0 License
|
PKG_LICENSE:=GPL-2.0 License
|
||||||
|
|
|
@ -31,7 +31,7 @@ mydevice.rmempty = false
|
||||||
--2.Set OpenWrt Firmware Repository
|
--2.Set OpenWrt Firmware Repository
|
||||||
firmware_repo = o:option(Value, "amlogic_firmware_repo", translate("Download repository of OpenWrt:"))
|
firmware_repo = o:option(Value, "amlogic_firmware_repo", translate("Download repository of OpenWrt:"))
|
||||||
firmware_repo.description = translate("Set the download repository of the OpenWrt files on github.com in [Online Download Update].")
|
firmware_repo.description = translate("Set the download repository of the OpenWrt files on github.com in [Online Download Update].")
|
||||||
firmware_repo.default = "https://github.com/breakings/OpenWrt"
|
firmware_repo.default = "https://github.com/breakingbadboy/OpenWrt"
|
||||||
firmware_repo.rmempty = false
|
firmware_repo.rmempty = false
|
||||||
|
|
||||||
--3.Set OpenWrt Releases's Tag Keywords
|
--3.Set OpenWrt Releases's Tag Keywords
|
||||||
|
@ -53,9 +53,9 @@ firmware_suffix.rmempty = false
|
||||||
--5.Set OpenWrt Kernel DownLoad Path
|
--5.Set OpenWrt Kernel DownLoad Path
|
||||||
kernel_path = o:option(Value, "amlogic_kernel_path", translate("Download path of OpenWrt kernel:"))
|
kernel_path = o:option(Value, "amlogic_kernel_path", translate("Download path of OpenWrt kernel:"))
|
||||||
kernel_path.description = translate("Set the download path of the kernel in the github.com repository in [Online Download Update].")
|
kernel_path.description = translate("Set the download path of the kernel in the github.com repository in [Online Download Update].")
|
||||||
kernel_path:value("https://github.com/breakings/OpenWrt")
|
kernel_path:value("https://github.com/breakingbadboy/OpenWrt")
|
||||||
kernel_path:value("https://github.com/ophub/kernel")
|
kernel_path:value("https://github.com/ophub/kernel")
|
||||||
kernel_path.default = "https://github.com/breakings/OpenWrt"
|
kernel_path.default = "https://github.com/breakingbadboy/OpenWrt"
|
||||||
kernel_path.rmempty = false
|
kernel_path.rmempty = false
|
||||||
|
|
||||||
--6.Set kernel version branch
|
--6.Set kernel version branch
|
||||||
|
|
Loading…
Reference in New Issue