summaryrefslogtreecommitdiff
path: root/package/Config.in
AgeCommit message (Collapse)Author
2009-12-23fixes for new pkgmaker generated menuWaldemar Brodkorb
2009-12-20reconstruct kerberos supportWaldemar Brodkorb
2009-12-20add some manual menu entries for important packagesWaldemar Brodkorb
2009-12-17enable cfgfs and atmWaldemar Brodkorb
- make cfgfs work for ag241 - split mtd to separate package to control dependencies - update linux-atm package to latest upstream - enable atm kernel module building
2009-12-11remove scdp, does not compile after libnet updateWaldemar Brodkorb
- anyway, I never used it and there are no upstream updates
2009-12-08add cirrus xorg driver for qemuWaldemar Brodkorb
2009-12-04some more additions for gtk+ library portingWaldemar Brodkorb
2009-12-04Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2009-12-04add skeleton for gtk+Waldemar Brodkorb
2009-11-29Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2009-11-29add etables, finetune squid package, more busybox finetuningWaldemar Brodkorb
2009-11-29add grub source package and update grub-binWaldemar Brodkorb
2009-11-25simplify buildsystemWaldemar Brodkorb
- remove ADK_IPV6, ADK_CXX and ADK_X11 - enable ipv6 by default in uclibc - enable build of c++ compiler by default
2009-11-24update mpd, libvirt, php and openldapWaldemar Brodkorb
- make more features available in mpd - add libmms package - do not call redundant clean on cleantarget
2009-11-22make obexftp work with static linking, fix ipv6 dependencyWaldemar Brodkorb
2009-11-22Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2009-11-22move openobex library to menupoint libraryWaldemar Brodkorb
2009-11-22make bulk build on Debian/lenny x86 completeWaldemar Brodkorb
- fix some menu descriptions - fix gcc package compile
2009-11-22more bulk build fixesWaldemar Brodkorb
- 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)
2009-11-20fix more uclibc bulk build errors and add sfdisk/partedWaldemar Brodkorb
- add sfdisk and parted for nfsroot installations to cfdisk - fix more uclibc bulk build errors
2009-11-15update pcre, add dansguardian (lightly tested)Waldemar Brodkorb
2009-10-01abstract package backend, add perlLinux User
2009-09-16make libvirt usable, add pythonWaldemar Brodkorb
not very well tested, but runs on shutlle
2009-09-16make adk compile system work on shuttleWaldemar Brodkorb
- 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)
2009-09-10finally boot shuttle from raid1 rootWaldemar Brodkorb
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.
2009-09-02mdadm packageWaldemar Brodkorb
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.
2009-08-31add back in package iptables-snmpPhil Sutter
This basically installs a shared object file for loading into snmpd so iptables information (chains and their counters) can be accessed via snmp.
2009-08-28add more packages needed for native buildsWaldemar Brodkorb
- 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
2009-08-24add gawk packageWaldemar Brodkorb
another openadk build package needed to compile openadk on an openadk target ;) Fix some minor glitches.
2009-08-24Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2009-08-24some work on lemoteWaldemar Brodkorb
- add new package bzip2 - make subpackage libblkid needed for swapon utility - enable hibernation on lemote
2009-08-23new package aufs2-utilPhil Sutter
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).
2009-08-22Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2009-08-22new package ca-certificatesPhil Sutter
"Oh boy, here it comes ..."
2009-08-22make lemote yeelong finally usableWaldemar Brodkorb
- 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
2009-08-20Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2009-08-20add eglibc supportWaldemar Brodkorb
all three libraries tested with qemu-x86
2009-08-09Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2009-08-09add git packageWaldemar Brodkorb
2009-08-02change all 'depends' lines to 'depends on' onesPhil Sutter
This is only a formal change, the semantics stay exactly the same. But linux-2.6's mconf forces this nowadays, so stay compatible.
2009-06-25Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2009-06-25add some packagesWaldemar Brodkorb
- add make/patch/rpm and dependencies - update ar7 port a little bit
2009-06-25update util-linux to util-linux-ngWaldemar Brodkorb
- disable some packages not usable for mips/rb532
2009-06-03package updates and rescue-x86_64 fixWaldemar Brodkorb
- 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
2009-06-01remove dhcpv6Waldemar Brodkorb
- too many issues, use isc dhcp ipv6 support - update BUGS and TODO
2009-06-01remove unused $Id$Waldemar Brodkorb
- $id$ substitution is not apropriate for git scm
2009-06-01cleanup radius packagesWaldemar Brodkorb
- radiusclient-ng is now integrated to freeradius.org as freeradius-client - update freeradius-server, disable eap for now
2009-06-01enable X11 XVideo ExtensionsWaldemar Brodkorb
- add a new libXv package - optimize xorg-server configuration - remove some obeolete ipkg files - enable X11 for mplayer - fix ruby package
2009-05-31Merge branch 'master' of ssh://openadk.org/git/openadkWaldemar Brodkorb
2009-05-31fix regressions from ipkg reworkWaldemar Brodkorb
- remove old glib1 lib - rename glib2 -> glib - rename libgdbm -> gdbm - remove obsoleted wireless-tools, use iw - remove upstream unmaintained slurm make allmodconfig runs through on Debian/lenny amd64 for alix1c target