summaryrefslogtreecommitdiffstats
path: root/net/Makefile
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2010-06-02 15:54:22 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2010-06-17 08:28:25 +0200
commit663a6269f26c3310b1c56810dbddc50f9d9280af (patch)
tree23f38003d22a3efd74cbd48a60061889e3ea9834 /net/Makefile
parentc31ea55e928d312472940061b741cee992df389c (diff)
downloadbarebox-663a6269f26c3310b1c56810dbddc50f9d9280af.tar.gz
barebox-663a6269f26c3310b1c56810dbddc50f9d9280af.tar.xz
net: consider rarp support as outdated. Remove it
It is disabled in all defconfigs and probably broken for longer. Remove it. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'net/Makefile')
-rw-r--r--net/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/Makefile b/net/Makefile
index 0ffc8959c1..bba6f0e46d 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -2,6 +2,5 @@ obj-$(CONFIG_NET_DHCP) += dhcp.o
obj-$(CONFIG_NET) += eth.o
obj-$(CONFIG_NET) += net.o
obj-$(CONFIG_NET_NFS) += nfs.o
-obj-$(CONFIG_NET_RARP) += rarp.o
obj-$(CONFIG_NET_TFTP) += tftp.o
obj-$(CONFIG_NET_PING) += ping.o