https://github.com/muink/openwrt-php-nginx
https://github.com/muink/openwrt-php-nginx
nginx openwrt openwrt-package php
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/muink/openwrt-php-nginx
- Owner: muink
- License: mit
- Created: 2023-04-24T11:02:28.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-12-19T03:34:24.000Z (over 1 year ago)
- Last Synced: 2025-04-02T03:08:15.441Z (about 1 year ago)
- Topics: nginx, openwrt, openwrt-package, php
- Language: Makefile
- Homepage:
- Size: 6.84 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
openwrt-php-nginx
=================
## Releases
You can find the prebuilt-ipks [here](https://fantastic-packages.github.io/packages/)
## Build
```shell
# Take the x86_64 platform as an example
tar xjf openwrt-sdk-21.02.3-x86-64_gcc-8.4.0_musl.Linux-x86_64.tar.xz
# Go to the SDK root dir
cd OpenWrt-sdk-*-x86_64_*
# First run to generate a .config file
make menuconfig
./scripts/feeds update -a
./scripts/feeds install -a
# Get Makefile
git clone --depth 1 --branch master --single-branch --no-checkout https://github.com/muink/openwrt-php-nginx.git package/php-nginx
pushd package/php-nginx
umask 022
git checkout
popd
# Select the package Network -> php-nginx
make menuconfig
# Start compiling
make package/php-nginx/compile V=99
```
## License
- This project is licensed under the MIT license