Browse Source

ecn-node: removed readline and lftp and mention of busybox

master
Nagy Károly Gábriel 8 years ago
parent
commit
7fca0de856
3 changed files with 4 additions and 9 deletions
  1. +2
    -3
      config.in
  2. +1
    -2
      pkgsel.d/net-tools.all
  3. +1
    -4
      pkgsel.d/node_core.all

+ 2
- 3
config.in

@ -2,7 +2,7 @@
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: target/ecn-node/config.in
# Copyright (C) 2009 - 2012 The OpenSDE Project
# Copyright (C) 2009 - 2015 The OpenSDE Project
#
# More information can be found in the files COPYING and README.
#
@ -17,7 +17,7 @@
const SDECFG_TRG_ECN ${target:-$SDECFG_TARGET}
for x in OPT=size MULTILIB=0 \
LIBC=glibc INIT=runit \
LIBC=musl INIT=runit \
; do
export SDECFGSET_$x
@ -26,7 +26,6 @@ done
for x in \
CCACHE_USEIT=1 \
GCC_JAVA=0 GCC_F77=0 GCC_OBJC=0 GCC_GO=0 \
BUSYBOX_SYMLINKS=1 BUSYBOX_DEFCONFIG=0 \
DJB_LAYOUT=0 \
; do

+ 1
- 2
pkgsel.d/net-tools.all

@ -2,7 +2,7 @@
# 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
# Copyright (C) 2012 - 2015 The OpenSDE Project
#
# More information can be found in the files COPYING and README.
#
@ -14,5 +14,4 @@
X curl
X rsync
X lftp
X net-tools

+ 1
- 4
pkgsel.d/node_core.all

@ -2,7 +2,7 @@
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: target/ecn-node/pkgsel.d/node_core.all
# Copyright (C) 2012 - 2013 The OpenSDE Project
# Copyright (C) 2012 - 2015 The OpenSDE Project
#
# More information can be found in the files COPYING and README.
#
@ -39,6 +39,3 @@ X unzip
#
X pkgconfig
#needed by lftp
#
X readline

Loading…
Cancel
Save