luci-app-arpbind: use ip-tiny replace ip-full

This commit is contained in:
lean 2021-06-21 11:10:49 +08:00
parent 526dc79377
commit f8046684f8
3 changed files with 7 additions and 6 deletions

View File

@ -49,9 +49,10 @@ DEFAULT_PACKAGES.router:=\
ppp-mod-pppoe \
luci-newapi block-mount coremark kmod-nf-nathelper kmod-nf-nathelper-extra kmod-ipt-raw \
default-settings luci luci-app-ddns luci-app-upnp luci-app-autoreboot \
luci-app-filetransfer luci-app-vsftpd luci-app-ssr-plus luci-app-unblockmusic \
luci-app-arpbind luci-app-vlmcsd luci-app-wol luci-app-ramfree \
luci-app-flowoffload luci-app-nlbwmon luci-app-accesscontrol luci-app-cpufreq
luci-app-filetransfer luci-app-vsftpd luci-app-ssr-plus luci-app-unblockmusic luci-app-arpbind \
luci-app-vlmcsd luci-app-wol luci-app-ramfree \
luci-app-flowoffload luci-app-nlbwmon luci-app-accesscontrol luci-app-cpufreq \
ddns-scripts_aliyun ddns-scripts_dnspod
ifneq ($(DUMP),)
all: dumpinfo

View File

@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=ddns-scripts_dnspod
PKG_VERSION:=1.0.2
PKG_RELEASE:=1
PKG_RELEASE:=2
PKG_LICENSE:=GPLv2
PKG_MAINTAINER:=Small_5
@ -17,7 +17,7 @@ define Package/$(PKG_NAME)
SUBMENU:=IP Addresses and Names
TITLE:=DDNS extension for Dnspod.com/Dnspod.cn
PKGARCH:=all
DEPENDS:=+ddns-scripts +wget +ca-certificates
DEPENDS:=+ddns-scripts +wget
endef
define Package/$(PKG_NAME)/description

View File

@ -7,7 +7,7 @@
include $(TOPDIR)/rules.mk
LUCI_TITLE:=ARP Binding
LUCI_DEPENDS:=+ip-full
LUCI_DEPENDS:=+ip
LUCI_PKGARCH:=all
PKG_VERSION:=1
PKG_RELEASE:=3