Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix building bpi-r4 and ax3600
Browse files Browse the repository at this point in the history
danpawlik committed Jul 24, 2024
1 parent 573810f commit 9bea7ad
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ax3600.yaml
Original file line number Diff line number Diff line change
@@ -28,7 +28,7 @@ jobs:
sudo apt install -y \
build-essential clang flex bison g++ gawk \
gcc-multilib g++-multilib gettext git libncurses5-dev libssl-dev \
python3-setuptools rsync swig unzip zlib1g-dev file wget curl
python3-setuptools rsync swig unzip zlib1g-dev file wget curl zstd
sudo apt full-upgrade -y
- name: Checkout remote repository
8 changes: 8 additions & 0 deletions configs/common/nss
Original file line number Diff line number Diff line change
@@ -28,3 +28,11 @@ CONFIG_ATH11K_THERMAL=n
# Prevent opkg from adding custom feeds to /etc/opkg/distfeeds.conf
CONFIG_FEED_nss=n
CONFIG_FEED_sqm_scripts_nss=n

# Disable default packages
CONFIG_PACKAGE_kmod-phy-aquantia=n
CONFIG_PACKAGE_kmod-usb-core=n
CONFIG_PACKAGE_kmod-usb-dwc3=n
CONFIG_PACKAGE_kmod-usb-dwc3-qcom=n
CONFIG_PACKAGE_kmod-usb-xhci-hcd=n
CONFIG_PACKAGE_kmod-usb3=n

0 comments on commit 9bea7ad

Please sign in to comment.