projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7d39644
)
6relayd: prevent build on AVR32
author
Florian Fainelli
<florian@openwrt.org>
Thu, 27 Jun 2013 15:33:05 +0000
(15:33 +0000)
committer
Florian Fainelli
<florian@openwrt.org>
Thu, 27 Jun 2013 15:33:05 +0000
(15:33 +0000)
AVR32 misses a bunch of updated syscalls, including timerfd_create()
which is used by 6relayd. Since that requires Linux/libc changes, just
prevent building it for now.
Signed-off-by: Florian Fainelli <florian@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37040
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/network/ipv6/6relayd/Makefile
patch
|
blob
|
history
diff --git
a/package/network/ipv6/6relayd/Makefile
b/package/network/ipv6/6relayd/Makefile
index
bd1580b
..
f04a96d
100644
(file)
--- a/
package/network/ipv6/6relayd/Makefile
+++ b/
package/network/ipv6/6relayd/Makefile
@@
-26,7
+26,7
@@
define Package/6relayd
SECTION:=net
CATEGORY:=Network
TITLE:=DHCPv6(-PD)/RA Server & Relay
- DEPENDS:=+kmod-ipv6
+ DEPENDS:=+kmod-ipv6
@!TARGET_avr32
endef
define Package/6relayd/description