Age | Commit message (Collapse) | Author |
|
Still leave that sounds.xml in there, as I'm not sure what it is for.
And besides, with 5k of plain text size it shouldn't hurt too much if
you already have space for the sounds package. :)
|
|
This is needed in order for asterisk to find the sound files we provide
(and I found adding a symlink from the sounds dir to /var/lib/asterisk/
being just too ugly). As it changes only the default configuration, I
guess this is fine without increasing PKG_RELEASE.
|
|
|
|
|
|
Necessary because all sounds are in GSM format. While here, add a
description to the sounds sub-package, too.
|
|
|
|
|
|
|
|
All packages need an update, so here is a very huge commit.
Most of the 460 source packages use automatic style for configuration,
building and installing. Make these styles default to "auto".
If you have a package, which does not conform to this, just use
manual style and add a do-$task make target.
I added a new style named AUTOTOOL style, which is needed for some
broken packages, which needs to be updated via autoconf or automake.
I renamed CONFIGURE_STYLE to CONFIG_STYLE.
Updates for some packages, which have newer upstream versions.
Renaming of all package/*/extra directories. Use the directory
src/ to provide overwrites of source files or to add the code, when
no upstream package is available or used. src directory will be automatically
used.
|
|
unfortunately asterisk 1.4.x just segfaults on startup
on mips board. 1.6.x works out of the box, so update
to latest version.
|
|
After this change it is not needed to create
console, tty and null device nodes for nfsroot boot.
|
|
update several packages, remove snort-wireless.
|
|
|
|
expand TARGET logic for ! values
|
|
|
|
Signed-off-by: Thorsten Glaser <tg@mirbsd.org>
|
|
- update some applications
asterisk, curl, strace, radvd, rpm
- fix allconfig
- /dev for full build seems to need more than 64k
|
|
|
|
The value of CONFIG_ADK_MAKE_JOBS is being passed to make via the option
'-j', in order to have it run multiple jobs simultaneously. This is done
for all kernel builds, and per default for each package using the
default BUILD_STYLE of 'auto', unless the package makefile defines
PKG_NOPARALLEL to a non-empty string.
|
|
many upstream package updates,
squid, php, asterisk, gnutls, nmap, sqlite, dhcp, git
|
|
This is only a formal change, the semantics stay exactly the same. But
linux-2.6's mconf forces this nowadays, so stay compatible.
|
|
|
|
- update alsa, asterisk and nfs-utils
- fix ext2fs rootfs on rb532
|
|
|
|
- $id$ substitution is not apropriate for git scm
|
|
- generate ipkg control file from PKG_* variables
- automatically install init scripts from ./files/*.init
set #PKG pkgname to set the binary package
- rename FWINIT -> INIT
- move postinst and conffiles meta data to ./files
- update the packages to the latest upstream version
- remove some unready or unused package (strongswan,..)
more cleanups needed after allmodconfig
|
|
- use CPU_ARCH for fake dir and ipkg
- enable DEBUG option in menu and rename to ADK_DEBUG
|
|
|