From caf633c4259c3bd5661306326e69326c820c1403 Mon Sep 17 00:00:00 2001 From: Raphael <68374617+raphaelscholle@users.noreply.github.com> Date: Fri, 24 May 2024 16:04:56 +0200 Subject: [PATCH] loglevels --- .github/workflows/build_for_pi.yml | 45 ----------------------------- .github/workflows/build_for_x86.yml | 45 ----------------------------- Makefile | 4 +-- 3 files changed, 2 insertions(+), 92 deletions(-) delete mode 100644 .github/workflows/build_for_pi.yml delete mode 100644 .github/workflows/build_for_x86.yml diff --git a/.github/workflows/build_for_pi.yml b/.github/workflows/build_for_pi.yml deleted file mode 100644 index 7bfe1a2a..00000000 --- a/.github/workflows/build_for_pi.yml +++ /dev/null @@ -1,45 +0,0 @@ -name: build on rpi - -on: [push] - - -jobs: - build: - #runs-on: ubuntu-18.04 - runs-on: ubuntu-22.04 - env: - CLOUDSMITH_API_KEY: ${{ secrets.CLOUDSMITH_API_KEY }} - steps: - - name: Maximize build space - uses: easimon/maximize-build-space@master - with: - root-reserve-mb: 512 - swap-size-mb: 1024 - remove-dotnet: 'true' - remove-android: 'true' - remove-haskell: 'true' - overprovision-lvm: 'true' - - name: test - run: | - echo "DT=$(date +'%Y-%m-%d_%H%M')" >> $GITHUB_ENV - echo "BRANCH=${GITHUB_REF##*/}" >> $GITHUB_ENV - - - name: Checkout repository and submodules - uses: actions/checkout@v3 - with: - submodules: recursive - - name: Building OpenHD in CHROOT - run: | - git clone https://github.com/OpenHD/ChrootCompilationTest /opt/ChrootCompilationTest - mkdir -p /opt/ChrootCompilationTest/additionalFiles - git clone https://github.com/OpenHD/rtl8812au -b ${{ github.ref_name }} /opt/ChrootCompilationTest/additionalFiles/ --recursive - echo $CLOUDSMITH_API_KEY > /opt/ChrootCompilationTest/additionalFiles/cloudsmith_api_key.txt - echo "armhf" > /opt/ChrootCompilationTest/additionalFiles/arch.txt - echo "debian" > /opt/ChrootCompilationTest/additionalFiles/distro.txt - echo "bullseye" > /opt/ChrootCompilationTest/additionalFiles/flavor.txt - echo "${{ github.ref_name }}" > /opt/ChrootCompilationTest/additionalFiles/repo.txt - - cd /opt/ChrootCompilationTest/ - sudo apt update - sudo bash install_dep.sh - sudo bash ./build.sh pi-bullseye $API_KEY debian bullseye diff --git a/.github/workflows/build_for_x86.yml b/.github/workflows/build_for_x86.yml deleted file mode 100644 index 20f73ae9..00000000 --- a/.github/workflows/build_for_x86.yml +++ /dev/null @@ -1,45 +0,0 @@ -name: build on x86 lunar - -on: [push] - - -jobs: - build: - #runs-on: ubuntu-18.04 - runs-on: ubuntu-22.04 - env: - CLOUDSMITH_API_KEY: ${{ secrets.CLOUDSMITH_API_KEY }} - steps: - - name: Maximize build space - uses: easimon/maximize-build-space@master - with: - root-reserve-mb: 512 - swap-size-mb: 1024 - remove-dotnet: 'true' - remove-android: 'true' - remove-haskell: 'true' - overprovision-lvm: 'true' - - name: test - run: | - echo "DT=$(date +'%Y-%m-%d_%H%M')" >> $GITHUB_ENV - echo "BRANCH=${GITHUB_REF##*/}" >> $GITHUB_ENV - - - name: Checkout repository and submodules - uses: actions/checkout@v3 - with: - submodules: recursive - - name: Building OpenHD in CHROOT - run: | - git clone https://github.com/OpenHD/ChrootCompilationTest /opt/ChrootCompilationTest - mkdir -p /opt/ChrootCompilationTest/additionalFiles - git clone https://github.com/OpenHD/rtl8812au -b ${{ github.ref_name }} /opt/ChrootCompilationTest/additionalFiles/ --recursive - echo $CLOUDSMITH_API_KEY > /opt/ChrootCompilationTest/additionalFiles/cloudsmith_api_key.txt - echo "AMD64" > /opt/ChrootCompilationTest/additionalFiles/arch.txt - echo "ubuntu" > /opt/ChrootCompilationTest/additionalFiles/distro.txt - echo "lunar" > /opt/ChrootCompilationTest/additionalFiles/flavor.txt - echo "${{ github.ref_name }}" > /opt/ChrootCompilationTest/additionalFiles/repo.txt - - cd /opt/ChrootCompilationTest/ - sudo apt update - sudo bash install_dep.sh - sudo bash ./build.sh x86-lunar $API_KEY ubuntu lunar diff --git a/Makefile b/Makefile index dda39c99..7901558f 100755 --- a/Makefile +++ b/Makefile @@ -60,7 +60,7 @@ CONFIG_MP_INCLUDED = y CONFIG_POWER_SAVING = n CONFIG_USB_AUTOSUSPEND = n CONFIG_HW_PWRP_DETECTION = n -CONFIG_WIFI_TEST = n +CONFIG_WIFI_TEST = y CONFIG_BT_COEXIST = n CONFIG_INTEL_WIDI = n CONFIG_WAPI_SUPPORT = n @@ -102,7 +102,7 @@ CONFIG_USB2_EXTERNAL_POWER = y CONFIG_RTW_DEBUG = y # default log level is _DRV_INFO_ = 4, # please refer to "How_to_set_driver_debug_log_level.doc" to set the available level. -CONFIG_RTW_LOG_LEVEL = 7 #Consti10 3==DRV_WARNING +CONFIG_RTW_LOG_LEVEL = 6 #Consti10 3==DRV_WARNING ######################## Wake On Lan ########################## CONFIG_WOWLAN = n CONFIG_WAKEUP_TYPE = 0x7 #bit2: deauth, bit1: unicast, bit0: magic pkt.