Skip to content

Commit

Permalink
Workaround for removed kmods repo in OpenWRT 21.02.
Browse files Browse the repository at this point in the history
  • Loading branch information
kareem-wolfssl committed Jun 21, 2023
1 parent 3b3c175 commit 9f24217
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Docker/OpenWrt/runTests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ runCMD() { # usage: runCMD "<command>" "<retVal>"

# Successful tests
runCMD "ldd /lib/libustream-ssl.so" 0
# Temporary workaround: comment out missing kmods repo line for 21.02 specifically.
# Remove after fixed upstream.
runCMD "sed '\/src\/gz openwrt_kmods https:\/\/downloads.openwrt.org\/releases\/21.02-SNAPSHOT\/targets\/x86\/64\/kmods\/5.4.238-1-5a722da41bc36de95a7195be6fce1b45/s//#&/' -i /etc/opkg/distfeeds.conf" 0
runCMD "opkg update" 0
runCMD "uclient-fetch -O /dev/null 'https://letsencrypt.org'" 0
# Negative tests
Expand Down

0 comments on commit 9f24217

Please sign in to comment.