openwrt-编译模块-tc、nginx,uhttpd(https),ssl.https

uhttpd(https):
CONFIG_PACKAGE_libuhttpd-openssl=y
CONFIG_PACKAGE_libustream-wolfssl=y
CONFIG_PACKAGE_luci-ssl=y
CONFIG_PACKAGE_px5g-wolfssl=y

nginx:

CONFIG_PACKAGE_nginx-all-module=y
CONFIG_PACKAGE_libstdcpp=y
CONFIG_PACKAGE_nginx-util=y
CONFIG_PACKAGE_libpcre=y
CONFIG_PACKAGE_libxml2=y
CONFIG_PACKAGE_nginx-ssl-util=y
CONFIG_PACKAGE_cgi-io=y
CONFIG_PACKAGE_spawn-fcgi=y
CONFIG_PACKAGE_fcgi-cgi=y

tc:

CONFIG_PACKAGE_kmod-sched-core=y
CONFIG_BUSYBOX_CONFIG_TC=y
CONFIG_PACKAGE_tc-full=y
CONFIG_PACKAGE_tc-mod-iptables=y

ipv6 nta:
CONFIG_PACKAGE_ip6tables-mod-nat=y
CONFIG_PACKAGE_kmod-ipt-nat6=y
CONFIG_PACKAGE_kmod-nf-nat6=y

ssl.https:
CONFIG_PACKAGE_luasec

你可能感兴趣的:(nginx,openwrt)