Browse Source

* improved mnemosyne by adding a Network Subsystem Module to be able to

choose between rocknet and etcnet
legacy/multilib
Christian Wiese 17 years ago
parent
commit
7c2a6d20ce
4 changed files with 10 additions and 4 deletions
  1. +1
    -3
      pkgsel/Base/NETADMIN.all
  2. +4
    -0
      pkgsel/Base/NetworkSubSys.etcnet.choice
  3. +5
    -0
      pkgsel/Base/NetworkSubSys.rocknet.choice
  4. +0
    -1
      pkgsel/Base/base.all

+ 1
- 3
pkgsel/Base/NETADMIN.all

@ -2,7 +2,7 @@
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
# #
# Filename: target/mnemosyne/pkgsel/Base/NETADMIN.all # Filename: target/mnemosyne/pkgsel/Base/NETADMIN.all
# Copyright (C) 2006 The OpenSDE Project
# Copyright (C) 2006 - 2007 The OpenSDE Project
# Copyright (C) 2002 - 2006 Alejandro Mery # Copyright (C) 2002 - 2006 Alejandro Mery
# #
# More information can be found in the files COPYING and README. # More information can be found in the files COPYING and README.
@ -17,5 +17,3 @@
X iproute2 X iproute2
X iptables X iptables
X ethtool X ethtool
X rocknet

+ 4
- 0
pkgsel/Base/NetworkSubSys.etcnet.choice

@ -0,0 +1,4 @@
#Description: /etc/net - Linux network configuration
#Dependencies: NETADMIN
X etcnet

+ 5
- 0
pkgsel/Base/NetworkSubSys.rocknet.choice

@ -0,0 +1,5 @@
#Description: Rocknet - Network Configuration Engine
#Dependencies: NETADMIN
#Default: 1
X rocknet

+ 0
- 1
pkgsel/Base/base.all

@ -19,7 +19,6 @@ X sysfiles
X iana-etc X iana-etc
# sysfiles split on 2.2 - except mkpkg and mkinitrd # sysfiles split on 2.2 - except mkpkg and mkinitrd
X stone X stone
X rocknet
X shadow X shadow
X util-linux X util-linux

Loading…
Cancel
Save