amld luci integration Code
LuCI web interface integration for amld
Status: Beta
Brought to you by:
nierrasevada
File | Date | Author | Commit |
---|---|---|---|
luasrc | 2013-11-06 |
![]() |
[26b879] Initial commit |
root | 2013-11-06 |
![]() |
[26b879] Initial commit |
Makefile | 2013-11-06 |
![]() |
[26b879] Initial commit |
README | 2013-11-06 |
![]() |
[11dfa4] Intial commit |
-To use this interface to amld, you must place this folder (luci-amld) into your openwrt/feeds/luci/applications folder. -You MUST also add the following line to your /openwrt/feeds/luci/contrib/package/luci/Makefile $(eval $(call application,amld,amld vpn daemon,\ +PACKAGE_luci-app-amld:amld)) -After this has been completed, call make menuconfig from your openwrt folder. Here, you must include <*> the following packages in your OpenWRT build for everything to work. kernel modules -> Network Support -> kmod-tun LuCI -> collections -> luci-ssl LuCI -> applications -> luci-app-amld Utilities -> amld (This must have been added from a seperate project) -Call make V=99 to compile OpenWRT with the selected packages installed.