Browse Source

target/generic: removed dietlibc (we do not mix the build of tools for the initrd and the actual system anymore)

user/chris/test/lib64
Christian Wiese 16 years ago
committed by Christian Wiese
parent
commit
ce65e70df3
2 changed files with 5 additions and 18 deletions
  1. +4
    -16
      target/generic/config.in
  2. +1
    -2
      target/generic/pkgsel/00-minimal.choice

+ 4
- 16
target/generic/config.in

@ -1,13 +1,13 @@
#!/bin/sh
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
#
# Filename: target/generic/config.in
# Copyright (C) 2006 - 2007 The OpenSDE Project
# Copyright (C) 2006 - 2010 The OpenSDE Project
# Copyright (C) 2004 - 2006 The T2 SDE 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
@ -16,18 +16,6 @@
#Description: Generic System
SDECFGSET_DIETLIBC='1'
SDECFGSET_DIETLIBC_pdksh='1'
SDECFGSET_DIETLIBC_module_init_tools='1'
SDECFGSET_DIETLIBC_modutils='1'
SDECFGSET_DIETLIBC_udev='1'
SDECFGSET_DIETLIBC_embutils='1'
SDECFGSET_DIETLIBC_fget='1'
SDECFGSET_DIETLIBC_ipconfig='1'
SDECFGSET_DIETLIBC_hotplug__=1
SDECFGSET_DIETLIBC_minised='1'
SDECFGSET_DIETLIBC_disktype='1'
choice SDECFG_PKGSEL_TPL none none 'No package preselection template' \
$( cd target/$SDECFG_TARGET/pkgsel;
grep -H "^# *Description *: " *.choice | tr ' ' '_' |

+ 1
- 2
target/generic/pkgsel/00-minimal.choice

@ -2,7 +2,7 @@
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: target/generic/pkgsel/00-minimal.choice
# Copyright (C) 2006 - 2009 The OpenSDE Project
# Copyright (C) 2006 - 2010 The OpenSDE Project
# Copyright (C) 2004 - 2006 The T2 SDE Project
#
# More information can be found in the files COPYING and README.
@ -22,7 +22,6 @@
# TODO: for now:
O *
= glibc
X dietlibc
# Add strictly required packages
X fhs

Loading…
Cancel
Save