Skip to content

Commit

Permalink
config-minimal-common: fallback lite config
Browse files Browse the repository at this point in the history
  • Loading branch information
pmkol authored Oct 24, 2024
1 parent 05637d5 commit 1bf4bc5
Showing 1 changed file with 60 additions and 41 deletions.
101 changes: 60 additions & 41 deletions openwrt/23-config-minimal-common
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

### Curl
CONFIG_PACKAGE_curl=y
CONFIG_PACKAGE_libcurl=y
Expand All @@ -12,14 +11,16 @@ CONFIG_LIBCURL_OPENSSL=y

### Firewall
CONFIG_PACKAGE_nat6=y
CONFIG_PACKAGE_ip6tables-nft=y
CONFIG_PACKAGE_iptables-mod-conntrack-extra=y
CONFIG_PACKAGE_iptables-mod-iprange=y
CONFIG_PACKAGE_iptables-mod-nat-extra=y
CONFIG_PACKAGE_iptables-mod-socket=y
CONFIG_PACKAGE_iptables-mod-tproxy=y
CONFIG_PACKAGE_iptables-nft=y
CONFIG_PACKAGE_xtables-nft=y
# CONFIG_PACKAGE_ip6tables-nft is not set
# CONFIG_PACKAGE_iptables-mod-conntrack-extra is not set
# CONFIG_PACKAGE_iptables-mod-iprange is not set
# CONFIG_PACKAGE_iptables-mod-nat-extra is not set
# CONFIG_PACKAGE_iptables-mod-socket is not set
# CONFIG_PACKAGE_iptables-mod-tproxy is not set
# CONFIG_PACKAGE_iptables-nft is not set
CONFIG_PACKAGE_libip4tc=y
CONFIG_PACKAGE_libip6tc=y
# CONFIG_PACKAGE_xtables-nft is not set
# CONFIG_PACKAGE_iptables-legacy is not set

# Natflow
Expand Down Expand Up @@ -50,51 +51,69 @@ CONFIG_PACKAGE_dnsmasq_full_ipset=y
# CONFIG_PACKAGE_dnsmasq_full_broken_rtc is not set
# CONFIG_PACKAGE_dnsmasq is not set

### Docker
# CONFIG_DOCKER_CGROUP_OPTIONS is not set
# CONFIG_DOCKER_NET_ENCRYPT is not set
# CONFIG_DOCKER_NET_MACVLAN is not set
# CONFIG_DOCKER_NET_OVERLAY is not set
# CONFIG_DOCKER_NET_TFTP is not set
# CONFIG_DOCKER_OPTIONAL_FEATURES is not set
# CONFIG_DOCKER_STO_BTRFS is not set
# CONFIG_DOCKER_STO_EXT4 is not set
# CONFIG_PACKAGE_luci-app-dockerman is not set
# CONFIG_PACKAGE_luci-lib-docker is not set
# CONFIG_PACKAGE_docker-compose is not set

### Luci
CONFIG_PACKAGE_luci=y
CONFIG_PACKAGE_luci-lib-base=y
CONFIG_PACKAGE_luci-lib-ip=y
CONFIG_PACKAGE_luci-lib-ipkg=y
CONFIG_PACKAGE_luci-lib-jsonc=y
CONFIG_PACKAGE_luci-lib-nixio=y
CONFIG_PACKAGE_nginx-all-module=y
# CONFIG_PACKAGE_luci-nginx is not set
CONFIG_PACKAGE_luci-proto-wireguard=y
CONFIG_PACKAGE_luci-theme-argon=y
# CONFIG_PACKAGE_nginx-all-module is not set
CONFIG_LUCI_LANG_zh_Hans=y
# CONFIG_LUCI_CSSTIDY is not set
# CONFIG_LUCI_JSMIN is not set

### Nginx
# openwrt-23.05
CONFIG_PACKAGE_nginx-all-module=y
# CONFIG_PACKAGE_nginx-all-module is not set
# openwrt-24.10
CONFIG_PACKAGE_nginx-ssl=y
CONFIG_PACKAGE_nginx-mod-brotli=y
CONFIG_PACKAGE_nginx-mod-luci=y
CONFIG_PACKAGE_nginx-mod-rtmp=y
CONFIG_PACKAGE_nginx-mod-stream=y
CONFIG_PACKAGE_nginx-mod-ubus=y
CONFIG_PACKAGE_nginx-mod-zstd=y
CONFIG_PACKAGE_nginx-ssl-util=y
CONFIG_NGINX_DAV=y
CONFIG_NGINX_HTTP_AUTH_BASIC=y
CONFIG_NGINX_HTTP_QUIC=y
CONFIG_NGINX_HTTP_REAL_IP=y
CONFIG_NGINX_HTTP_SUB=y
CONFIG_NGINX_STREAM_REAL_IP=y
# CONFIG_PACKAGE_nginx-ssl is not set
# CONFIG_PACKAGE_nginx-mod-brotli is not set
# CONFIG_PACKAGE_nginx-mod-luci is not set
# CONFIG_PACKAGE_nginx-mod-rtmp is not set
# CONFIG_PACKAGE_nginx-mod-stream is not set
# CONFIG_PACKAGE_nginx-mod-ubus is not set
# CONFIG_PACKAGE_nginx-mod-zstd is not set
# CONFIG_PACKAGE_nginx-ssl-util is not set
# CONFIG_NGINX_DAV is not set
# CONFIG_NGINX_HTTP_AUTH_BASIC is not set
# CONFIG_NGINX_HTTP_QUIC is not set
# CONFIG_NGINX_HTTP_REAL_IP is not set
# CONFIG_NGINX_HTTP_SUB is not set
# CONFIG_NGINX_STREAM_REAL_IP is not set

