Last active
August 17, 2018 19:18
-
-
Save thirtythreeforty/09b92c5a3a6811841932eeecbf0dd6df to your computer and use it in GitHub Desktop.
OpenWRT imagebuilder commands for my customized firmware
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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