Browse Source

* enhanced mnemosyne/busybox default filter to not build alternative to our core packages, or deprecated 'compatibility' tools, or redhat/debian stuff

* changed mnemosyne/busybox  default filter to not build an httpd
legacy/multilib
Alejandro Mery 18 years ago
parent
commit
88ee44065b
1 changed files with 28 additions and 0 deletions
  1. +28
    -0
      busybox/mnemosyne.config

+ 28
- 0
busybox/mnemosyne.config

@ -3,3 +3,31 @@ O CONFIG_AR
# don'T replace init, we use runit
O CONFIG_INIT
O CONFIG_HALT
# we prefer bcron
O CONFIG_CROND
# and socklog
O CONFIG_SYSLOGD
# no httpd
O CONFIG_HTTPD
# redhad/debian stuff
O CONFIG_DPKG
O CONFIG_DPKG_DEB
O CONFIG_RPM
O CONFIG_RPM2CPIO
# rocknet
O CONFIG_IFUPDOWN
# deprecated things
O CONFIG_RUN_PARTS
O CONFIG_START_STOP_DAEMON
O CONFIG_INETD
O CONFIG_IFCONFIG

Loading…
Cancel
Save