Changeset 00d7e1b in mainline for uspace/Makefile


Ignore:
Timestamp:
2011-10-07T20:20:33Z (13 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
49bd793b
Parents:
e2c50e1
Message:

networking improvements

  • start the networking stack from init
  • add loopback network interface driver (cherrypicked and sanitized from lp:~helenos-nicf/helenos/nicf)
  • add libnic and various small pieces from lp:~helenos-nicf/helenos/nicf
  • fix client side of NIC_GET_ADDRESS
  • net binary overhaul

Note: "ping 127.0.0.1" works, but the first three pings timeout for some reason

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    re2c50e1 r00d7e1b  
    117117        drv/bus/usb/usbmid \
    118118        drv/bus/usb/usbmouse \
    119         drv/bus/usb/vhc
     119        drv/bus/usb/vhc \
     120        drv/nic/lo
    120121
    121122ifeq ($(CONFIG_PCC),y)
     
    181182        lib/fb \
    182183        lib/net \
     184        lib/nic \
    183185        lib/ext2 \
    184186        lib/usb \
Note: See TracChangeset for help on using the changeset viewer.