[Zrouter-src] ZRouter.org: push to ZRouter profiles/xSMALL_/profile.mk

zrouter-src at zrouter.org zrouter-src at zrouter.org
Thu Sep 20 12:54:14 UTC 2012


details:   http://zrouter.org/hg/zrouter//rev/76a415b4b32b
changeset: 447:76a415b4b32b
user:      Aleksandr Rybalko <ray at ddteam.net>
date:      Thu Sep 20 15:38:37 2012 +0300
description:
Clean up.

diffstat:

 profiles/xSMALL_/profile.mk |  310 ++++++++++++++++++-------------------------
 1 files changed, 128 insertions(+), 182 deletions(-)

diffs (340 lines):

diff -r 597e3d7bc38b -r 76a415b4b32b profiles/xSMALL_/profile.mk
--- a/profiles/xSMALL_/profile.mk	Thu Sep 20 15:37:44 2012 +0300
+++ b/profiles/xSMALL_/profile.mk	Thu Sep 20 15:38:37 2012 +0300
@@ -1,208 +1,154 @@
 
 WORLD_BUILD_ENV_EXTRA+=WITHOUT_OPENSSL=yes
 
+WORLD_SUBDIRS_LIB+= \
+	libalias \
+	libbsm \
+	libc \
+	libedit \
+	libelf \
+	libexpat \
+	libcrypt \
+	libgeom \
+	libkiconv \
+	libkvm \
+	libmd \
+	libmemstat \
+	msun \
+	ncurses/ncurses \
+	libpmc \
+	libsbuf \
+	libthr \
+	libufs \
+	libutil \
+	libz \
+	libfetch \
+	libarchive \
+	libmp \
+	libnetgraph \
+	libpam/libpam \
+	libpam/modules/pam_unix \
+	librt \
+	libbz2 \
+	liblzma \
+	libwrap
 
-
-WORLD_SUBDIRS_LIB+= \
-libalias \
-libbsm \
-libc \
-libedit \
-libelf \
-libexpat \
-libcrypt \
-libgeom \
-libkiconv \
-libkvm \
-libmd \
-libmemstat \
-msun \
-ncurses/ncurses \
-libpmc \
-libsbuf \
-libthr \
-libufs \
-libutil \
-libz \
-libfetch \
-libarchive \
-libmp \
-libnetgraph \
-libpam/libpam \
-libpam/modules/pam_unix \
-librt \
-libbz2 \
-liblzma \
-libwrap
-
-
-#libipsec \
-#libjail \
-#libradius \
-#libtacplus \
-#ncurses/form \
-#ncurses/menu \
-#ncurses/panel
-
-#WORLD_SUBDIRS+= \
-#secure/lib/libcrypto \
-#secure/lib/libssl
-
-#libipx \
-# Compile ping without libipsec and ifconfig without libjail,libipx
-# "libcrypto.so.6" not found, required by "bsdtar"
-# "libssl.so.6" not found, required by "fetch"
-# "libbsm.so.3" not found, required by "groups"
-# "libbsm.so.3" not found, required by "id"
-# "libbsm.so.3" not found, required by "login"
-# "libmemstat.so.3" not found, required by "netstat"
-
-#libgcc_s.so.1
-
-# XXX must define NOENABLE_WIDEC someway
-
+# XXX must define NOENABLE_WIDEC someway for libncurses build.
 WORLD_SUBDIRS_BIN+= \
-cat \
-cp \
-chmod \
-date \
-dd \
-df \
-expr \
-hostname \
-kenv \
-kill \
-ln \
-ls \
-mkdir \
-mv \
-ps \
-realpath \
-rm \
-sh \
-sleep \
-stty \
-sync \
-uuidgen
+	cat \
+	cp \
+	chmod \
+	date \
+	dd \
+	df \
+	expr \
+	hostname \
+	kenv \
+	kill \
+	ln \
+	ls \
+	mkdir \
+	mv \
+	ps \
+	realpath \
+	rm \
+	sh \
+	sleep \
+	stty \
+	sync \
+	uuidgen
 
 WORLD_SUBDIRS_SBIN+= \
