projects
/
openwrt
/
staging
/
hauke.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3c8827f
)
firewall: add CONFIG_IPV6 to PKG_CONFIG_DEPENDS to fix a rebuild error
author
Felix Fietkau
<nbd@openwrt.org>
Mon, 18 Jan 2016 13:21:37 +0000
(13:21 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Mon, 18 Jan 2016 13:21:37 +0000
(13:21 +0000)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48315
package/network/config/firewall/Makefile
patch
|
blob
|
history
diff --git
a/package/network/config/firewall/Makefile
b/package/network/config/firewall/Makefile
index e1668a9ca95e26ccce18b3ef2379ba4faed78025..d781f5f5827fa8a4f21db9a940c4b19d38194297 100644
(file)
--- a/
package/network/config/firewall/Makefile
+++ b/
package/network/config/firewall/Makefile
@@
-19,6
+19,7
@@
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
PKG_MAINTAINER:=Jo-Philipp Wich <jow@openwrt.org>
PKG_LICENSE:=ISC
+PKG_CONFIG_DEPENDS := CONFIG_IPV6
include $(INCLUDE_DIR)/package.mk
include $(INCLUDE_DIR)/cmake.mk