Browse Source

Create README.md

master
Nicolas Massé 6 years ago
committed by GitHub
parent
commit
a7b1e5f396
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 22
      README.md

22
README.md

@ -0,0 +1,22 @@
# OpenWRT feeds for my Raspberry PI
## Prerequisites
* Install the [OpenWRT SDK](https://openwrt.org/docs/guide-developer/using_the_sdk)
## Build process
```sh
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](https://www.itix.fr/blog/nginx-with-tls-on-openwrt/).
Loading…
Cancel
Save