mirror of
https://github.com/outbackdingo/openwrt-builder.git
synced 2026-01-27 18:19:53 +00:00
Move modem packages to common config file; add community config file
This commit is contained in:
28
.github/workflows/bpi-r4-BE14-janusz.yaml
vendored
28
.github/workflows/bpi-r4-BE14-janusz.yaml
vendored
@@ -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: |
|
||||
|
||||
8
configs/common/community
Normal file
8
configs/common/community
Normal file
@@ -0,0 +1,8 @@
|
||||
# additional package for community folks
|
||||
CONFIG_PACKAGE_kmod-wireguard=y
|
||||
CONFIG_PACKAGE_wireguard-tools=y
|
||||
CONFIG_PACKAGE_luci-proto-wireguard=y
|
||||
CONFIG_PACKAGE_qrencode=y
|
||||
|
||||
CONFIG_PACKAGE_tailscale=y
|
||||
CONFIG_PACKAGE_fail2ban=y
|
||||
16
configs/common/lte-5g-modem
Normal file
16
configs/common/lte-5g-modem
Normal file
@@ -0,0 +1,16 @@
|
||||
CONFIG_PACKAGE_modemmanager=y
|
||||
CONFIG_PACKAGE_kmod-mhi-net=y
|
||||
CONFIG_PACKAGE_kmod-mhi-wwan-ctrl=y
|
||||
CONFIG_PACKAGE_kmod-usb-net-qmi-wwan=y
|
||||
CONFIG_PACKAGE_kmod-usb-acm=y
|
||||
CONFIG_PACKAGE_kmod-usb-dwc3=y
|
||||
CONFIG_PACKAGE_kmod-usb-net-rndis=y
|
||||
CONFIG_PACKAGE_kmod-usb-cdns3=y
|
||||
CONFIG_PACKAGE_kmod-mhi-wwan-mbim=y
|
||||
CONFIG_PACKAGE_kmod-usb-serial-qualcomm=y
|
||||
CONFIG_PACKAGE_kmod-usb-serial-option=y
|
||||
CONFIG_PACKAGE_kmod-usb-serial-wwan=y
|
||||
CONFIG_PACKAGE_kmod-mtk-t7xx=y
|
||||
CONFIG_PACKAGE_kmod-usb-net-cdc-eem=y
|
||||
CONFIG_PACKAGE_luci-proto-modemmanager=y
|
||||
CONFIG_PACKAGE_usb-modeswitch=y
|
||||
Reference in New Issue
Block a user