commit
c5477f717d
3 changed files with 3 additions and 3 deletions
|
@ -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 a new issue