Browse Source

* moved setting of VLAN from the tardiba base to the network configuration

git-svn-id: svn+ssh://svn.opensde.net/home/users/karasz/x5/tardiba/trunk@31 471cc25b-571d-0410-8e29-1f4f9b506cef
master
Christian Wiese 18 years ago
parent
commit
57ce3ff63a
2 changed files with 15 additions and 2 deletions
  1. +15
    -1
      pkgsel/network.conf
  2. +0
    -1
      pkgsel/tardiba.conf

+ 15
- 1
pkgsel/network.conf

@ -1,5 +1,19 @@
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: target/tardiba/pkgsel/network.conf
# Copyright (C) 2006 The OpenSDE Project
#
# More information can be found in the files COPYING and README.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; version 2 of the License. A copy of the
# GNU General Public License can be found in the file COPYING.
# --- SDE-COPYRIGHT-NOTE-END ---
for x in NETWORK=1 DHCP=udhcp PPP=1 SSHD=dropbear \
for x in NETWORK=1 VLAN=1 DHCP=udhcp PPP=1 SSHD=dropbear \
; do
eval SDECFGSET_TRG_MNEMOSYNE_$x

+ 0
- 1
pkgsel/tardiba.conf

@ -16,7 +16,6 @@
#
for x in KERNEL='linux' LIBC=glibc LVM=1 PAM=1 IDS=1 SSP=1 \
SECURITY=none ENCRYPTION=1 PGP=1 \
VLAN=1 \
POSTGRES=1 POSTGRES_POOL=1 \
DEVTOOLS=0 DEVELOPMENT=0 \
DOC=usual \

Loading…
Cancel
Save