Move modem packages to common config file; add community config file

This commit is contained in:
Daniel Pawlik
2024-09-18 16:51:14 +02:00
parent 1e6c28562b
commit bc3404eef4
3 changed files with 26 additions and 26 deletions

View File

@@ -64,32 +64,8 @@ jobs:
curl -SL https://raw.githubusercontent.com/danpawlik/openwrt-builder/master/configs/mediatek/mt7988a/bpi-r4 > .config
curl -SL https://raw.githubusercontent.com/danpawlik/openwrt-builder/master/configs/common/luci >> .config
curl -SL https://raw.githubusercontent.com/danpawlik/openwrt-builder/master/configs/common/snapshot-short >> .config
# add packages from other users. Temporary
- name: Add packages
run: |
echo "CONFIG_PACKAGE_tailscale=y" >> .config
echo "CONFIG_PACKAGE_fail2ban=y" >> .config
echo "CONFIG_PACKAGE_modemmanager=y" >> .config
echo "CONFIG_PACKAGE_kmod-mhi-net=y" >> .config
echo "CONFIG_PACKAGE_kmod-mhi-wwan-ctrl=y" >> .config
echo "CONFIG_PACKAGE_kmod-usb-net-qmi-wwan=y" >> .config
echo "CONFIG_PACKAGE_kmod-usb-acm=y" >> .config
echo "CONFIG_PACKAGE_kmod-usb-dwc3=y" >> .config
echo "CONFIG_PACKAGE_kmod-usb-net-rndis=y" >> .config
echo "CONFIG_PACKAGE_kmod-usb-cdns3=y" >> .config
echo "CONFIG_PACKAGE_kmod-mhi-wwan-mbim=y" >> .config
echo "CONFIG_PACKAGE_kmod-usb-serial-qualcomm=y" >> .config
echo "CONFIG_PACKAGE_kmod-usb-serial-option=y" >> .config
echo "CONFIG_PACKAGE_kmod-usb-serial-wwan=y" >> .config
echo "CONFIG_PACKAGE_kmod-mtk-t7xx=y" >> .config
echo "CONFIG_PACKAGE_kmod-usb-net-cdc-eem=y" >> .config
echo "CONFIG_PACKAGE_luci-proto-modemmanager=y" >> .config
echo "CONFIG_PACKAGE_usb-modeswitch=y" >> .config
echo "CONFIG_PACKAGE_kmod-wireguard=y" >> .config
echo "CONFIG_PACKAGE_wireguard-tools=y" >> .config
echo "CONFIG_PACKAGE_luci-proto-wireguard=y" >> .config
echo "CONFIG_PACKAGE_qrencode=y" >> .config
curl -SL https://raw.githubusercontent.com/danpawlik/openwrt-builder/master/configs/common/lte-5g-modem >> .config
curl -SL https://raw.githubusercontent.com/danpawlik/openwrt-builder/master/configs/common/community >> .config
- name: Run defconfig
run: |