Browse Source

ecn-node: introduced optional collectd module and mandatory net-tools module.

master
Nagy Károly Gábriel 13 years ago
parent
commit
922922c016
5 changed files with 55 additions and 6 deletions
  1. +19
    -0
      pkgsel.d/Collectd.ask
  2. +17
    -0
      pkgsel.d/Toolchain-extra.ask
  3. +1
    -1
      pkgsel.d/core-userspace.all
  4. +18
    -0
      pkgsel.d/net-tools.all
  5. +0
    -5
      pkgsel.d/tools.all

+ 19
- 0
pkgsel.d/Collectd.ask

@ -0,0 +1,19 @@
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: target/ecn-node/pkgsel.d/Collectd.ask
# Copyright (C) 2012 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 collectd
X libstatgrab
X liboping
X lm_sensors
X sysfsutils

+ 17
- 0
pkgsel.d/Toolchain-extra.ask

@ -0,0 +1,17 @@
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: target/ecn-node/pkgsel.d/Toolchain-extra.ask
# Copyright (C) 2012 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 boost-jam
X boost

+ 1
- 1
pkgsel.d/core-userspace.all

@ -30,7 +30,7 @@ X dialog
X ssmtp
X openssl
# needed by cronlog
# needed by bcron or other Bruce Guenter stuff
#
X bglibs
X ucspi-unix

+ 18
- 0
pkgsel.d/net-tools.all

@ -0,0 +1,18 @@
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: target/ecn-node/pkgsel.d/net-tools.all
# Copyright (C) 2012 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 curl
X rsync
X lftp
X net-tools

+ 0
- 5
pkgsel.d/tools.all

@ -20,10 +20,5 @@ X vim
X procps
X psmisc
X sysstat
X curl
X rsync
X iconv
X lftp
X net-tools
X zlib

Loading…
Cancel
Save