summaryrefslogtreecommitdiff
path: root/package
AgeCommit message (Collapse)Author
2009-06-22update to latest upstreamWaldemar Brodkorb
2009-06-22update to latest upstreamWaldemar Brodkorb
2009-06-22make lemote boot with uClibcWaldemar Brodkorb
- patches for uClibc to work with pagesize != 4k - use gcc extension to avoid -O2 compile - use ld.so for 64 bit archs big thanks to thorsten glaser helping out here.
2009-06-18enable rtorrent for uclibc, fix squid compileWaldemar Brodkorb
2009-06-14finetune kernel config for lemoteWaldemar Brodkorb
- boot via tftp works now - fix libgcrypt compile issue - disable-sjlj-exceptions, does not compile for mips64
2009-06-14alix1c optimizationWaldemar Brodkorb
- use LZMA for kernel - use TICKLESS system - check mpd user is in group audio - fix some kernel module dependencies
2009-06-13Merge branch 'master' of ssh://openadk.org/git/openadkWaldemar Brodkorb
2009-06-13Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2009-06-13FreeBSD compatibility patchesWaldemar Brodkorb
- update ipset and libpri to latest upstream
2009-06-12Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2009-06-12default for size is bytes, set to kilobyteWaldemar Brodkorb
2009-06-11fix tcp_wrapper packageWaldemar Brodkorb
2009-06-11Merge branch 'master' of ssh://openadk.org/git/openadkWaldemar Brodkorb
2009-06-11update alix1c to 2.6.30Waldemar Brodkorb
- regenerate patches - fix exmap compile
2009-06-11fix iax subpackageWaldemar Brodkorb
2009-06-11fix some init scripts / postinst scriptsWaldemar Brodkorb
2009-06-05more regressions found at runtime on alic1cWaldemar Brodkorb
2009-06-05fix lvm package and dependenciesWaldemar Brodkorb
2009-06-04Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2009-06-04first regressions found while runtime testingWaldemar Brodkorb
- fix add_rconf and quoting - update gpsd to latest upstream - do not use size parameter for cfgfs and tmpfs - disable some dangerous busybox options - fix some kernel module dependencies
2009-06-04Merge branch 'master' of ssh://openadk.org/git/openadkWaldemar Brodkorb
2009-06-04rename symbol and remove old orig patch filesWaldemar Brodkorb
2009-06-04Merge branch 'master' of ssh://openadk.org/git/openadkWaldemar Brodkorb
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-02Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2009-06-02fix regressions for allconfig alix1c glibc targetWaldemar Brodkorb
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-01remove some unused files from packageWaldemar Brodkorb
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-31resolve some FreeBSD specific issuesWaldemar Brodkorb
- use numeric ids for cups configure (FreeBSD has no root group) - use /usr/lib for libexec dir for cups on BSD, too - update dhcp to latest upstream - fix readline dependency in mysql package - heimdal needs -pthread explicitely on FreeBSD host
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
2009-05-31cfgfs fine tuningWaldemar Brodkorb
- fix typo in last commit - use a special partition with type id 88 for x86 based machines - try to automatically find backend storage device for cfgfs, either partition with type x86 or mtd device with name cfgfs
2009-05-31Merge branch 'master' of ssh://openadk.org/git/openadkWaldemar Brodkorb
2009-05-31fix X issuesWaldemar Brodkorb
- missing xkbcmp - missing files in libX11 - dependencies to other libraries
2009-05-31remove to extra to avoid installing package metafilesWaldemar Brodkorb
2009-05-31check if user is rootWaldemar Brodkorb
2009-05-31finetune dependencies, make compile work on non-alix1cWaldemar Brodkorb
2009-05-31disable iconv dependencyWaldemar Brodkorb
2009-05-31fix ipkg update with busybox wgetWaldemar Brodkorb
2009-05-31fix base-files package after ipkg changeWaldemar Brodkorb
2009-05-30fix x11 compile and other stuffWaldemar Brodkorb
- fix uclibc libx11 compile - fix empty banner - fix rdate init script
2009-05-30enable shadow passwordsWaldemar Brodkorb
- fix login as admin - fix startup parameter (disable root login)
2009-05-30fix variable nameWaldemar Brodkorb
- MASTER_SITES -> PKG_SITES - make libc boolean, makes no sense as package
2009-05-30Merge branch 'master' of ssh://openadk.org/git/openadkWaldemar Brodkorb
resolve conflicts Conflicts: mk/pkg-bottom.mk package/ctorrent/Makefile package/gcc/Makefile package/gmp/Makefile package/id3lib/Makefile package/libelf/Makefile package/libnl/patches/patch-include_netlink-local_h package/mpd/Makefile package/nmap/Makefile package/rrs/Makefile package/weechat/Makefile scripts/rstrip.sh target/Config.in
2009-05-30add geode x11 driverWaldemar Brodkorb
- add the driver for alix1c x11 support - fix some x11 related dependencies - enable pkg-config fixups globally I hope it doesn't break anything confprog might be deleted later
2009-05-30optimize ipkg package managementWaldemar Brodkorb
- 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
2009-05-30fix gcc packageWaldemar Brodkorb
- simple test c program compiles in qemu-mips with the cross-compiled compiler - don't know if rstrip.sh change is good, need to check, but crt*.o symbols might not be stripped - create helper links for libgcc + libc needed for ld
2009-05-29enable cross-compile of gccWaldemar Brodkorb
- fix asm issue for mips mpfr (reported upstream) - enable gcc build (not tested, yet, but at least compiles)