-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Welcome to the OH3C wiki!
The repostitory is about the H3C 802.1x Client for OpenWrt in SYSU East Campus. The wiki consists of two parts:
- How to fast install the OH3C package.
- How to build your own OH3C and python-mini-oh3c-md5. And here we go!
1. Fast install
Two installation methods available:
-
(Recommend) Download the compiled package we provided and install. You can
dpkg install python
ordpkg install python-mini
to get Python package online. To save the memory, you can trypython-mini-oh3c-md5
, which cuts off some useless Python modules. We provideoh3c_2016_11_12.ipk
andpython-mini-oh3c-md5_2.6.4-4_ramips.ipk
(ramips only). Copy them to your machine and easy install withdpkg install foo.ipk
. -
Directly copy files in master branch to the
/usr
.
2. Build your own
OH3C_make.zip
includes build settings for OH3C and python-mini-oh3c-md5. You can compile the packages on the OpenWrt.
- Unpack
/python
into thefeeds/pakages/lang
. -
make menuconfig
into the config menu, selectlang->python
. Chooseoh3c
,python-mini
orpython-mini-oh3c-m5d
package according to what you need. -
make V=99
, it would takes a while.
Feel free to share your compiled packages!