Browse Source

pkgsel: changed KERNEL_LINUX to use busybox instead of module-init-tools on embedded

legacy/next/gcc
Alejandro Mery 16 years ago
parent
commit
a177018d9f
5 changed files with 42 additions and 4 deletions
  1. +1
    -0
      pkg_conf/busybox.conf
  2. +21
    -0
      pkg_conf/busybox/linux.config
  3. +1
    -2
      pkgsel.d/Base/EMBEDDED_UCLIBC.all
  4. +1
    -2
      pkgsel.d/Base/Kernel_linux.all
  5. +18
    -0
      pkgsel.d/Base/Kernel_linux_big.all

+ 1
- 0
pkg_conf/busybox.conf

@ -34,6 +34,7 @@ embedded)
if [ "$SDECFG_TRG_MNEMOSYNE_BOOT" != 'vserver' ]; then
[ "$SDECFG_TRG_MNEMOSYNE_NETWORK" = 1 ] && bb_mnemosyne_append network
[ "$SDECFG_TRG_MNEMOSYNE_KERNEL" = 'linux' ] && bb_mnemosyne_append linux
fi
;;
esac

+ 21
- 0
pkg_conf/busybox/linux.config

@ -0,0 +1,21 @@
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: target/mnemosyne/pkg_conf/busybox/linux.config
# Copyright (C) 2008 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 ---
X CONFIG_LSMOD
X CONFIG_FEATURE_LSMOD_PRETTY_2_6_OUTPUT
X CONFIG_MODPROBE
X CONFIG_INSMOD
X CONFIG_RMMOD
O CONFIG_FEATURE_2_4_MODULES
X CONFIG_FEATURE_2_6_MODULES

+ 1
- 2
pkgsel.d/Base/EMBEDDED_UCLIBC.all

@ -1,7 +1,7 @@
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: target/mnemosyne/pkgsel/Base/EMBEDDED_UCLIBC.all
# Filename: target/mnemosyne/pkgsel.d/Base/EMBEDDED_UCLIBC.all
# Copyright (C) 2008 The OpenSDE Project
# Copyright (C) 2002 - 2006 Alejandro Mery
#
@ -33,5 +33,4 @@ X busybox
- e2fsprogs
- util-linux-ng
- net-tools
- module-init-tools
- udhcp

+ 1
- 2
pkgsel.d/Base/Kernel_linux.all

@ -1,7 +1,7 @@
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: target/mnemosyne/pkgsel/Base/Kernel_linux.all
# Filename: target/mnemosyne/pkgsel.d/Base/Kernel_linux.all
# Copyright (C) 2006 - 2008 The OpenSDE Project
# Copyright (C) 2002 - 2006 Alejandro Mery
#
@ -16,6 +16,5 @@
#Dependencies: BOOT!=vserver KERNEL==linux
X linux26
X module-init-tools
X udev

+ 18
- 0
pkgsel.d/Base/Kernel_linux_big.all

@ -0,0 +1,18 @@
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: target/mnemosyne/pkgsel.d/Base/Kernel_linux_big.all
# Copyright (C) 2006 - 2008 The OpenSDE Project
# Copyright (C) 2002 - 2006 Alejandro Mery
#
# 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 ---
#Dependencies: BOOT!=vserver KERNEL==linux FOOTPRINT!=embedded
X module-init-tools

Loading…
Cancel
Save