diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2015-01-10 22:39:41 +0100 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2015-01-10 22:39:41 +0100 |
commit | c5477f717dd50a9a2c87fa7f0cc0cbc03a2047cc (patch) | |
tree | e262665da3322c618957cacd7e0d08b5776514bf /modules/luci-base | |
parent | 9a81d8ff32bcb023d4d6e9f8955d978cfb76455c (diff) | |
parent | 42757cb5495271833c17369549d701bee12d4c36 (diff) |
Merge pull request #288 from chris5560/master
Modified dependencies
Diffstat (limited to 'modules/luci-base')
-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 395e7c753c..15aababbb7 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 +libubus-lua +luci-lib-nixio +LUCI_DEPENDS:=+lua +libuci-lua +luci-lib-nixio PKG_SOURCE:=LuaSrcDiet-0.12.1.tar.bz2 PKG_SOURCE_URL:=https://luasrcdiet.googlecode.com/files |