### APPS
CONFIG_PACKAGE_luci-app-argon-config=y
CONFIG_PACKAGE_luci-app-autoreboot=y
CONFIG_PACKAGE_luci-app-cpufreq=y
CONFIG_PACKAGE_luci-app-ddns=y
CONFIG_PACKAGE_luci-app-ddns-go=y
CONFIG_PACKAGE_luci-app-diskman=y
CONFIG_PACKAGE_luci-app-oaf=y
CONFIG_PACKAGE_luci-app-eqosplus=y
CONFIG_PACKAGE_luci-app-hd-idle=y
CONFIG_PACKAGE_luci-app-homeproxy=y
CONFIG_PACKAGE_luci-app-mihomo=y
CONFIG_PACKAGE_luci-app-ramfree=y
CONFIG_PACKAGE_luci-app-samba4=y
CONFIG_PACKAGE_luci-app-socat=y
CONFIG_PACKAGE_luci-app-ttyd=y
CONFIG_PACKAGE_luci-app-upnp=y

### DDNS Scripts
CONFIG_PACKAGE_ddns-scripts=y
CONFIG_PACKAGE_ddns-scripts-aliyun=y
CONFIG_PACKAGE_ddns-scripts-dnspod=y
CONFIG_PACKAGE_luci-app-zerotier=y

### OpenSSL
CONFIG_OPENSSL_ENGINE=y
Expand All @@ -108,11 +127,6 @@ CONFIG_PACKAGE_openssl-util=y
# CONFIG_PACKAGE_libopenssl-padlock is not set
# CONFIG_OPENSSL_WITH_ERROR_MESSAGES is not set

### Share Network
CONFIG_PACKAGE_usbmuxd=y
CONFIG_PACKAGE_kmod-usb-net-rndis=y
CONFIG_PACKAGE_kmod-usb-net-ipheth=y

### Kernel Modules
CONFIG_PACKAGE_kmod-br-netfilter=y
CONFIG_PACKAGE_kmod-button-hotplug=y
Expand All @@ -126,10 +140,10 @@ CONFIG_PACKAGE_kmod-fs-xfs=y
CONFIG_PACKAGE_kmod-hwmon-pwmfan=y
CONFIG_PACKAGE_kmod-ikconfig=y
CONFIG_PACKAGE_kmod-inet-diag=y
CONFIG_PACKAGE_kmod-ipsec4=y
CONFIG_PACKAGE_kmod-ipsec6=y
CONFIG_PACKAGE_kmod-ipt-nat6=y
CONFIG_PACKAGE_kmod-ipt-tproxy=y
# CONFIG_PACKAGE_kmod-ipsec4 is not set
# CONFIG_PACKAGE_kmod-ipsec6 is not set
# CONFIG_PACKAGE_kmod-ipt-nat6 is not set
# CONFIG_PACKAGE_kmod-ipt-tproxy is not set
CONFIG_PACKAGE_kmod-iptunnel6=y
CONFIG_PACKAGE_kmod-mac80211=y
CONFIG_PACKAGE_kmod-nf-socket=y
Expand Down Expand Up @@ -157,10 +171,15 @@ CONFIG_PACKAGE_kmod-mt7921u=y

### Utilities
CONFIG_PACKAGE_bash=y
CONFIG_PACKAGE_bind-dig=y
CONFIG_PACKAGE_dmesg=y
CONFIG_PACKAGE_openssh-sftp-server=y
CONFIG_PACKAGE_sudo=y
CONFIG_PACKAGE_taskset=y
CONFIG_PACKAGE_unzip=y
CONFIG_PACKAGE_wget-ssl=y
CONFIG_PACKAGE_wpad-openssl=y
CONFIG_PACKAGE_zoneinfo-asia=y

### GNU Core Utilities
CONFIG_PACKAGE_coreutils=y
Expand Down

0 comments on commit 1bf4bc5

Please sign in to comment.