busybox/networking
Paulius Zaleckas be2a557918 vconfig: remove /proc/net/vlan/config check
In original implementation /proc/net/vlan/config check only prints warning
and does not exit. Busybox version exits if this file is not found and this
prevents kernel module autoloading to work.
I think it is safe to remove this check since ioctl() call will fail
(with proper
error code) anyway if 802.1q module is not loaded (or autoloading is off).

Signed-off-by: Paulius Zaleckas <paulius.zaleckas@gmail.com>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
2011-12-16 01:42:55 +01:00
..
2011-07-08 05:47:49 +02:00
2011-02-03 00:05:48 +01:00
2011-06-10 05:17:59 +02:00
2011-12-15 12:39:25 +01:00
2011-12-06 18:59:55 +01:00
2010-11-28 23:01:18 +01:00
2011-10-19 22:31:01 +02:00
2010-10-29 11:46:52 +02:00
2011-07-25 16:35:44 +02:00
2011-07-08 08:49:40 +02:00
2011-10-06 17:19:09 +02:00
2011-09-21 01:59:15 +02:00