diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2015-01-09 13:19:28 +0100 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2015-01-09 13:19:28 +0100 |
commit | f4fb5871255701a0e635a1fc1d7fa6d653cde3d7 (patch) | |
tree | c1e3c14209c3a51f408ea737e4f8bf438099f458 /libs/luci-lib-px5g/Makefile | |
parent | 3c6d03ddee6ba4a536b687b17aa5a41f1f2d1575 (diff) |
luci-lib-px5g: add missing src Makefile and fix depends
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
Diffstat (limited to 'libs/luci-lib-px5g/Makefile')
-rw-r--r-- | libs/luci-lib-px5g/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/luci-lib-px5g/Makefile b/libs/luci-lib-px5g/Makefile index 906a1052e..ee07ba0f5 100644 --- a/libs/luci-lib-px5g/Makefile +++ b/libs/luci-lib-px5g/Makefile @@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk LUCI_TITLE:=RSA/X.509 Key Generator (required for LuCId SSL support) -LUCI_DEPENDS:=+luci-lib-nixio +LUCI_DEPENDS:=+liblua include ../../luci.mk |