Skip to content

Commit

Permalink
2023-11-16 04:11:32
Browse files Browse the repository at this point in the history
  • Loading branch information
nihome committed Nov 15, 2023
1 parent 0cd55c2 commit 55ac21c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/netgear_wndr4700_21.02.3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,10 @@ jobs:
- name: Check space usage
if: (!cancelled())
run: df -hT
run: |
df -hT
ls -l openwrt/bin/targets/apm821xx/nand/
du openwrt/bin/packages/powerpc_464fp/
- name: Upload bin directory
uses: actions/upload-artifact@v3
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/netgear_wndr4700_23.05.0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,10 @@ jobs:
- name: Check space usage
if: (!cancelled())
run: df -hT
run: |
df -hT
ls -l openwrt/bin/targets/apm821xx/nand/
du openwrt/bin/packages/powerpc_464fp/
- name: Upload bin directory
uses: actions/upload-artifact@v3
Expand Down
2 changes: 1 addition & 1 deletion conf/netgear_wndr4700-v23.05.0.config
Original file line number Diff line number Diff line change
Expand Up @@ -2590,7 +2590,7 @@ CONFIG_PACKAGE_kmod-openvswitch=m
CONFIG_PACKAGE_kmod-openvswitch-geneve=m
CONFIG_PACKAGE_kmod-openvswitch-gre=m
CONFIG_PACKAGE_kmod-openvswitch-vxlan=m
CONFIG_PACKAGE_kmod-ovpn-dco=m
# CONFIG_PACKAGE_kmod-ovpn-dco is not set
CONFIG_PACKAGE_kmod-pf-ring=m
CONFIG_PACKAGE_kmod-pktgen=m
CONFIG_PACKAGE_kmod-ppp=y
Expand Down

0 comments on commit 55ac21c

Please sign in to comment.