mirror of
https://github.com/outbackdingo/openwrt-builder.git
synced 2026-01-27 18:19:53 +00:00
gdd w8970 config; add thermal settings for ath10
This commit is contained in:
@@ -17,11 +17,8 @@ CONFIG_IB=y
|
||||
CONFIG_KERNEL_BUILD_DOMAIN="buildhost"
|
||||
CONFIG_KERNEL_BUILD_USER="builder"
|
||||
CONFIG_MAKE_TOOLCHAIN=y
|
||||
CONFIG_PACKAGE_bmon=y
|
||||
CONFIG_PACKAGE_cgi-io=y
|
||||
CONFIG_PACKAGE_confuse=y
|
||||
CONFIG_PACKAGE_htop=y
|
||||
CONFIG_PACKAGE_iperf3=y
|
||||
CONFIG_PACKAGE_libbpf=m
|
||||
CONFIG_PACKAGE_libelf=m
|
||||
CONFIG_PACKAGE_libiwinfo-lua=y
|
||||
@@ -67,18 +64,26 @@ CONFIG_SDK=y
|
||||
CONFIG_SDK_LLVM_BPF=y
|
||||
CONFIG_TARGET_ALL_PROFILES=y
|
||||
CONFIG_USE_LLVM_BUILD=y
|
||||
|
||||
# additional packages
|
||||
CONFIG_PACKAGE_bmon=y
|
||||
CONFIG_PACKAGE_htop=y
|
||||
CONFIG_PACKAGE_iperf3=y
|
||||
CONFIG_PACKAGE_curl=y
|
||||
CONFIG_PACKAGE_wavemon=y
|
||||
|
||||
# additional kmods required by basic packages
|
||||
CONFIG_PACKAGE_kmod-nf-ipt=y
|
||||
CONFIG_PACKAGE_kmod-ipt-core=y
|
||||
CONFIG_PACKAGE_kmod-ipt-conntrack=y
|
||||
CONFIG_PACKAGE_kmod-ipt-nat=y
|
||||
|
||||
# collectd
|
||||
CONFIG_PACKAGE_collectd=y
|
||||
CONFIG_PACKAGE_collectd-mod-sensors=y
|
||||
CONFIG_PACKAGE_collectd-mod-ping=y
|
||||
CONFIG_PACKAGE_luci-app-statistics=y
|
||||
# CONFIG_PACKAGE_collectd=y
|
||||
# CONFIG_PACKAGE_collectd-mod-sensors=y
|
||||
# CONFIG_PACKAGE_collectd-mod-ping=y
|
||||
# CONFIG_PACKAGE_luci-app-statistics=y
|
||||
# CONFIG_ATH10K_THERMAL=y
|
||||
|
||||
# language packages
|
||||
# CONFIG_PACKAGE_luci-i18n-base-pl=y
|
||||
|
||||
82
configs/tp-link/w8970-extended
Normal file
82
configs/tp-link/w8970-extended
Normal file
@@ -0,0 +1,82 @@
|
||||
CONFIG_TARGET_lantiq=y
|
||||
CONFIG_TARGET_lantiq_xrx200=y
|
||||
CONFIG_TARGET_MULTI_PROFILE=y
|
||||
CONFIG_TARGET_DEVICE_lantiq_xrx200_DEVICE_tplink_tdw8970=y
|
||||
CONFIG_TARGET_DEVICE_PACKAGES_lantiq_xrx200_DEVICE_tplink_tdw8970=""
|
||||
CONFIG_ALL_KMODS=y
|
||||
CONFIG_ALL_NONSHARED=y
|
||||
CONFIG_DEVEL=y
|
||||
CONFIG_TARGET_PER_DEVICE_ROOTFS=y
|
||||
CONFIG_AUTOREMOVE=y
|
||||
CONFIG_BPF_TOOLCHAIN_BUILD_LLVM=y
|
||||
# CONFIG_BPF_TOOLCHAIN_NONE is not set
|
||||
CONFIG_BUILDBOT=y
|
||||
CONFIG_COLLECT_KERNEL_DEBUG=y
|
||||
CONFIG_HAS_BPF_TOOLCHAIN=y
|
||||
CONFIG_IB=y
|
||||
CONFIG_KERNEL_BUILD_DOMAIN="buildhost"
|
||||
CONFIG_KERNEL_BUILD_USER="builder"
|
||||
CONFIG_MAKE_TOOLCHAIN=y
|
||||
CONFIG_PACKAGE_cgi-io=y
|
||||
CONFIG_PACKAGE_confuse=y
|
||||
CONFIG_PACKAGE_libbpf=m
|
||||
CONFIG_PACKAGE_libelf=m
|
||||
CONFIG_PACKAGE_libiwinfo-lua=y
|
||||
CONFIG_PACKAGE_liblua=y
|
||||
CONFIG_PACKAGE_liblucihttp=y
|
||||
CONFIG_PACKAGE_liblucihttp-lua=y
|
||||
CONFIG_PACKAGE_libncurses=y
|
||||
CONFIG_PACKAGE_libnl-core=y
|
||||
CONFIG_PACKAGE_libnl-route=y
|
||||
CONFIG_PACKAGE_libubus-lua=y
|
||||
CONFIG_PACKAGE_lua=y
|
||||
CONFIG_PACKAGE_luci=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-ssl=y
|
||||
CONFIG_PACKAGE_luci-theme-bootstrap=y
|
||||
CONFIG_PACKAGE_px5g-wolfssl=y
|
||||
CONFIG_PACKAGE_qosify=m
|
||||
CONFIG_PACKAGE_rpcd=y
|
||||
CONFIG_PACKAGE_rpcd-mod-file=y
|
||||
CONFIG_PACKAGE_rpcd-mod-iwinfo=y
|
||||
CONFIG_PACKAGE_rpcd-mod-luci=y
|
||||
CONFIG_PACKAGE_rpcd-mod-rrdns=y
|
||||
CONFIG_PACKAGE_tc-full=m
|
||||
CONFIG_PACKAGE_tc-mod-iptables=m
|
||||
CONFIG_PACKAGE_terminfo=y
|
||||
CONFIG_PACKAGE_uhttpd=y
|
||||
CONFIG_PACKAGE_uhttpd-mod-ubus=y
|
||||
CONFIG_PACKAGE_zlib=m
|
||||
CONFIG_REPRODUCIBLE_DEBUG_INFO=y
|
||||
CONFIG_SDK=y
|
||||
CONFIG_SDK_LLVM_BPF=y
|
||||
CONFIG_TARGET_ALL_PROFILES=y
|
||||
CONFIG_USE_LLVM_BUILD=y
|
||||
# additional packages
|
||||
CONFIG_PACKAGE_bmon=y
|
||||
CONFIG_PACKAGE_htop=y
|
||||
CONFIG_PACKAGE_iperf3=y
|
||||
CONFIG_PACKAGE_curl=y
|
||||
CONFIG_PACKAGE_wavemon=y
|
||||
# additional kmods required by basic packages
|
||||
CONFIG_PACKAGE_kmod-nf-ipt=y
|
||||
CONFIG_PACKAGE_kmod-ipt-core=y
|
||||
CONFIG_PACKAGE_kmod-ipt-conntrack=y
|
||||
CONFIG_PACKAGE_kmod-ipt-nat=y
|
||||
# collectd
|
||||
CONFIG_PACKAGE_collectd=y
|
||||
CONFIG_PACKAGE_collectd-mod-sensors=y
|
||||
CONFIG_PACKAGE_collectd-mod-ping=y
|
||||
CONFIG_PACKAGE_luci-app-statistics=y
|
||||
Reference in New Issue
Block a user