ucitrigger depends on lua
authorFelix Fietkau <nbd@openwrt.org>
Sat, 11 Jul 2009 00:02:38 +0000 (00:02 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Sat, 11 Jul 2009 00:02:38 +0000 (00:02 +0000)
SVN-Revision: 16768

package/uci/Makefile

index f2f320b16334680c04727360d175e2a5b188328e..e5e5231a554823077678b2bf2a190df214fe952c 100644 (file)
@@ -39,7 +39,7 @@ endef
 define Package/ucitrigger
   SECTION:=base
   CATEGORY:=Base system
-  DEPENDS:=+libuci-lua
+  DEPENDS:=+libuci-lua +lua
   TITLE:=Automatic triggers for applying system config changes
 endef