Improve AX3600 build

This commit is contained in:
Daniel Pawlik
2024-07-25 09:06:53 +02:00
parent d1c2921353
commit cc1fd3122f
2 changed files with 14 additions and 0 deletions

View File

@@ -52,6 +52,8 @@ jobs:
curl -SL https://raw.githubusercontent.com/danpawlik/openwrt-builder/master/configs/qualcommax/ax3600 > .config
curl -SL https://raw.githubusercontent.com/danpawlik/openwrt-builder/master/configs/common/main-router >> .config
curl -SL https://raw.githubusercontent.com/danpawlik/openwrt-builder/master/configs/common/nss >> .config
sed -i '/CONFIG_ALL_KMODS=y/d' .config
sed -i '/CONFIG_ALL_NONSHARED=y/d' .config
make defconfig
# - name: Remove packages that are marked as modules
@@ -61,6 +63,7 @@ jobs:
- name: Download dependencies
run: make -j $(nproc) download
# If debugging and container is a root: export FORCE_UNSAFE_CONFIGURE=1
- name: Build the firmware image
run: make -j $(nproc) world

View File

@@ -36,3 +36,14 @@ 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
# From https://github.com/AgustinLorenzo/openwrt
CONFIG_PACKAGE_kmod-qca-nss-drv-eogremgr=y
CONFIG_PACKAGE_kmod-qca-nss-drv-gre=y
CONFIG_PACKAGE_kmod-qca-nss-drv-igs=y
CONFIG_PACKAGE_kmod-qca-nss-drv-lag-mgr=y
CONFIG_PACKAGE_kmod-qca-nss-drv-map-t=y
CONFIG_PACKAGE_kmod-qca-nss-drv-match=y
CONFIG_PACKAGE_kmod-qca-nss-drv-pppoe=y
CONFIG_PACKAGE_kmod-qca-nss-drv-pptp=y
CONFIG_PACKAGE_kmod-qca-nss-drv-qdisc=y