diff options
author | Sascha Hauer <s.hauer@pengutronix.de> | 2010-06-02 15:54:22 +0200 |
---|---|---|
committer | Sascha Hauer <s.hauer@pengutronix.de> | 2010-06-17 08:28:25 +0200 |
commit | 663a6269f26c3310b1c56810dbddc50f9d9280af (patch) | |
tree | 23f38003d22a3efd74cbd48a60061889e3ea9834 /net/Makefile | |
parent | c31ea55e928d312472940061b741cee992df389c (diff) | |
download | barebox-663a6269f26c3310b1c56810dbddc50f9d9280af.tar.gz |
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/Makefile | 1 |
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 |