Import patch iproute2.111

(Logical change 1.113)
parent 52d76368
...@@ -25,20 +25,3 @@ else ...@@ -25,20 +25,3 @@ else
echo no echo no
fi fi
rm -f /tmp/atmtest.c /tmp/atmtest rm -f /tmp/atmtest.c /tmp/atmtest
# hacks for now
echo "TC actions"
if [ -e "tc/m_gact.c" ]
then
echo " GACT found"
echo "TC_CONFIG_ACTION_GACT=y" >>Config
echo "TC_CONFIG_ACTION_PROB=y" >>Config
fi
if [ -e "tc/m_mirred.c" ]
then
echo " MIRRED found"
echo "TC_CONFIG_ACTION_MIRRED=y" >>Config
fi
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment