Skip to content
/ icc Public

ICC is Internet Connection Checker via Ping. for OpenWrt

License

Notifications You must be signed in to change notification settings

Gharib24/icc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

luci-app-icc & icc

Description

Internet Connection Checker for OpenWrt

Build From Source

$\color{red}{\textsf{1.}}$ Download Openwrt Source Code to build the package.

git clone https://github.com/openwrt/openwrt
cd openwrt

$\color{red}{\textsf{2.}}$ Feed Configuration

echo "src-git icc_package https://github.com/Gharib24/icc" >> feeds.conf.default

./scripts/feeds update -a
./scripts/feeds install -a

$\color{red}{\textsf{3.}}$ Choose to build luci-app-icc as a module or built-in module

make menuconfig

...

LuCI  --->
    Applications  --->
        <M> luci-app-icc

...

$\color{red}{\textsf{4.}}$ Build packages

make package/feeds/icc_package/luci-app-icc/compile V=s

Screenshot

View: Services/icc

screenshot

screenshot

About

ICC is Internet Connection Checker via Ping. for OpenWrt

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages