diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2015-05-20 20:26:59 +0200 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2015-05-20 20:26:59 +0200 |
commit | ec48d2d01f732ea31f8972d1c24919972cd2a6fd (patch) | |
tree | fcd9cd04898e6aed4ac8e9732aac4eadc48e813f /applications/luci-app-fwknopd/Makefile | |
parent | f67d39e69a296fe8250ac73f80f0771ccb6dcc59 (diff) | |
parent | 4ccb221f6d3455abb66e93aafdd5b6ea65859a70 (diff) |
Merge pull request #385 from oneru/fwknop-qr
luci-app-fwknopd: Add qr code support
Diffstat (limited to 'applications/luci-app-fwknopd/Makefile')
-rw-r--r-- | applications/luci-app-fwknopd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/luci-app-fwknopd/Makefile b/applications/luci-app-fwknopd/Makefile index a24b56285e..3fbd88ad61 100644 --- a/applications/luci-app-fwknopd/Makefile +++ b/applications/luci-app-fwknopd/Makefile @@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk LUCI_TITLE:=Fwknopd config - web config for the firewall knock daemon -LUCI_DEPENDS:=+fwknopd +LUCI_DEPENDS:=+fwknopd +qrencode PKG_VERSION:=1.0 PKG_RELEASE:=1 PKG_LICENSE:=GPLv2 |