diff --git a/README.md b/README.md index 9112083..aa34229 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,8 @@ Those are my customized builds of OpenWrt for FriendlyARM NanoPi R2S / R4S ## Changelog +#### 2021-05-27 +- Add ddns-scripts and bind-tools #### 2021-05-25 - Increase kernel partition size on full build #### 2021-05-21 diff --git a/seed/ao-mini.seed b/seed/ao-mini.seed index 55c2a92..ace85f5 100644 --- a/seed/ao-mini.seed +++ b/seed/ao-mini.seed @@ -64,6 +64,15 @@ CONFIG_PACKAGE_alsa-utils=y CONFIG_PACKAGE_arptables=y CONFIG_PACKAGE_avahi-dbus-daemon=y CONFIG_PACKAGE_banip=y +CONFIG_PACKAGE_bind-check=y +CONFIG_PACKAGE_bind-client=y +CONFIG_PACKAGE_bind-dig=y +CONFIG_PACKAGE_bind-dnssec=y +CONFIG_PACKAGE_bind-host=y +CONFIG_PACKAGE_bind-libs=y +CONFIG_PACKAGE_bind-nslookup=y +CONFIG_PACKAGE_bind-rndc=y +CONFIG_PACKAGE_bind-tools=y CONFIG_PACKAGE_blkid=y CONFIG_PACKAGE_bmon=y CONFIG_PACKAGE_bridge=y @@ -87,6 +96,15 @@ CONFIG_PACKAGE_curl=y CONFIG_PACKAGE_dbus=y CONFIG_PACKAGE_dbus-utils=y CONFIG_PACKAGE_ddns-scripts=y +CONFIG_PACKAGE_ddns-scripts-cloudflare=y +CONFIG_PACKAGE_ddns-scripts-cnkuai=y +CONFIG_PACKAGE_ddns-scripts-digitalocean=y +CONFIG_PACKAGE_ddns-scripts-freedns=y +CONFIG_PACKAGE_ddns-scripts-gandi=y +CONFIG_PACKAGE_ddns-scripts-godaddy=y +CONFIG_PACKAGE_ddns-scripts-noip=y +CONFIG_PACKAGE_ddns-scripts-nsupdate=y +CONFIG_PACKAGE_ddns-scripts-route53=y CONFIG_PACKAGE_ddns-scripts-services=y CONFIG_PACKAGE_diffutils=y # CONFIG_PACKAGE_dnsmasq is not set @@ -106,6 +124,7 @@ CONFIG_PACKAGE_ebtables-utils=y CONFIG_PACKAGE_etherwake=y CONFIG_PACKAGE_f2fs-tools=y CONFIG_PACKAGE_f2fsck=y +CONFIG_PACKAGE_giflib-utils=y CONFIG_PACKAGE_halog=y CONFIG_PACKAGE_haproxy=y CONFIG_PACKAGE_ifstat=y @@ -316,6 +335,7 @@ CONFIG_PACKAGE_libnetsnmp=y CONFIG_PACKAGE_libnettle=y CONFIG_PACKAGE_libnfnetlink=y CONFIG_PACKAGE_libnftnl=y +CONFIG_PACKAGE_libnghttp2=y CONFIG_PACKAGE_libnl-core=y CONFIG_PACKAGE_libnl-route=y CONFIG_PACKAGE_libopenssl=y @@ -330,6 +350,7 @@ CONFIG_PACKAGE_librrd1=y CONFIG_PACKAGE_libseccomp=y CONFIG_PACKAGE_libsoxr=y CONFIG_PACKAGE_libubus-lua=y +CONFIG_PACKAGE_libuv=y # CONFIG_PACKAGE_lm-sensors is not set CONFIG_PACKAGE_lua=y CONFIG_PACKAGE_mount-utils=y diff --git a/seed/ao.seed b/seed/ao.seed index f50a00c..ddfc1cc 100644 --- a/seed/ao.seed +++ b/seed/ao.seed @@ -79,6 +79,15 @@ CONFIG_PACKAGE_alsa-utils=y CONFIG_PACKAGE_arptables=y CONFIG_PACKAGE_avahi-dbus-daemon=y CONFIG_PACKAGE_banip=y +CONFIG_PACKAGE_bind-check=y +CONFIG_PACKAGE_bind-client=y +CONFIG_PACKAGE_bind-dig=y +CONFIG_PACKAGE_bind-dnssec=y +CONFIG_PACKAGE_bind-host=y +CONFIG_PACKAGE_bind-libs=y +CONFIG_PACKAGE_bind-nslookup=y +CONFIG_PACKAGE_bind-rndc=y +CONFIG_PACKAGE_bind-tools=y CONFIG_PACKAGE_blkid=y CONFIG_PACKAGE_bmon=y CONFIG_PACKAGE_bridge=y @@ -105,6 +114,15 @@ CONFIG_PACKAGE_curl=y CONFIG_PACKAGE_dbus=y CONFIG_PACKAGE_dbus-utils=y CONFIG_PACKAGE_ddns-scripts=y +CONFIG_PACKAGE_ddns-scripts-cloudflare=y +CONFIG_PACKAGE_ddns-scripts-cnkuai=y +CONFIG_PACKAGE_ddns-scripts-digitalocean=y +CONFIG_PACKAGE_ddns-scripts-freedns=y +CONFIG_PACKAGE_ddns-scripts-gandi=y +CONFIG_PACKAGE_ddns-scripts-godaddy=y +CONFIG_PACKAGE_ddns-scripts-noip=y +CONFIG_PACKAGE_ddns-scripts-nsupdate=y +CONFIG_PACKAGE_ddns-scripts-route53=y CONFIG_PACKAGE_ddns-scripts-services=y CONFIG_PACKAGE_diffutils=y # CONFIG_PACKAGE_dnsmasq is not set @@ -126,6 +144,7 @@ CONFIG_PACKAGE_ebtables-utils=y CONFIG_PACKAGE_etherwake=y CONFIG_PACKAGE_f2fs-tools=y CONFIG_PACKAGE_f2fsck=y +CONFIG_PACKAGE_giflib-utils=y CONFIG_PACKAGE_halog=y CONFIG_PACKAGE_haproxy=y CONFIG_PACKAGE_i2c-tools=y @@ -344,6 +363,7 @@ CONFIG_PACKAGE_libnettle=y CONFIG_PACKAGE_libnetwork=y CONFIG_PACKAGE_libnfnetlink=y CONFIG_PACKAGE_libnftnl=y +CONFIG_PACKAGE_libnghttp2=y CONFIG_PACKAGE_libnl-core=y CONFIG_PACKAGE_libnl-route=y CONFIG_PACKAGE_libopenssl=y @@ -358,6 +378,7 @@ CONFIG_PACKAGE_librrd1=y CONFIG_PACKAGE_libseccomp=y CONFIG_PACKAGE_libsoxr=y CONFIG_PACKAGE_libubus-lua=y +CONFIG_PACKAGE_libuv=y CONFIG_PACKAGE_lua=y CONFIG_PACKAGE_luci=y CONFIG_PACKAGE_luci-app-acl=y @@ -365,6 +386,7 @@ CONFIG_PACKAGE_luci-app-acme=y CONFIG_PACKAGE_luci-app-adblock=y CONFIG_PACKAGE_luci-app-banip=y CONFIG_PACKAGE_luci-app-commands=y +CONFIG_PACKAGE_luci-app-ddns=y CONFIG_PACKAGE_luci-app-firewall=y CONFIG_PACKAGE_luci-app-ntpc=y CONFIG_PACKAGE_luci-app-openvpn=y @@ -381,6 +403,7 @@ CONFIG_PACKAGE_luci-i18n-adblock-en=y CONFIG_PACKAGE_luci-i18n-banip-en=y CONFIG_PACKAGE_luci-i18n-base-en=y CONFIG_PACKAGE_luci-i18n-commands-en=y +CONFIG_PACKAGE_luci-i18n-ddns-en=y CONFIG_PACKAGE_luci-i18n-firewall-en=y CONFIG_PACKAGE_luci-i18n-ntpc-en=y CONFIG_PACKAGE_luci-i18n-openvpn-en=y