diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2011-10-31 03:51:48 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2011-10-31 03:51:48 +0000 |
commit | aa78b05204041e3d697368233354eb227dd10c4f (patch) | |
tree | 8c93451b42bc8c14de179bb01d71d0c435805b8f /contrib/package | |
parent | 740ef9794d03850348a786ff361c9811440ebe69 (diff) |
contrib/package: add package definition for luci-pbx
Diffstat (limited to 'contrib/package')
-rw-r--r-- | contrib/package/luci/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/package/luci/Makefile b/contrib/package/luci/Makefile index 2a15d5d71..bb889136a 100644 --- a/contrib/package/luci/Makefile +++ b/contrib/package/luci/Makefile @@ -431,6 +431,8 @@ $(eval $(call application,ahcp,LuCI Support for AHCPd,\ $(eval $(call application,wshaper,LuCI Support for wshaper,\ +PACKAGE_luci-app-wshaper:wshaper)) +$(eval $(call application,pbx,LuCI PBX Administration)) + $(eval $(call application,lqtapifoss,Lantiq voip)) ### Server Gateway Interfaces ### |