mirror of
				https://github.com/kenzok8/openwrt-packages.git
				synced 2025-10-30 07:50:37 +08:00 
			
		
		
		
	update 2025-05-19 14:28:03
This commit is contained in:
		| @ -10,13 +10,24 @@ include $(TOPDIR)/rules.mk | |||||||
| PKG_ARCH_DDNSTO:=$(ARCH) | PKG_ARCH_DDNSTO:=$(ARCH) | ||||||
|  |  | ||||||
| PKG_NAME:=ddnsto | PKG_NAME:=ddnsto | ||||||
| PKG_VERSION:=3.0.4 | BIN_VERSION:=3.0.4 | ||||||
| PKG_RELEASE:=$(PKG_ARCH_DDNSTO)-7 | PKG_RELEASE:=8 | ||||||
| PKG_SOURCE:=$(PKG_NAME)-binary-$(PKG_VERSION).tar.gz | ARCH_HEXCODE:= | ||||||
|  | ifeq ($(ARCH),x86_64) | ||||||
|  | ARCH_HEXCODE=8664 | ||||||
|  | else ifeq ($(ARCH),aarch64) | ||||||
|  | ARCH_HEXCODE=aa64 | ||||||
|  | else ifeq ($(ARCH),arm) | ||||||
|  | ARCH_HEXCODE=aa32 | ||||||
|  | else ifeq ($(ARCH),mipsel) | ||||||
|  | ARCH_HEXCODE=1b0c | ||||||
|  | endif | ||||||
|  | PKG_VERSION:=$(BIN_VERSION)~$(ARCH_HEXCODE) | ||||||
|  | PKG_SOURCE:=$(PKG_NAME)-binary-$(BIN_VERSION).tar.gz | ||||||
| PKG_SOURCE_URL:=http://fw.koolcenter.com/binary/ddnsto/ | PKG_SOURCE_URL:=http://fw.koolcenter.com/binary/ddnsto/ | ||||||
| PKG_HASH:=486aa15a5e026b5a3aca72f1850746e127a7e86ef11db8a7c498dad29545eaf6 | PKG_HASH:=486aa15a5e026b5a3aca72f1850746e127a7e86ef11db8a7c498dad29545eaf6 | ||||||
|  |  | ||||||
| PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-binary-$(PKG_VERSION) | PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-binary-$(BIN_VERSION) | ||||||
|  |  | ||||||
| PKG_BUILD_PARALLEL:=1 | PKG_BUILD_PARALLEL:=1 | ||||||
| PKG_USE_MIPS16:=0 | PKG_USE_MIPS16:=0 | ||||||
|  | |||||||
| @ -8,8 +8,8 @@ include $(TOPDIR)/rules.mk | |||||||
| LUCI_TITLE:=LuCI support for ddnsto | LUCI_TITLE:=LuCI support for ddnsto | ||||||
| LUCI_DEPENDS:=+ddnsto +block-mount | LUCI_DEPENDS:=+ddnsto +block-mount | ||||||
| LUCI_PKGARCH:=all | LUCI_PKGARCH:=all | ||||||
| PKG_VERSION:=3.0.4 | PKG_VERSION:=3.0.4-r1 | ||||||
| PKG_RELEASE:=0 | PKG_RELEASE:= | ||||||
|  |  | ||||||
| include $(TOPDIR)/feeds/luci/luci.mk | include $(TOPDIR)/feeds/luci/luci.mk | ||||||
|  |  | ||||||
|  | |||||||
| @ -9,7 +9,7 @@ LUCI_TITLE:=LuCI support for quickstart | |||||||
| LUCI_DEPENDS:=+quickstart +luci-app-store | LUCI_DEPENDS:=+quickstart +luci-app-store | ||||||
| LUCI_PKGARCH:=all | LUCI_PKGARCH:=all | ||||||
|  |  | ||||||
| PKG_VERSION:=0.8.17-1 | PKG_VERSION:=0.8.17-r1 | ||||||
| # PKG_RELEASE MUST be empty for luci.mk | # PKG_RELEASE MUST be empty for luci.mk | ||||||
| PKG_RELEASE:= | PKG_RELEASE:= | ||||||
|  |  | ||||||
|  | |||||||
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							| @ -1404,6 +1404,11 @@ body[class*="node-"] > .main > .main-left > .nav > .slide > .menu.active::before | |||||||
|   display: none; |   display: none; | ||||||
| } | } | ||||||
|  |  | ||||||
|  | [data-page="admin-system-autoreboot"] { | ||||||
|  |   #cbi-autoreboot { | ||||||
|  |     margin-top: 0; | ||||||
|  |   } | ||||||
|  | } | ||||||
|  |  | ||||||
| .cbi-section, | .cbi-section, | ||||||
| .cbi-section-error, | .cbi-section-error, | ||||||
| @ -3536,6 +3541,11 @@ div[style*="display:grid;grid-template-columns:repeat"] { | |||||||
|  |  | ||||||
|     h2 + p { |     h2 + p { | ||||||
|       margin-bottom: 1rem; |       margin-bottom: 1rem; | ||||||
|  |       padding-left: 1.5rem; | ||||||
|  |     } | ||||||
|  |  | ||||||
|  |     button + div { | ||||||
|  |       display: none; | ||||||
|     } |     } | ||||||
|   } |   } | ||||||
| } | } | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user
	 actions-user
					actions-user