Skip to content

Instantly share code, notes, and snippets.

@thirtythreeforty
Last active August 17, 2018 19:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thirtythreeforty/09b92c5a3a6811841932eeecbf0dd6df to your computer and use it in GitHub Desktop.
Save thirtythreeforty/09b92c5a3a6811841932eeecbf0dd6df to your computer and use it in GitHub Desktop.
OpenWRT imagebuilder commands for my customized firmware
# Tiny imagebuilder required as of OpenWRT 18.06. Sub tl-wr841-v9 as needed:
make image PROFILE='tl-wr841-v11' PACKAGES=' \
luci \
luci-app-ddns libustream-mbedtls \
luci-app-wireguard luci-proto-wireguard \
-luci-proto-ppp -ppp -ppp-mod-pppoe \
-opkg \
'
make image PROFILE='archer-c7-v2' PACKAGES=' \
luci \
luci-ssl-openssl \
luci-app-ddns libustream-openssl \
luci-app-sqm \
luci-app-wol \
luci-app-acme \
luci-app-wireguard luci-proto-wireguard \
iperf ip-full tcpdump \
-luci-proto-ppp -ppp -ppp-mod-pppoe \
'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment