From 8194d3979389200b6d0e732be4d1cf3821867ccd Mon Sep 17 00:00:00 2001 From: Udo Waechter Date: Thu, 9 Dec 2021 17:39:09 +0100 Subject: [PATCH] new version of config and resource limits --- build-dir825-rndis.yaml | 12 +++++++++--- config-DIR825-rndis | 12 ++++++++++-- 2 files changed, 19 insertions(+), 5 deletions(-) diff --git a/build-dir825-rndis.yaml b/build-dir825-rndis.yaml index c716888..7a60f88 100644 --- a/build-dir825-rndis.yaml +++ b/build-dir825-rndis.yaml @@ -43,7 +43,13 @@ spec: git checkout $(params.version) || exit 1 git pull - name: build-openwrt - #image: cr.lan/debian-stable-build-essential + resources: + requests: + memory: 1Gi + cpu: 500m + limits: + memory: 1.5Gi + cpu: 3000m image: cr.lan/debian-stable-openwrt-build script: | #!/usr/bin/env bash @@ -63,7 +69,7 @@ spec: ./scripts/feeds install -a -f # build env does not like to be run as root.... - make -j4 download world $(params.make_flags) + make V=s -j4 download world $(params.make_flags) 2>&1 - name: upload-assets image: docker.io/minio/mc env: @@ -112,4 +118,4 @@ spec: - name: usr-src persistentVolumeClaim: claimName: tektoncd-workspaces - subPath: usr_src \ No newline at end of file + subPath: usr_src diff --git a/config-DIR825-rndis b/config-DIR825-rndis index b693cf4..1c8b1b4 100644 --- a/config-DIR825-rndis +++ b/config-DIR825-rndis @@ -1899,6 +1899,7 @@ CONFIG_PACKAGE_htop=m # CONFIG_PACKAGE_m4 is not set # CONFIG_PACKAGE_make is not set # CONFIG_PACKAGE_meson is not set +# CONFIG_PACKAGE_mt76-test is not set # CONFIG_PACKAGE_ninja is not set # CONFIG_PACKAGE_objdump is not set # CONFIG_PACKAGE_packr is not set @@ -2672,7 +2673,7 @@ CONFIG_PACKAGE_kmod-gpio-button-hotplug=y # CONFIG_PACKAGE_kmod-it87-wdt is not set # CONFIG_PACKAGE_kmod-itco-wdt is not set # CONFIG_PACKAGE_kmod-lp is not set -# CONFIG_PACKAGE_kmod-mmc is not set +CONFIG_PACKAGE_kmod-mmc=m CONFIG_PACKAGE_kmod-mtd-rw=m # CONFIG_PACKAGE_kmod-mtdoops is not set # CONFIG_PACKAGE_kmod-mtdram is not set @@ -2908,6 +2909,9 @@ CONFIG_PACKAGE_MAC80211_DEBUGFS=y CONFIG_PACKAGE_MAC80211_MESH=y # CONFIG_PACKAGE_kmod-mac80211-hwsim is not set # CONFIG_PACKAGE_kmod-mt76 is not set +CONFIG_PACKAGE_kmod-mt76-connac=m +CONFIG_PACKAGE_kmod-mt76-core=m +CONFIG_PACKAGE_kmod-mt76-sdio=m # CONFIG_PACKAGE_kmod-mt7601u is not set # CONFIG_PACKAGE_kmod-mt7603 is not set # CONFIG_PACKAGE_kmod-mt7615-firmware is not set @@ -2922,6 +2926,7 @@ CONFIG_PACKAGE_MAC80211_MESH=y # CONFIG_PACKAGE_kmod-mt76x2u is not set # CONFIG_PACKAGE_kmod-mt7915e is not set # CONFIG_PACKAGE_kmod-mt7921e is not set +CONFIG_PACKAGE_kmod-mt7921s=m # CONFIG_PACKAGE_kmod-mwifiex-pcie is not set # CONFIG_PACKAGE_kmod-mwifiex-sdio is not set # CONFIG_PACKAGE_kmod-mwl8k is not set @@ -2959,6 +2964,8 @@ CONFIG_PACKAGE_MAC80211_MESH=y # CONFIG_PACKAGE_kmod-wlcore is not set # CONFIG_PACKAGE_kmod-zd1211rw is not set # end of Wireless Drivers + +CONFIG_PACKAGE_kmod-mt7921-common=m # end of Kernel modules # @@ -5841,7 +5848,7 @@ CONFIG_WPA_MSG_MIN_PRIORITY=3 CONFIG_WPA_WOLFSSL=y # CONFIG_DRIVER_WEXT_SUPPORT is not set CONFIG_DRIVER_11N_SUPPORT=y -# CONFIG_DRIVER_11AC_SUPPORT is not set +CONFIG_DRIVER_11AC_SUPPORT=y # CONFIG_DRIVER_11AX_SUPPORT is not set # CONFIG_WPA_ENABLE_WEP is not set # CONFIG_PACKAGE_wpa-supplicant-basic is not set @@ -6057,6 +6064,7 @@ CONFIG_PACKAGE_ppp-mod-pppoe=m # CONFIG_PACKAGE_redsocks is not set # CONFIG_PACKAGE_remserial is not set # CONFIG_PACKAGE_restic-rest-server is not set +# CONFIG_PACKAGE_rpcapd is not set # CONFIG_PACKAGE_rpcbind is not set # CONFIG_PACKAGE_rssileds is not set # CONFIG_PACKAGE_rsyslog is not set