From 99fcc9ba4bd884306d8e1ddddd0968db2adf09cf Mon Sep 17 00:00:00 2001 From: Daniel Pawlik Date: Fri, 1 Jul 2022 20:44:57 +0200 Subject: [PATCH] Add U6-lite (Ubiquiti U6 lite) configuration --- configs/ubiquiti/u6lite/extended.config | 79 +++++++++++++++++++++++++ 1 file changed, 79 insertions(+) create mode 100644 configs/ubiquiti/u6lite/extended.config diff --git a/configs/ubiquiti/u6lite/extended.config b/configs/ubiquiti/u6lite/extended.config new file mode 100644 index 0000000..6935594 --- /dev/null +++ b/configs/ubiquiti/u6lite/extended.config @@ -0,0 +1,79 @@ +CONFIG_TARGET_ramips=y +CONFIG_TARGET_ramips_mt7621=y +CONFIG_TARGET_MULTI_PROFILE=y +CONFIG_TARGET_DEVICE_ramips_mt7621_DEVICE_ubnt_unifi-6-lite=y +CONFIG_TARGET_DEVICE_PACKAGES_ramips_mt7621_DEVICE_ubnt_unifi-6-lite="" +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_IMAGEOPT=y +CONFIG_KERNEL_BUILD_DOMAIN="buildhost" +CONFIG_KERNEL_BUILD_USER="builder" +CONFIG_MAKE_TOOLCHAIN=y +CONFIG_PACKAGE_cgi-io=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_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 + +# use experimental kernel +CONFIG_TESTING_KERNEL=y