diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2015-01-22 15:08:09 +0100 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2015-01-22 15:08:09 +0100 |
commit | 0e90bf98dfd25f47c21534949eafa0e6d4fea979 (patch) | |
tree | 0ab5804618a2e2badec6caa6bcad1a92fee5582e /modules/luci-base/Makefile | |
parent | 8cf1b1374d7378dd8155ead3883aeff7da6c292a (diff) |
luci-base: depend on luci-lib-ip and remove ip.lua
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
Diffstat (limited to 'modules/luci-base/Makefile')
-rw-r--r-- | modules/luci-base/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/luci-base/Makefile b/modules/luci-base/Makefile index 8337fea711..80bbda107a 100644 --- a/modules/luci-base/Makefile +++ b/modules/luci-base/Makefile @@ -12,7 +12,7 @@ LUCI_TYPE:=mod LUCI_BASENAME:=base LUCI_TITLE:=LuCI core libraries -LUCI_DEPENDS:=+lua +libuci-lua +luci-lib-nixio +rpcd +LUCI_DEPENDS:=+lua +libuci-lua +luci-lib-nixio +luci-lib-ip +rpcd PKG_SOURCE:=LuaSrcDiet-0.12.1.tar.bz2 PKG_SOURCE_URL:=https://luasrcdiet.googlecode.com/files |