diff options
| author | Robin H. Johnson <robbat2@gentoo.org> | 2012-05-03 13:33:31 -0700 | 
|---|---|---|
| committer | Robin H. Johnson <robbat2@gentoo.org> | 2012-05-03 13:34:10 -0700 | 
| commit | b5917a817c697fa284462319357f5fac45c462f0 (patch) | |
| tree | c2dffecfacabdb3fe3ad172c36f1c5bf838fc421 /net | |
| parent | 9e196a71ad7f4e7a8ae51ab29e9b34c0af9a2595 (diff) | |
| download | openrc-b5917a817c697fa284462319357f5fac45c462f0.tar.xz | |
net: Be sure to install the ip6rd module.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
Diffstat (limited to 'net')
| -rw-r--r-- | net/Makefile | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/net/Makefile b/net/Makefile index c2f37474..660b1fa5 100644 --- a/net/Makefile +++ b/net/Makefile @@ -13,7 +13,7 @@ SRCS-Linux=	iwconfig.sh.in  INC-Linux=	adsl.sh apipa.sh arping.sh bonding.sh br2684ctl.sh bridge.sh \  		ccwgroup.sh clip.sh ethtool.sh iproute2.sh ifplugd.sh ip6to4.sh \  		ipppd.sh iwconfig.sh netplugd.sh pppd.sh pump.sh tuntap.sh udhcpc.sh \ -		vlan.sh macvlan.sh +		vlan.sh macvlan.sh ip6rd.sh  SRCS-NetBSD=  INC-NetBSD=	ifwatchd.sh  | 
