easy-cloud.net - generic server node
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

52 lines
1.4 KiB

  1. # --- SDE-COPYRIGHT-NOTE-BEGIN ---
  2. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  3. #
  4. # Filename: target/ecn-node/config.in
  5. # Copyright (C) 2009 - 2012 The OpenSDE Project
  6. #
  7. # More information can be found in the files COPYING and README.
  8. #
  9. # This program is free software; you can redistribute it and/or modify
  10. # it under the terms of the GNU General Public License as published by
  11. # the Free Software Foundation; version 2 of the License. A copy of the
  12. # GNU General Public License can be found in the file COPYING.
  13. # --- SDE-COPYRIGHT-NOTE-END ---
  14. #Description: ECN base node
  15. const SDECFG_TRG_ECN ${target:-$SDECFG_TARGET}
  16. for x in OPT=size MULTILIB=0 \
  17. LIBC=glibc INIT=runit \
  18. ; do
  19. export SDECFGSET_$x
  20. done
  21. for x in \
  22. CCACHE_USEIT=1 \
  23. GCC_JAVA=0 GCC_F77=0 GCC_OBJC=0 GCC_GO=0 \
  24. BUSYBOX_SYMLINKS=1 BUSYBOX_DEFCONFIG=0 \
  25. DJB_LAYOUT=0 \
  26. ; do
  27. export SDECFGSET_PKG_$x
  28. done
  29. SDECFGSET_IMAGE=none
  30. SDECFGSET_XTRACE='1'
  31. if [ ! -s "$cfgtmpdir/$target.config.in" ]; then
  32. # render files just once
  33. lib/sde-config/pkgseldir_compile.sh \
  34. "CFGTEMP_TRG_ECN_PKGSEL" "SDECFG_TRG_ECN_" \
  35. "$cfgtmpdir/$target." \
  36. "target/$target/pkgsel.d"
  37. fi
  38. if [ -s "$cfgtmpdir/$target.config.in" ]; then
  39. . "$cfgtmpdir/$target.config.in"
  40. else
  41. comment "--- Failed to process pkgsel.d ---"
  42. fi