summaryrefslogtreecommitdiffstats
path: root/net/Makefile
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2014-02-28 08:39:27 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2014-03-07 07:41:36 +0100
commita162dfe50345d3461010759f8a0e79f7e388c140 (patch)
treed39aa64b4835fbf3af9a7466c3ec21839c841b24 /net/Makefile
parent72dfc499c8ae272614d5b572b86b776e70778bbd (diff)
downloadbarebox-a162dfe50345d3461010759f8a0e79f7e388c140.tar.gz
barebox-a162dfe50345d3461010759f8a0e79f7e388c140.tar.xz
net: Add ifup support
The defaultenv-2 has ifup support as a shell script. This patch replaces it with a command which is more robust, can be called from C and now can also bring up all configured interfaces. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'net/Makefile')
-rw-r--r--net/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile
index 416e30ac35..fabb17e4a8 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -5,3 +5,4 @@ obj-$(CONFIG_NET_NFS) += nfs.o
obj-$(CONFIG_NET_PING) += ping.o
obj-$(CONFIG_NET_RESOLV)+= dns.o
obj-$(CONFIG_NET_NETCONSOLE) += netconsole.o
+obj-$(CONFIG_NET_IFUP) += ifup.o