Menu

Tree [67cf75] master /
 History

HTTPS access


File Date Author Commit
 luasrc 2013-11-06 Michael Ryan Michael Ryan [26b879] Initial commit
 root 2013-11-06 Michael Ryan Michael Ryan [26b879] Initial commit
 Makefile 2013-11-06 Michael Ryan Michael Ryan [26b879] Initial commit
 README 2013-11-06 Michael Ryan Michael Ryan [11dfa4] Intial commit

Read Me

-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.