Changeset 609243f4 in mainline for boot/Makefile.common


Ignore:
Timestamp:
2011-10-07T15:46:01Z (14 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
e2c50e1
Parents:
f51b1d3
Message:

cherrypick general networking improvements from lp:~helenos-nicf/helenos/nicf (after sanitization)
remove obsolete networking drivers
this renders the networking non-functional for the time being

File:
1 edited

Legend:

Unmodified
Added
Removed
  • boot/Makefile.common

    rf51b1d3 r609243f4  
    107107        $(USPACE_PATH)/srv/fs/ext2fs/ext2fs \
    108108        $(USPACE_PATH)/srv/taskmon/taskmon \
    109         $(USPACE_PATH)/srv/hw/netif/ne2000/ne2000 \
    110         $(USPACE_PATH)/srv/net/netif/lo/lo \
    111109        $(USPACE_PATH)/srv/net/nil/eth/eth \
    112110        $(USPACE_PATH)/srv/net/nil/nildummy/nildummy \
     
    202200NET_CFG = \
    203201        $(USPACE_PATH)/srv/net/cfg/general \
    204         $(USPACE_PATH)/srv/net/cfg/lo \
    205         $(USPACE_PATH)/srv/net/cfg/ne2k
     202        $(USPACE_PATH)/srv/net/cfg/lo.nic \
     203        $(USPACE_PATH)/srv/net/cfg/ne2k.nic
    206204endif
    207205
Note: See TracChangeset for help on using the changeset viewer.