Browse Source

haserl: force rebuild when config changes

Signed-off-by: Nicolas Thill <nico@openwrt.org>
Nicolas Thill 10 years ago
parent
commit
c9178e9479
1 changed files with 5 additions and 0 deletions
  1. 5
    0
      utils/haserl/Makefile

+ 5
- 0
utils/haserl/Makefile View File

@@ -17,6 +17,11 @@ PKG_MD5SUM:=a9decddb508944d56f71dd2f821e2ec5
17 17
 PKG_MAINTAINER:=Maxim Storchak <m.storchak@gmail.com>
18 18
 PKG_LICENSE:=GPL-2.0
19 19
 
20
+PKG_CONFIG_DEPENDS:= \
21
+	CONFIG_HASERL_with_lua \
22
+	CONFIG_HASERL_shell_luac \
23
+	CONFIG_HASERL_shell_lua \
24
+
20 25
 include $(INCLUDE_DIR)/package.mk
21 26
 
22 27
 define Package/haserl