513 Commits (016217832f76b26db1dba0d5be78ac5e5c9fe86d)

Author SHA1 Message Date
  Alejandro Mery 29ffc558f2 * moved TOOLCHAIN smart module into a new Development/Ugly 18 years ago
  Alejandro Mery c96b3df713 * added mktinitrd to BOOT.initrd and set BOOT.conf to only build cramfs-tools, cramfsswap and mktinitrd on stage 0 for BOOT.initrd 18 years ago
  Alejandro Mery 1b1b385bc1 * changed TOOLCHAIN.conf to use hack_stages() instead of a hardcoded pkgfilter 18 years ago
  Alejandro Mery 57ce68acdb * added a comment on the hack at FOOTPRINT.conf which flats all the stages into stage 1 18 years ago
  Alejandro Mery 5db9d21058 * introduced ssmtp choice to MTA module 18 years ago
  Alejandro Mery 75f486eab8 * added description to MTA.qmail and MTA.qmail-ldap 18 years ago
  Alejandro Mery fc4c945679 * changed MTA to have nullmailer as default, and enhanced MTA.nullmailer description 18 years ago
  Alejandro Mery fa7e739204 * changed IM_GTK to force GNUTLS module 18 years ago
  Alejandro Mery 0563d5a832 * changed IDS to force GNUTLS module 18 years ago
  Alejandro Mery 66d8a6b6e4 * introduced GNUTLS module 18 years ago
  Alejandro Mery 115e70affd * moved sed from BASE to FOOTPRINT=light 18 years ago
  Alejandro Mery 1604627f64 * added comment at EMBEDDED_DIET 18 years ago
  Alejandro Mery 2adb649924 * changed BOOT.initrd to build cramfs-tools and cramfsswap instead of cpio 18 years ago
  Alejandro Mery 10a2b1d5e4 * fixed descriptions of LIBC={uclibc,dietlibc} 18 years ago
  Alejandro Mery 468073131d * fixed BOOT.conf to really set output image to none for vserver 18 years ago
  Alejandro Mery e7a4e5baf9 * removed exclusion of coreutils on FOOTPRINT=embedded, because it's enabled only for FOOTPRINT>=light 18 years ago
  Alejandro Mery d679e358f8 * moved bash to FOOTPRINT>=light, and set dash on FOOTPRINT=embedded 18 years ago
  Alejandro Mery 7db40f6cce * changed IM_GTK module to force ENCRYPTION module instead of including it's own copy of libgcrypt 18 years ago
  Alejandro Mery 5442370fe5 * splited luks from LVM to an smart module LUKS depending on LVM and ENCRYPTION 18 years ago
  Alejandro Mery c0ea313cc9 * changed IDS module to force ENCRYPTION instead of including it's own copy of libgcrypt 18 years ago
  Alejandro Mery f34ca60084 * changed ENCRYPTION_LDAP and ENCRYPTION_GTK smart modules to depend on PGP instead of ENCRYPTION 18 years ago
  Alejandro Mery 3a56e17a23 * splited ENCRYPTION module to PGP, keeping only libgcrypt at ENCRYPTION 18 years ago
  Alejandro Mery 5a6ba42273 * changed LINUX_INITRD to not impose a dietlibc based dropbear, which fail to build on an hybrid enviroment 18 years ago
  Alejandro Mery feab929cf1 * added uclibc++ to LIBC=uclibc, and changed it to also be available for regular systems 18 years ago
  Alejandro Mery 863513bd57 * moved diffutils and patchutils from T2DEVEL into DEVTOOLS 18 years ago
  Alejandro Mery 59022f7128 * moved ccache from C to TOOLCHAIN, to be able to use system's ccache on stage 0 and 1 18 years ago
  Alejandro Mery 8fc4766dce * renamed Development folder to Developement_ to have if after the Development boolean 18 years ago
  Alejandro Mery 53b0a062f4 * moved Development conditional outside of Development folder, so we can had the folder if possible 18 years ago
  Alejandro Mery f91ef0b92d * moved popt (needed to create T2 isos) from T2DEVEL to DEVTOOLS 18 years ago
  Alejandro Mery cdef53fe1b * removed broken-per-se (currently ignored because of a typo) T2DEVEL forcing DEVTOOLS 18 years ago
  Alejandro Mery b5560f16a3 * moved filter for 'stage-0-only' from c.conf to toolchain.conf, and changed to also apply for light systems with DEVELOPMENT disabled 18 years ago
  Alejandro Mery 015bab9bcc * splited from C into a new TOOLCHAIN module the development packages which are mandatory for cross compiling 18 years ago
  Alejandro Mery 7820e68c3c * explicitly remove runit and minit if BOOT=initrd, because if they are O sysvinit/config.in will auto-enable one of them 18 years ago
  Alejandro Mery e5baeef80d * changed CLOCKSPEED RUNIT SOCKLOG BCRON and IPSVD modules to depend on BOOT!=initrd, and clean to not duplicate the cleanup done by the new GARBAGE module 18 years ago
  Alejandro Mery 2d5f228af1 * introduced dependency-free GARBAGE module, to strip out all garbage packages with wont ever wont on a mnemosyne-based system 18 years ago
  Alejandro Mery adf732fbfd * moved openssl to BASE and removed the empty BASE_LIBS module 18 years ago
  Alejandro Mery 8d42dd3914 * moved screen from INTERACTIVITY to FOOTPRINT.light 18 years ago
  Alejandro Mery d65fd086b7 * moved readline and dialog to FOOTPRINT.light 18 years ago
  Alejandro Mery 3e47d1a4b8 * changed FOOTPRINT.regular to imply pkgsel from light 18 years ago
  Alejandro Mery c53e41529a * changed EMBEDDED_UCLIBC to disable gawk 18 years ago
  Alejandro Mery 9668eb027d * removed udhcp on EMBEDDED_UCLIBC, it's part of busybox 18 years ago
  Alejandro Mery a5af14ea2c * disable runit-logacct for EMBEDDED_UCLIBC, busybox implements better alternatives than the placeholders i have on runit-logacct 18 years ago
  Alejandro Mery 9b02bf93e3 * disabled net-tools module-init-tools on EMBEDDED_UCLIBC 18 years ago
  Alejandro Mery a7d776495a * disabled e2fsprogs and util-linux if EMBEDDED_UCLIBC 18 years ago
  Alejandro Mery 6db07021a0 * disabled bash, vim and kbd for EMBEDDED_UCLIBC 18 years ago
  Alejandro Mery bec21f28b3 * disabled for embedded/uclibc a few packages which only useful part is included on busybox 18 years ago
  Alejandro Mery 936ad05e4b * changed Development/ modules to depend on DEVELOPMENT 18 years ago
  Alejandro Mery 95fd680a0d * introduced DEVELOPMENT module, used to ask for an enviroment with compiling capabilities 18 years ago
  Alejandro Mery 11fee5b370 * fixed FOOTPRINT to eval aditionally to const, const sucks 18 years ago
  Alejandro Mery 153c391abd * changed SSP module to depend on glibc, it fails on uclibc and dietlibc 18 years ago