Browse Source

target/early: changed to use uClibc instead of dietlibc

user/amery/wip/mount
Christian Wiese 14 years ago
parent
commit
c987f1ddc4
2 changed files with 4 additions and 4 deletions
  1. +3
    -3
      target/early/config.in
  2. +1
    -1
      target/early/pkgsel

+ 3
- 3
target/early/config.in

@ -2,7 +2,7 @@
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: target/early/config.in
# Copyright (C) 2007 - 2009 The OpenSDE Project
# Copyright (C) 2007 - 2010 The OpenSDE Project
#
# More information can be found in the files COPYING and README.
#
@ -18,8 +18,8 @@ SDECFGSET_IMAGE='initramfs'
SDECFGSET_INIT='none'
SDECFGSET_CROSSBUILD=1
SDECFGSET_LIBC='dietlibc'
SDECFGSET_STATIC=1
SDECFGSET_LIBC='uclibc'
SDECFGSET_OPT='size'
SDECFGSET_DISABLE_NLS=1

+ 1
- 1
target/early/pkgsel

@ -3,7 +3,7 @@ X fhs
X sysfiles
X linux-header
X dietlibc
X uclibc
X termcap
X automake

Loading…
Cancel
Save