Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
add new target rebuild.
make cpio and pacch quiet.
Use bin/tools for cpio and mkcrypt.
|
|
|
|
|
|
IMPORTANT: do a make distclean before compiling after
this commit.
The directories for all build and bin directories changed, so
that toolchains for different target-libc combinations can coexist.
This might be usefule in the future for continous compiling after
git commit, without rebuilding the toolchain.
Rework busybox rebuild, when config changes. Not optimal, but at least
working after this change to the directory structure.
|
|
update several packages, remove snort-wireless.
|
|
Signed-off-by: Thorsten Glaser <tg@mirbsd.org>
|
|
- driver package for ag241 dsl modem, it loads, but
we will see if it works..
|
|
- anyway, I never used it and there are no upstream updates
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- make more features available in mpd
- add libmms package
- do not call redundant clean on cleantarget
|
|
|
|
- update rtorrent, libtorrent and libsigc++
- add skeleton for cfinstaller
- fix uclibc samba compile
- fix parallel builds
- update tcl
- update iw
- remove mac80211 package, use kernel integrated drivers
- mark packages which can not be compiled parallel (make -j2)
|
|
- add sfdisk and parted for nfsroot installations to cfdisk
- fix more uclibc bulk build errors
|
|
|
|
WARNING: tested only on qemu-x86
|
|
|
|
- git package needs a better fix. but existing symlinks are broken
build without perl
- update curl to latest upstream, including libcurl-dev package
- add libopenssl-dev package
|
|
not very well tested, but runs on shutlle
|
|
- add some missing packages like cpio, lzma and gnu wget
- make microperl more featureful, needed for kernel-header
installation
- make a dependency to perl
- fix header installation for $libc-dev package
- fix 64bit uclibc setup, simplify gcc patches
and totally unrelated
- add preliminary kvm and libvirt support (not tested)
|
|
|
|
|
|
you need to set hard disk partition types to type fd.
I added a grub binary package, because grub does not allow
to be cross-compiled from x86_64 for example without using
a multilib gcc, which we do not support.
|
|
useful package for software raid under linux.
my realpath patch might be bad, but at least I could generate
a raid0 on my new shuttle pc.
|
|
This basically installs a shared object file for loading into snmpd so
iptables information (chains and their counters) can be accessed via
snmp.
|
|
- add bison,flex,diffutils,autoconf,automake,libtool,m4,gperf
- add {glibc,eglibc,uclibc}-dev packages
- add libz/libncurses development packages
- add PKG_OPTS to setup special options for packages
noremove is needed for uclibc/eglibc/glibc packages, otherwise
needed headers will be removed
slightly tested, still in development
|
|
another openadk build package needed to compile openadk
on an openadk target ;)
Fix some minor glitches.
|
|
|
|
- add new package bzip2
- make subpackage libblkid needed for swapon utility
- enable hibernation on lemote
|
|
Since the aufs2 utilities seem to be available only via git, copy the
current state into the src/ directory, with the samples/ directory
removed. The files were intentionally left untouched, so custom changes
are still kept in patch files for easier upstream sending.
Using do-extract to copy the sources to the working directory has the
downside of having to define an empty do-configure target (as this is
not needed) but allows for using update-patches just like with any
other package (which is not the case if the copying is done in a
do-configure target).
|
|
|
|
"Oh boy, here it comes ..."
|
|
- moved startup script for all targets to /start
- add kernel patch to use /start
- add cryptinit package
- make an encrypted rootfilesystem as choice for lemote
|
|
|
|
all three libraries tested with qemu-x86
|
|
|
|
|
|
- add make/patch/rpm and dependencies
- update ar7 port a little bit
|
|
- disable some packages not usable for mips/rb532
|
|
|
|
|
|
- merge device-mapper and lvm package, because of upstream merge
- update squid to latest stable version
- add no64-lib patch for gcc, which fixes cross-build from x86 to
x86_64
|