mirror of
https://github.com/outbackdingo/openwrt-builder.git
synced 2026-01-27 18:19:53 +00:00
91 lines
2.2 KiB
Plaintext
91 lines
2.2 KiB
Plaintext
# LuCI
|
|
CONFIG_PACKAGE_cgi-io=y
|
|
CONFIG_PACKAGE_liblucihttp=y
|
|
CONFIG_PACKAGE_luci=y
|
|
CONFIG_PACKAGE_luci-ssl=y
|
|
CONFIG_PACKAGE_luci-app-firewall=y
|
|
CONFIG_PACKAGE_luci-app-opkg=y
|
|
CONFIG_PACKAGE_luci-base=y
|
|
CONFIG_PACKAGE_luci-lib-base=y
|
|
CONFIG_PACKAGE_luci-lib-ip=y
|
|
CONFIG_PACKAGE_luci-lib-jsonc=y
|
|
CONFIG_PACKAGE_luci-lib-nixio=y
|
|
CONFIG_PACKAGE_luci-mod-admin-full=y
|
|
CONFIG_PACKAGE_luci-mod-network=y
|
|
CONFIG_PACKAGE_luci-mod-status=y
|
|
CONFIG_PACKAGE_luci-mod-system=y
|
|
CONFIG_PACKAGE_luci-proto-ipv6=y
|
|
CONFIG_PACKAGE_luci-proto-ppp=y
|
|
CONFIG_PACKAGE_luci-theme-bootstrap=y
|
|
|
|
# additional packages
|
|
CONFIG_PACKAGE_vim=y
|
|
CONFIG_PACKAGE_htop=y
|
|
# CONFIG_HTOP_LMSENSORS is not set
|
|
CONFIG_PACKAGE_curl=y
|
|
CONFIG_PACKAGE_irqbalance=y
|
|
CONFIG_PACKAGE_luci-app-irqbalance=y
|
|
# CONFIG_PACKAGE_fping=y
|
|
# CONFIG_PACKAGE_coreutils=y
|
|
|
|
# attendedsysupgrade / owut
|
|
CONFIG_PACKAGE_owut=y
|
|
|
|
# use experimental kernel
|
|
# CONFIG_TESTING_KERNEL is not set
|
|
|
|
## wireguard
|
|
CONFIG_PACKAGE_kmod-wireguard=y
|
|
CONFIG_PACKAGE_wireguard-tools=y
|
|
CONFIG_PACKAGE_luci-proto-wireguard=y
|
|
|
|
## https dns
|
|
# CONFIG_PACKAGE_unbound-daemon=y
|
|
# CONFIG_PACKAGE_luci-app-unbound=y
|
|
|
|
CONFIG_PACKAGE_stubby=y
|
|
|
|
# collecd
|
|
CONFIG_PACKAGE_luci-app-statistics=y
|
|
CONFIG_PACKAGE_collectd=y
|
|
CONFIG_PACKAGE_collectd-mod-cpu=y
|
|
CONFIG_PACKAGE_collectd-mod-interface=y
|
|
CONFIG_PACKAGE_collectd-mod-iwinfo=y
|
|
CONFIG_PACKAGE_collectd-mod-load=y
|
|
CONFIG_PACKAGE_collectd-mod-memory=y
|
|
CONFIG_PACKAGE_collectd-mod-rrdtool=y
|
|
CONFIG_PACKAGE_collectd-mod-sensors=y
|
|
CONFIG_PACKAGE_collectd-mod-wireless=y
|
|
CONFIG_PACKAGE_collectd-mod-dns=y
|
|
CONFIG_PACKAGE_collectd-mod-ping=y
|
|
|
|
### Better roaming: dawn vs usteer => choose one
|
|
## dawn
|
|
# CONFIG_PACKAGE_dawn=y
|
|
# CONFIG_PACKAGE_luci-app-dawn=y
|
|
|
|
### usteer
|
|
# CONFIG_PACKAGE_usteer it not set
|
|
# CONFIG_PACKAGE_luci-app-usteer it not set
|
|
|
|
# Enable WED (Wireless Ethernet Dispatch) for L2
|
|
# Also it is important to enable HW offload and
|
|
# do not disable firewall on dumb ap's.
|
|
CONFIG_PACKAGE_bridger=y
|
|
|
|
# language
|
|
CONFIG_LUCI_LANG_pl=y
|
|
|
|
####### REPLACE CRYPTOLIB #####
|
|
# Remove section and copy from config/common/ a cryptolib section that you need.
|
|
CONFIG_PACKAGE_wpad-basic-mbedtls=m
|
|
CONFIG_PACKAGE_wpad-mbedtls=y
|
|
#######
|
|
|
|
# Use newer wifi configuration
|
|
CONFIG_PACKAGE_wifi-scripts=y
|
|
|
|
CONFIG_ALL_KMODS=y
|
|
CONFIG_ALL_NONSHARED=y
|
|
CONFIG_AUTOREMOVE=y
|