Skip to content

Commit c503c57

Browse files
author
Dengfeng Liu
authored
Update README.md
1 parent 3e89cb0 commit c503c57

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

README.md

+10-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
[4]: https://github.com/liudf0716/apfree_wifidog/pulls
1616
[5]: https://img.shields.io/badge/Issues-welcome-brightgreen.svg?style=plastic
1717
[6]: https://github.com/liudf0716/apfree_wifidog/issues/new
18-
[7]: https://img.shields.io/badge/release-3.10.1696-red.svg?style=plastic
18+
[7]: https://img.shields.io/badge/release-3.11.1716-red.svg?style=plastic
1919
[8]: https://github.com/liudf0716/apfree_wifidog/releases
2020
[11]: https://img.shields.io/badge/Platform-%20OpenWRT%7C%20LEDE%20-brightgreen.svg?style=plastic
2121
[12]: https://github.com/KunTengRom/kunteng-lede-17.01.4
@@ -55,7 +55,15 @@ u don't need to modify your wifidog authentication server to adapt apfree-wifido
5555

5656
## How to added apfree-wifidog into Openwrt package
5757

58-
Please go to [package_apfree_wifidog](https://github.com/KunTengRom/package_apfree_wifidog)
58+
```
59+
cd your_openwrt_sdk_dir
60+
mkdir -p packages/net/apfree-wifidog
61+
cp -r apfree_wifidog_openwrt/* packages/net/apfree-wifidog
62+
make menuconfig
63+
select apfree-wifidog
64+
```
65+
66+
Please go to [package_apfree_wifidog]()https://github.com/KunTengRom/package_apfree_wifidog
5967

6068

6169
--------

0 commit comments

Comments
 (0)