diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2011-06-10 16:47:25 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2011-06-10 16:47:25 +0000 |
commit | c76c01ea663acf0050cbccfad3fa486bc1cdb878 (patch) | |
tree | 989362a0e70af03f49031f5d1dce68e27346bb41 /contrib/package | |
parent | 2dd1080cd670da260a36dbcc1d83ecedc8d9a332 (diff) |
contrib/package: add Makefile entry for luci-app-ahcp
Diffstat (limited to 'contrib/package')
-rw-r--r-- | contrib/package/luci/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/contrib/package/luci/Makefile b/contrib/package/luci/Makefile index fcfe69566..8f2f909c3 100644 --- a/contrib/package/luci/Makefile +++ b/contrib/package/luci/Makefile @@ -400,6 +400,9 @@ $(eval $(call application,vnstat,LuCI Support for VnStat,\ $(eval $(call application,radvd,LuCI Support for Radvd,\ +luci-mod-admin-full +PACKAGE_luci-app-radvd:radvd)) +$(eval $(call application,ahcp,LuCI Support for AHCPd,\ + +luci-mod-admin-full +PACKAGE_luci-app-ahcp:ahcpd)) + $(eval $(call application,lqtapifoss,Lantiq voip)) ### Server Gateway Interfaces ### |