summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-09-22refactor SD card support for AVR32 Grasshopper boardMario Haustein
- SD card support can now be enabled in the menu - SD card access LED support added
2016-09-22add LED support for AVR32 Grasshopper boardMario Haustein
2016-09-22reorganized AVR32 Grasshopper kernel patchesMario Haustein
2016-09-22binutils: allow to build gold without making it defaultWaldemar Brodkorb
2016-09-22irssi: update to 0.8.20Waldemar Brodkorb
2016-09-22finetune USB kernel module selection, should work better with USB 1.1 devicesWaldemar Brodkorb
2016-09-22uClibc-ng: add locale option, needs more testingWaldemar Brodkorb
2016-09-22mksh: update to 53aWaldemar Brodkorb
2016-09-22usbutils: udev not strictly required, need a better solution for hwdb generationWaldemar Brodkorb
2016-09-22bluez: fix blocking on startupWaldemar Brodkorb
2016-09-21gdb-microbaze: split off big patch, so update-patches worksWaldemar Brodkorb
2016-09-21wrappe for fsck apps required for e2fsprogs and dosfstools, reported by OliverWaldemar Brodkorb
2016-09-21monit: update to 5.19.0Waldemar Brodkorb
2016-09-21gdb: we can not use it on crisWaldemar Brodkorb
2016-09-21mariadb: new package, mostly from buildroot mailinglistWaldemar Brodkorb
2016-09-21heimdal: use HOST_PATH to find gawk and othersWaldemar Brodkorb
2016-09-20libsndfile: needs c++, autoselect c++ toolchain optionWaldemar Brodkorb
2016-09-20cmake: verbose builds by defaultWaldemar Brodkorb
2016-09-20bcm28xx-vc: fix compile with uClibc-ngWaldemar Brodkorb
2016-09-20binutils: use working versions as defaultWaldemar Brodkorb
2016-09-20heimdal: compile_et required for sambaWaldemar Brodkorb
2016-09-20linux-rt: refresh patch, reported by OliverWaldemar Brodkorb
2016-09-20heimdal: just compile the bare minimum, fix Darwin hostcompileWaldemar Brodkorb
2016-09-20libcec: add rpi3 dependsWaldemar Brodkorb
2016-09-20pcre: cpp support is optionalWaldemar Brodkorb
2016-09-20docs: add info about supported architectures and toolchain supportWaldemar Brodkorb
2016-09-20docs: some more prerequisites are requiredWaldemar Brodkorb
2016-09-20docs: update uClibc-ng config file nameWaldemar Brodkorb
2016-09-20docs: add PKG_NEEDS variableWaldemar Brodkorb
2016-09-20add I2C support for AVR32 grasshopper boardMario Haustein
Signed-off-by: Mario Haustein <mario.haustein@hrz.tu-chemnitz.de>
2016-09-19gcc: disable c++ by default, reduces build time for a simple setupWaldemar Brodkorb
2016-09-19arc: update to toolchain to 2016.09-eng013Waldemar Brodkorb
2016-09-19solidrun-imx6: fix wifiWaldemar Brodkorb
2016-09-17nfs-utils: add missing startup scriptWaldemar Brodkorb
2016-09-17binutils: set dafult back to 2.25.1, too much issues. uClibc-ng regex ↵Waldemar Brodkorb
testsuite problems
2016-09-17nodejs: update to 6.6.0Waldemar Brodkorb
2016-09-17finetune wireless support for cubox-iWaldemar Brodkorb
2016-09-17cifs-utils: add kernel dependencyWaldemar Brodkorb
2016-09-17nfs-utils: fix wrong startup scriptsWaldemar Brodkorb
2016-09-17u-boot: update to 2016.09Waldemar Brodkorb
2016-09-17mpdbox: no longer maintained by meWaldemar Brodkorb
2016-09-17electron-bin: remove, as the binary traps out for simple appsWaldemar Brodkorb
2016-09-17pciutils: use shared library version, useful for other packagesWaldemar Brodkorb
2016-09-16libtirpc: remove not required header, fixes Darwin cross-compileWaldemar Brodkorb
2016-09-16elftoaout: fix on DarwinWaldemar Brodkorb
2016-09-15missing dependency for 'libksba'Mario Haustein
Signed-off-by: Mario Haustein <mario.haustein@hrz.tu-chemnitz.de>
2016-09-15make choice of SSL engine and IPv6 support available to all BIND subpackagesMario Haustein
To choose an SSL engine, it was required to build the BIND server. Building only a subset of BIND tools failed, because of the missing SSL dependency. Therefore SSL and IPv6 options were relocated to the 'libbind' subpackage. Signed-off-by: Mario Haustein <mario.haustein@hrz.tu-chemnitz.de>
2016-09-15make AVR32 ethernet controller available to the whole architectureMario Haustein
The MACB ethernet controller is an AVR32 architecture feature. Therefore it should be available to all boards of this architecture instead of the NGW1000 board only. Signed-off-by: Mario Haustein <mario.haustein@hrz.tu-chemnitz.de>
2016-09-15add support for AVR32 MMC controllerMario Haustein
Signed-off-by: Mario Haustein <mario.haustein@hrz.tu-chemnitz.de>
2016-09-15busybox: add missing bunzip2 handling, reported by MarioWaldemar Brodkorb