diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2009-08-09 15:02:43 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2009-08-09 15:02:43 +0000 |
commit | 1e4efd1355defe008bd29a2473b6b541e3e9c07b (patch) | |
tree | 304664c81ac35af172b831067e2aae837cf96f18 | |
parent | 2a9a87e89172c147c1dc222f67221f825755e9aa (diff) |
contrib: make luci-sys depend on luci-iwinfo
-rw-r--r-- | contrib/package/luci/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/package/luci/Makefile b/contrib/package/luci/Makefile index b5b6c6281..1d0031496 100644 --- a/contrib/package/luci/Makefile +++ b/contrib/package/luci/Makefile @@ -313,6 +313,7 @@ endef define Package/luci-sys $(call Package/luci/libtemplate) TITLE:=LuCI Linux/POSIX system library + DEPENDS:=+luci-iwinfo endef define Package/luci-sys/install |