diff options
author | Nicolas Thill <nico@openwrt.org> | 2014-10-25 09:32:56 +0200 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2014-10-25 09:40:56 +0200 |
commit | c9178e9479ce5ab8e887f498190e4df6ee5289fe (patch) | |
tree | 7ce97d037274a7809ce8f082a93e9fcbb4193ad6 /utils/haserl | |
parent | 5274983da8b882d19fce9684d24b9c6975613b55 (diff) |
haserl: force rebuild when config changes
Signed-off-by: Nicolas Thill <nico@openwrt.org>
Diffstat (limited to 'utils/haserl')
-rw-r--r-- | utils/haserl/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/utils/haserl/Makefile b/utils/haserl/Makefile index 5f6ca650f..44a8f41e4 100644 --- a/utils/haserl/Makefile +++ b/utils/haserl/Makefile @@ -17,6 +17,11 @@ PKG_MD5SUM:=a9decddb508944d56f71dd2f821e2ec5 PKG_MAINTAINER:=Maxim Storchak <m.storchak@gmail.com> PKG_LICENSE:=GPL-2.0 +PKG_CONFIG_DEPENDS:= \ + CONFIG_HASERL_with_lua \ + CONFIG_HASERL_shell_luac \ + CONFIG_HASERL_shell_lua \ + include $(INCLUDE_DIR)/package.mk define Package/haserl |