From f8046684f81445cee734cd7fbd46c2ac8b22180c Mon Sep 17 00:00:00 2001 From: lean Date: Mon, 21 Jun 2021 11:10:49 +0800 Subject: [PATCH] luci-app-arpbind: use ip-tiny replace ip-full --- include/target.mk | 7 ++++--- package/lean/ddns-scripts_dnspod/Makefile | 4 ++-- package/lean/luci-app-arpbind/Makefile | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/include/target.mk b/include/target.mk index db21da874..7c50d283a 100644 --- a/include/target.mk +++ b/include/target.mk @@ -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 diff --git a/package/lean/ddns-scripts_dnspod/Makefile b/package/lean/ddns-scripts_dnspod/Makefile index 630643b2c..3afb379a7 100644 --- a/package/lean/ddns-scripts_dnspod/Makefile +++ b/package/lean/ddns-scripts_dnspod/Makefile @@ -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 diff --git a/package/lean/luci-app-arpbind/Makefile b/package/lean/luci-app-arpbind/Makefile index 9faabaed2..040bf1fec 100755 --- a/package/lean/luci-app-arpbind/Makefile +++ b/package/lean/luci-app-arpbind/Makefile @@ -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