Skip to content

Commit

Permalink
feat(config): add wireguard
Browse files Browse the repository at this point in the history
  • Loading branch information
phyng committed Jun 7, 2024
1 parent 40cac64 commit 44655c4
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Delete-Old-Workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: Delete Old Workflows

on:
workflow_dispatch:
schedule:
- cron: 0 3 * * *
# schedule:
# - cron: 0 3 * * *

jobs:
Cleaning:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Build

on:
push:
# push:
workflow_dispatch:
inputs:
upload_release:
Expand Down
6 changes: 6 additions & 0 deletions configs/ipq60xx-6.6-wifi(emmc).config
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,10 @@ CONFIG_PACKAGE_kmod-ifb=y
CONFIG_PACKAGE_kmod-inet-diag=y
CONFIG_PACKAGE_kmod-ip6-tunnel=y
CONFIG_PACKAGE_kmod-ip6tables=y
CONFIG_PACKAGE_kmod-ipt-conntrack-extra=m
CONFIG_PACKAGE_kmod-ipt-iprange=y
CONFIG_PACKAGE_kmod-ipt-ipset=y
CONFIG_PACKAGE_kmod-ipt-socket=y
CONFIG_PACKAGE_kmod-iptunnel=y
CONFIG_PACKAGE_kmod-iptunnel4=y
CONFIG_PACKAGE_kmod-iptunnel6=y
Expand Down Expand Up @@ -132,6 +136,7 @@ CONFIG_PACKAGE_kmod-usb-uhci=y
CONFIG_PACKAGE_kmod-usb2=y
CONFIG_PACKAGE_kmod-usb2-pci=y
CONFIG_PACKAGE_kmod-zram=y
CONFIG_PACKAGE_kmod-wireguard=y
CONFIG_PACKAGE_libatomic=y
CONFIG_PACKAGE_libcap=y
CONFIG_PACKAGE_libcap-ng=y
Expand Down Expand Up @@ -180,6 +185,7 @@ CONFIG_PACKAGE_luci-proto-ppp=y
CONFIG_PACKAGE_luci-theme-argon=y
CONFIG_PACKAGE_luci-theme-bootstrap=y
CONFIG_PACKAGE_miniupnpd-iptables=y
CONFIG_PACKAGE_luci-proto-wireguard=y
# CONFIG_PACKAGE_nftables-json is not set
CONFIG_PACKAGE_nss-firmware-ipq6018=y
CONFIG_PACKAGE_rpcd=y
Expand Down

0 comments on commit 44655c4

Please sign in to comment.