-dmesg \
-ifconfig \
-init \
-kldload \
-kldstat \
-kldunload \
-ldconfig \
-md5 \
-mdconfig \
-mount \
-mount_cd9660 \
-mount_nullfs \
-mount_unionfs \
-newfs \
-ping \
-rcorder \
-reboot \
-route \
-switchctl \
-sysctl \
-umount
+	dmesg \
+	ifconfig \
+	init \
+	kldload \
+	kldstat \
+	kldunload \
+	ldconfig \
+	md5 \
+	mdconfig \
+	mount \
+	mount_cd9660 \
+	mount_nullfs \
+	mount_unionfs \
+	newfs \
+	ping \
+	rcorder \
+	reboot \
+	route \
+	switchctl \
+	sysctl \
+	umount
 
-#mount_msdosfs \
-#newfs_msdos \
-#/sbin/oinit
-
-
-
-WORLD_SUBDIRS_ZROUTER+=		\
-target/sbin/cdevd		\
-target/usr.bin/hex2bin
-
-
-
+WORLD_SUBDIRS_ZROUTER+= \
+	target/sbin/cdevd \
+	target/usr.bin/hex2bin
 
 WORLD_SUBDIRS_USR_BIN+= \
-basename \
-cap_mkdb \
-dirname \
-fetch \
-find \
-getopt \
-grep \
-head \
-id \
-killall \
-logger \
-login \
-minigzip \
-passwd \
-sed \
-sockstat \
-tail \
-tar \
-tee \
-touch \
-uname \
-vi \
-wc \
-xargs
-
-#telnet \
-#netstat \
+	basename \
+	cap_mkdb \
+	dirname \
+	fetch \
+	find \
+	getopt \
+	grep \
+	head \
+	id \
+	killall \
+	logger \
+	login \
+	minigzip \
+	passwd \
+	sed \
+	sockstat \
+	tail \
+	tar \
+	tee \
+	touch \
+	uname \
+	vi \
+	wc \
+	xargs
 
 WORLD_SUBDIRS_GNU_USR_BIN+= \
-sort
+	sort
 
 WORLD_SUBDIRS_GNU_LIB+= \
-csu \
-libgcc \
-libregex \
-libssp
-
-# \
-#libstdc++
-
-#libreadline \
-# XXX: libreadline must be replaced with libedit
-
-
+	csu \
+	libgcc \
+	libregex \
+	libssp
 
 WORLD_SUBDIRS_LIBEXEC+= \
-rtld-elf \
-getty \
-telnetd
+	rtld-elf \
+	getty \
+	telnetd
 
-#ppp \
 WORLD_SUBDIRS_USR_SBIN+= \
-ngctl \
-nghook \
-chroot \
-cron \
-pwd_mkdb \
-inetd \
-gpioctl \
-syslogd
+	ngctl \
+	nghook \
+	chroot \
+	cron \
+	pwd_mkdb \
+	inetd \
+	gpioctl \
+	syslogd
 
 .if defined(WITH_USB)
 WORLD_SUBDIRS_USR_SBIN+= \
-usbconfig \
-usbdump
+	usbconfig \
+	usbdump
 
 WORLD_SUBDIRS_LIB+= \
-libusb
+	libusb
 .endif
 
+KERNCONF_MODULES_OVERRIDE+= \
+	if_bridge bridgestp \
+	libalias/libalias \
+	libalias/modules/ftp \
+	libalias/modules/pptp \
+	geom/geom_label \
+	md unionfs ufs
 
-KERNCONF_MODULES_OVERRIDE+=if_bridge bridgestp
-KERNCONF_MODULES_OVERRIDE+=libalias/libalias
-#KERNCONF_MODULES_OVERRIDE+=libalias/modules/cuseeme
-KERNCONF_MODULES_OVERRIDE+=libalias/modules/ftp
-KERNCONF_MODULES_OVERRIDE+=libalias/modules/pptp
-#KERNCONF_MODULES_OVERRIDE+=libalias/modules/smedia
-#KERNCONF_MODULES_OVERRIDE+=libalias/modules/dummy
-#KERNCONF_MODULES_OVERRIDE+=libalias/modules/irc
-#KERNCONF_MODULES_OVERRIDE+=libalias/modules/nbt
-#KERNCONF_MODULES_OVERRIDE+=libalias/modules/skinny
-KERNCONF_MODULES_OVERRIDE+=geom/geom_label
-KERNCONF_MODULES_OVERRIDE+=md unionfs ufs
-


More information about the Zrouter-src mailing list