You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
593 B
593 B
OpenWRT feeds for my Raspberry PI
Prerequisites
- Install the OpenWRT SDK
Build process
cat >> feeds.conf.default <<EOF
src-git custom git@github.com:nmasse-itix/openwrt-feeds.git
EOF
./scripts/feeds update -a
./scripts/feeds install nginx-tls
make menuconfig
make package/feeds/custom/nginx-tls/download
make package/feeds/custom/nginx-tls/prepare
make package/feeds/custom/nginx-tls/compile
make package/index
For the rest, see Nginx with TLS on OpenWRT.