summaryrefslogtreecommitdiff
path: root/package
AgeCommit message (Collapse)Author
2018-08-13Build util-linux without uuid-lib on macOSdir
@upstream
2018-08-13Fix glib building on macOSdir
@upstream
2018-08-13Implement mdev logging output on demanddir
@upstream
2018-08-13Remove glib dependency to libelfstk
It looks like libelf is not used at all by glib, the way it's configured, so remove it. The problem was that libelf would create a libelf.so.0 file that was then mistankenly used by perf (instead of the libelf.so.1 file coming from the elfutils package that it is really supposed to use). This is just the minimal fix that works for us, because we are not using any other packages that depend on libelf; to really fix the problem properly, one would have to do what's mentioned in 2c333655f1 (get rid of libelf by porting existing users to elfutils).
2018-06-25gdb: add for arc architecureWaldemar Brodkorb
2018-06-21u-boot: remove broken installWaldemar Brodkorb
2018-06-20foxboard: bugfixesWaldemar Brodkorb
2018-06-16add etrax-toolsWaldemar Brodkorb
2018-06-11strongswan: update to 5.6.3Waldemar Brodkorb
2018-06-10tmux: update to 2.7Waldemar Brodkorb
2018-06-10tor: update to 0.3.3.6Waldemar Brodkorb
2018-06-10allow apple mac mini to netbootWaldemar Brodkorb
2018-06-10yaboot: add new packageWaldemar Brodkorb
2018-06-10e2fsprogs: update to 1.44.2Waldemar Brodkorb
2018-06-10cryptsetup: update to 2.0.3Waldemar Brodkorb
2018-06-08add sample for lenovo x200, fix gentooinstallerWaldemar Brodkorb
2018-06-07lvm: update to 2.02.177Waldemar Brodkorb
2018-06-03mpc: update to 1.1.0Waldemar Brodkorb
2018-06-03arm-nommu: enable uClinux, better defaultsWaldemar Brodkorb
2018-06-03when OpenADK nfsroot is used for Gentoo installation, /dev/fd is requiredWaldemar Brodkorb
2018-06-02lz4: fix Darwin cross-compileWaldemar Brodkorb
2018-06-02new experimental package gentooinstallWaldemar Brodkorb
2018-06-01riscv: use github fork until upstreamWaldemar Brodkorb
2018-05-30ethtool: update to 4.16Waldemar Brodkorb
2018-05-30openssh: update to 7.7p1Waldemar Brodkorb
2018-05-30zsh: update to 5.5.1Waldemar Brodkorb
2018-05-30irqbalance: update to 1.4.0Waldemar Brodkorb
2018-05-30file: update to 5.33Waldemar Brodkorb
2018-05-28rpi: update firmware, kernel and fixup more stuffWaldemar Brodkorb
2018-05-27fmt: remove unused variableWaldemar Brodkorb
2018-05-27Fix for host build of flex package.Mike Thompson
When building under Ubuntu 18.04 the flex package for the host will fail with the following error: [stage1scan.c] Segmentation fault (core dumped) This seems to be because Ubuntu 18.04 uses glibc 2.26 or newer as described in the following URL: https://git.busybox.net/buildroot/commit/?id=c128c5f3c79b31d89256ffbc5c650ba613d3d52b This fix to configure.ac in the flex package will work around this error. Signed-off-by: Mike Thompson <mpthompson@gmail.com>
2018-05-27kodi: update to leia 18 alpha, add all required packagesWaldemar Brodkorb
2018-05-25rework hardware and C library settingsWaldemar Brodkorb
Make the menu system for configuration more intuitive. First choose operating system, then hardware, starting with architecture. Then choose either generic or a sample system. When choosing a sample be more strict in case of MMU or Endianess selection, so a misconfiguration isn't possible. Furthermore put a new top level menu for C library configuration and add Binary format, Instruction set, version selection, float type and any C library specific options. Refactor the duplicate definition of Qemu system versatile and Synopsys NSIM.
2018-05-22opkg: update to 0.3.6Waldemar Brodkorb
2018-05-22lz4: update to 1.8.2, allow to cross-compile from Darwin to LinuxWaldemar Brodkorb
2018-05-22libressl: update to 2.7.3Waldemar Brodkorb
2018-05-22xz: update to 5.2.4Waldemar Brodkorb
2018-05-22gnupg: update to 1.4.22Waldemar Brodkorb
2018-05-22libx264: update to latest masterWaldemar Brodkorb
2018-05-22gnupg2: update to 2.2.7Waldemar Brodkorb
2018-05-22gmp: needs c++Waldemar Brodkorb
2018-05-21glib: fix compile under LinuxWaldemar Brodkorb
2018-05-21curl: use ca-path, make git clone ssl url workingWaldemar Brodkorb
2018-05-21glib: update to 2.56.1Waldemar Brodkorb
2018-05-21xvidcore: update to 1.3.5Waldemar Brodkorb
2018-05-21util-linux: fix typo for cfdisk installWaldemar Brodkorb
2018-05-20curl: update to 7.60Waldemar Brodkorb
2018-05-20kodi: allow using aloop audio devicesOliver Schib
Building the linux kernel with snd_aloop enabled adds alsa loopback devices, however they are not shown in the kodi gui and therefore can't be used by default. This patch lifts those restrictions. Signed-off-by: Oliver Schib <oliver.schib@gmx.ch>
2018-05-19uclibc-ng-dev: do not stop for static toolchainsWaldemar Brodkorb
2018-05-15ltp: update to 20180515Waldemar Brodkorb