mirror of
https://github.com/Dichgrem/luci-app-nyn.git
synced 2026-02-05 03:01:56 -05:00
chore:misc
This commit is contained in:
18
README.md
18
README.md
@@ -1,13 +1,11 @@
|
||||
# luci-app-nyn
|
||||
# luci-app-zzz
|
||||
|
||||
**luci-app-nyn** is a Front-end interface in openwrt for nyn - the modern 802.1x standard authentication client.
|
||||
**luci-app-zzz** is a Front-end interface in openwrt for zzz - the modern 802.1x standard authentication client.
|
||||
|
||||
<p align="center">
|
||||
<img src="https://github.com/Dichgrem/luci-app-nyn/blob/main/screenshot.png" width="400">
|
||||
<img src="https://github.com/Dichgrem/luci-app-zzz/blob/main/screenshot.png" width="400">
|
||||
</p>
|
||||
|
||||
> Attention ! The nyn project is archived and it is recommended to use the c language version of zzz instead of it ! In order to commemorate nyn, the name of this project is not modified.
|
||||
|
||||
## How to use
|
||||
|
||||
- Step 0: Make sure you have an ``openwrt router``, ``download the ipk`` in Releases in this project, and ``upload and install`` it in the system-package of the Luci background.
|
||||
@@ -22,11 +20,11 @@
|
||||
- First clone this repository to the package directory of the openwrt you want to compile:
|
||||
|
||||
```
|
||||
cd ./package
|
||||
git clone https://github.com/Dichgrem/luci-app-nyn.git
|
||||
cp -r ./luci-app-nyn/luci-app-zzz ./
|
||||
cp -r ./luci-app-nyn/zzz ./
|
||||
rm -rf ./luci-app-nyn
|
||||
## Add feed
|
||||
echo "src-git zzz https://github.com/Dichgrem/luci-app-zzz.git" >> feeds.conf.default
|
||||
## Update and install feed
|
||||
./scripts/feeds update
|
||||
./scripts/feeds install luci-app-zzz zzz
|
||||
```
|
||||
- Then select ``Network->zzz`` and ``LuCI->Applications->luci-app-zzz`` in make menuconfig and change them to "M" state;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user