Browse Source

* enabled VLAN support on tardiba by default

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

+ 15
- 0
pkgsel/tardiba.conf

@ -1,7 +1,22 @@
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: target/tardiba/pkgsel/tardiba.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 ---
# options always used on all tardiba systems
#
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