lua-platform-info: fix lua dependency

This commit is contained in:
Matthias Schiffer 2014-07-11 15:38:19 +02:00
parent f0681fdc0a
commit a647f1d7d5
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ define Package/lua-platform-info
SECTION:=luci
CATEGORY:=LuCi
TITLE:=Lua hardware platform information library
DEPENDS:=lua @TARGET_ar71xx_generic
DEPENDS:=+lua @TARGET_ar71xx_generic
endef
define Package/lua-platform-info/description