From 161e7a2897181c3629228ebf3009fd43af403b9e Mon Sep 17 00:00:00 2001 From: CyberLeo Date: Sun, 20 Feb 2011 16:25:08 -0600 Subject: [PATCH] worlds/i386/SABA: update to new layout --- {worlds => targets}/i386/SABA/config/make.conf | 3 --- {worlds => targets}/i386/SABA/config/ports.lst | 0 targets/i386/SABA/world | 1 + worlds/i386/SABA/config/src.conf | 9 ++++++++- 4 files changed, 9 insertions(+), 4 deletions(-) rename {worlds => targets}/i386/SABA/config/make.conf (94%) rename {worlds => targets}/i386/SABA/config/ports.lst (100%) create mode 120000 targets/i386/SABA/world diff --git a/worlds/i386/SABA/config/make.conf b/targets/i386/SABA/config/make.conf similarity index 94% rename from worlds/i386/SABA/config/make.conf rename to targets/i386/SABA/config/make.conf index 72338d3..c1bc658 100644 --- a/worlds/i386/SABA/config/make.conf +++ b/targets/i386/SABA/config/make.conf @@ -7,9 +7,6 @@ CPUTYPE?=pentium4 NO_PROFILE=yes WITHOUT_X11=yes -# Kernel build configuration -KERNCONF=SABA - # Caching proxy for fetches http_proxy=http://gateway.cyberleo.net:46565 ftp_proxy=http://gateway.cyberleo.net:46565 diff --git a/worlds/i386/SABA/config/ports.lst b/targets/i386/SABA/config/ports.lst similarity index 100% rename from worlds/i386/SABA/config/ports.lst rename to targets/i386/SABA/config/ports.lst diff --git a/targets/i386/SABA/world b/targets/i386/SABA/world new file mode 120000 index 0000000..aaa9770 --- /dev/null +++ b/targets/i386/SABA/world @@ -0,0 +1 @@ +../../../worlds/i386/SABA \ No newline at end of file diff --git a/worlds/i386/SABA/config/src.conf b/worlds/i386/SABA/config/src.conf index 643945c..90b77d8 100644 --- a/worlds/i386/SABA/config/src.conf +++ b/worlds/i386/SABA/config/src.conf @@ -1,5 +1,11 @@ +# Compilation knobs +CFLAGS+=-O2 -pipe +COPTFLAGS+=-O2 -pipe +CPUTYPE?=pentium4 + # Kernel knobs +KERNCONF=SABA MODULES_OVERRIDE=accf_data accf_dns accf_http aio cd9660_iconv crypto cryptodev ext2fs fdescfs geom/geom_bde geom/geom_bsd geom/geom_cache geom/geom_ccd geom/geom_concat geom/geom_eli geom/geom_fox geom/geom_gate geom/geom_journal geom/geom_label geom/geom_linux_lvm geom/geom_mbr geom/geom_mirror geom/geom_multipath geom/geom_nop geom/geom_part/geom_part_bsd geom/geom_part/geom_part_gpt geom/geom_part/geom_part_mbr geom/geom_sched/gs_sched geom/geom_sched/gsched_rr geom/geom_shsec geom/geom_stripe geom/geom_uzip geom/geom_vinum geom/geom_virstor geom/geom_vol_ffs geom/geom_zero i2c/controllers/ichsmb i2c/if_ic i2c/iic i2c/iicbb i2c/iicbus i2c/iicsmb i2c/smb i2c/smbus ichwd iscsi/initiator msdosfs_iconv nullfs opensolaris pf pflog portalfs smbfs sound/driver/driver sound/driver/ich sound/sound speaker tmpfs udf udf_iconv unionfs usb/usfs xfs zfs zlib # Userland knobs @@ -21,12 +27,13 @@ WITHOUT_FLOPPY = yes WITHOUT_FREEBSD_UPDATE = yes WITHOUT_GAMES = yes WITHOUT_HTML = yes -WITHOUT_I4B = yes WITHOUT_INFO = yes +WITHOUT_IPX = yes WITHOUT_LPR = yes WITHOUT_NCP = yes WITHOUT_NDIS = yes WITHOUT_NIS = yes +WITHOUT_PORTSNAP = yes WITHOUT_PPP = yes WITHOUT_PROFILE = yes WITHOUT_RCMDS = yes -- 2.42.0