mirror of
https://github.com/openwrt/luci
synced 2025-01-09 12:37:57 +08:00
Modified dependencies
Module luci-base - libubus-lua not needed Module luci-mod-admin - libubus-lua needed Collection luci - luci-lib-nixio not needed, already in luci-base Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
This commit is contained in:
parent
9a81d8ff32
commit
42757cb549
@ -12,7 +12,7 @@ LUCI_BASENAME:=luci
|
||||
LUCI_TITLE:=Standard OpenWrt set including full admin with ppp support and the default Bootstrap theme
|
||||
LUCI_DEPENDS:= \
|
||||
+uhttpd +uhttpd-mod-ubus +luci-mod-admin-full +luci-theme-bootstrap \
|
||||
+luci-app-firewall +luci-proto-ppp +libiwinfo-lua +luci-lib-nixio
|
||||
+luci-app-firewall +luci-proto-ppp +libiwinfo-lua
|
||||
|
||||
include ../../luci.mk
|
||||
|
||||
|
@ -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
|
||||
|
@ -7,7 +7,7 @@
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
LUCI_TITLE:=LuCI Administration - full-featured for full control
|
||||
LUCI_DEPENDS:=+luci-base
|
||||
LUCI_DEPENDS:=+luci-base +libubus-lua
|
||||
|
||||
PKG_BUILD_DEPENDS:=iwinfo
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user