summaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Collapse)Author
2009-08-23make allmodconfig work for alix1c eglibcWaldemar Brodkorb
many upstream package updates, squid, php, asterisk, gnutls, nmap, sqlite, dhcp, git
2009-08-22update lemote supportWaldemar Brodkorb
- add latest git changes from upstream - enable embedded controller driver for battery and fan control - add wireless driver support in patch - use sata/pata driver instead of ide support tested and verified via nfs boot on my lemote book
2009-08-22Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2009-08-22fix eglibc/glibc support on lemote 64 bitWaldemar Brodkorb
2009-08-21rescue-x86: fix kernel config for 32bit wordlengthPhil Sutter
This config was formerly fitting for x86_64, which is definitely wrong. Although this changeset is rather big, all that has been done was to go into menuconfig with the old .config and setting "Kernel is 64bit" to off.
2009-08-21CONFIG_PPP depends on CONFIG_NETDEVICESPhil Sutter
2009-08-21cleanup eglibc/glibc MakefilesWaldemar Brodkorb
- make it simpler and more equal - add dependency to gperf needed for new config system
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-20update foxboard to latest stuffWaldemar Brodkorb
2009-08-20add correct kernel config (page size)Waldemar Brodkorb
2009-08-12fix openswanWaldemar Brodkorb
- avoid busybox IP when openswan is selected - fix crypto dependencies for esp
2009-08-12update gcc, kernel and uclibc MakefileWaldemar Brodkorb
- bring rb532 in shape, make it bootable
2009-08-09Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2009-08-09update openswan, try to use both IPsec implementationsWaldemar Brodkorb
2009-08-09rename some descriptionWaldemar Brodkorb
2009-08-02There is something wrong around this select to ADK_BROKENPhil Sutter
linux-2.6's mconf complains about a circular dependency, this fixes the problem the fast way. Needs more investigation, so keep it there in commented form.
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-07-23add 2.6.30.1 patchesWaldemar Brodkorb
2009-07-23update to 2.6.30.1Waldemar Brodkorb
2009-07-10gcc 4.4 mips bug workaroundWaldemar Brodkorb
- code optimization for size still fails loading any shared library
2009-06-27Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2009-06-27update packages, fix rb532 ext2 rootfsWaldemar Brodkorb
- update alsa, asterisk and nfs-utils - fix ext2fs rootfs on rb532
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-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-19fix broken patch, now rb532 boots fine and fastWaldemar Brodkorb
2009-06-18Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2009-06-18Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2009-06-18fix broken uClibcWaldemar Brodkorb
- after upgrade to gcc 4.4 ld.so in uClibc was broken - add gcc attribute always_inline for ld.so static functions - -Os does not automatically inline the code, use O2 especially for mips and uClibc compile
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-13update to 2.6.30Waldemar Brodkorb
2009-06-13Merge branch 'master' of ssh://openadk.org/git/openadkWaldemar Brodkorb
2009-06-13finetune lemote targetWaldemar Brodkorb
2009-06-13move patches to correct directoryWaldemar Brodkorb
- add mtd root patch globally
2009-06-13fix some minor issuesWaldemar Brodkorb
2009-06-12kernel patch cleanupWaldemar Brodkorb
- move patches to kernel version specific directory - enable execute bit on md5sum wrapper - remove wrong include in BSDmakefile - enable ROOTFS for rb532 device - add mips specific patch for lib/delay.c typo
2009-06-11fix cpmac driverWaldemar Brodkorb
- at least dhcp and nfs mount works now - still problems with exception handling - userland does not work
2009-06-11update alix1c to 2.6.30Waldemar Brodkorb
- regenerate patches - fix exmap compile
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-04add experimental linksys wag54h ar7 supportWaldemar Brodkorb
- network interface does not work, but system can boot
2009-06-01remove unused $Id$Waldemar Brodkorb
- $id$ substitution is not apropriate for git scm
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-31make rb532 kernel compile with gcc 4.4Waldemar 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