Browse Source

pkgsel: replaced iproute2 with busybox's tools on embedded

legacy/next/gcc
Alejandro Mery 16 years ago
parent
commit
be846f36e8
4 changed files with 29 additions and 6 deletions
  1. +1
    -0
      pkg_conf/busybox.conf
  2. +4
    -0
      pkg_conf/busybox/network.config
  3. +6
    -6
      pkgsel.d/Base/NETADMIN.all
  4. +18
    -0
      pkgsel.d/Base/NETADMIN_BIG.all

+ 1
- 0
pkg_conf/busybox.conf

@ -30,6 +30,7 @@ bb_mnemosyne_append mnemosyne
case "$SDECFG_TRG_MNEMOSYNE_FOOTPRINT" in
embedded) bb_mnemosyne_append embedded
[ "$SDECFG_TRG_MNEMOSYNE_NETWORK" = 1 ] && bb_mnemosyne_append network
;;
esac

+ 4
- 0
pkg_conf/busybox/network.config

@ -0,0 +1,4 @@
X CONFIG_IP
X CONFIG_FEATURE_IP_ADDRESS
X CONFIG_FEATURE_IP_LINK
X CONFIG_FEATURE_IP_ROUTE

+ 6
- 6
pkgsel.d/Base/NETADMIN.all

@ -1,12 +1,12 @@
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: target/mnemosyne/pkgsel/Base/NETADMIN.all
# Copyright (C) 2006 - 2007 The OpenSDE Project
#
# Filename: target/mnemosyne/pkgsel.d/Base/NETADMIN.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
@ -14,6 +14,6 @@
# --- SDE-COPYRIGHT-NOTE-END ---
#Dependencies: BOOT!=vserver NETWORK
X iproute2
X iptables
X ethtool

+ 18
- 0
pkgsel.d/Base/NETADMIN_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/NETADMIN_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 NETWORK FOOTPRINT!=embedded
X iproute2

Loading…
Cancel
Save