summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-03-23Add objconv packagedir
2017-03-22Introduce CCACHE-less compiler variables and use for building with cmakedir
2017-03-22Allow for local git reposdir
2017-03-22Unmount data partition if one was givendir
2017-03-22add hifiberry dacplus supportWaldemar Brodkorb
2017-03-22bcm28xx-vc: add dtoverlay toolWaldemar Brodkorb
2017-03-22bcm28xx-bootloader: fix dtb loadingWaldemar Brodkorb
2017-03-22rpi: rename device tree overlays to use static loading, no DDTKWaldemar Brodkorb
2017-03-22linux: update to 4.9.16Waldemar Brodkorb
2017-03-21rpi: bump kernel version, we need to get rid of thisWaldemar Brodkorb
2017-03-21rework kernel build process, changes to kernelconfig are reflected nowWaldemar Brodkorb
Cleanup the package directory which is always used as intermediate step to build in the default some xz compressed archives with all package data. While reconfiguring the kernel mini.config or custom config changes to the firmware did not happen always. Some targets where redundant and the install step tries to compile, too. Be more quiet with any cpio usage.
2017-03-20fix dependencies for libgo/libgfortranWaldemar Brodkorb
2017-03-20busybox: use C library crypt functions by defaultWaldemar Brodkorb
2017-03-19rpi: use uncompressed image, trailer creation otherwise seems brokenWaldemar Brodkorb
2017-03-19darwin: brew users must install pkg-config, so that make kerneloconfig worksWaldemar Brodkorb
2017-03-19python3: update to 3.6.0Waldemar Brodkorb
2017-03-19rpi: update kernel versionWaldemar Brodkorb
2017-03-19prereq: fix issue on DarwinWaldemar Brodkorb
2017-03-19python2: update to 2.7.13, simplify patchesWaldemar Brodkorb
2017-03-19bcm28xx-bootloader: update to latestWaldemar Brodkorb
2017-03-18gnutls: update to 3.5.10Waldemar Brodkorb
2017-03-18gnupg2: update to 2.1.19Waldemar Brodkorb
2017-03-18remove warning while make menuconfigWaldemar Brodkorb
2017-03-18nginx: update to 1.11.10Waldemar Brodkorb
2017-03-18postgresql: update to 9.6.2Waldemar Brodkorb
2017-03-18php: update to 7.0.17Waldemar Brodkorb
2017-03-18freeswitch: update to 1.6.15Waldemar Brodkorb
2017-03-18tor: update to 0.2.9.10Waldemar Brodkorb
2017-03-18irssi: update to 1.0.2Waldemar Brodkorb
2017-03-18screen: update to 4.5.1Waldemar Brodkorb
2017-03-18mpd: update to 0.20.6, remove tremor supportWaldemar Brodkorb
2017-03-18libsamplerate: update to 0.1.9Waldemar Brodkorb
2017-03-18xtensa: fix noMMU qemu sample, with help from MaxWaldemar Brodkorb
2017-03-17llvm: update to 4.0.0, allow to compile musl with itWaldemar Brodkorb
2017-03-17arcboot: new package, bootloader for SGIWaldemar Brodkorb
2017-03-17brutefir: fix segfault with uClibc-ng, reported by OliverWaldemar Brodkorb
2017-03-17brutefir: update to v1.0oWaldemar Brodkorb
2017-03-17libaudiofile: fix gcc6 compile issueWaldemar Brodkorb
2017-03-17zlib: cosmetic style changeWaldemar Brodkorb
2017-03-17drop yaffs2 supportWaldemar Brodkorb
Yaffs2 is not upstream and does not work with newer 4.x Linux kernels. We like to switch to UBIFS for any embedded devices with NAND. Routerboards can be used with some application, which generates a YAFFS2 image including a Linux kernel, without any YAFFS2 filesystem support in the kernel on the host or target.
2017-03-17Implement UBIFS rootfs supportPhil Sutter
This implements UBIFS rootfs, enables it for mips targets and adds the necessary settings for rb532. Signed-off-by: Phil Sutter <phil@nwl.cc>
2017-03-17target/config: Allow targets to require kernel2minor host packagePhil Sutter
Signed-off-by: Phil Sutter <phil@nwl.cc>
2017-03-17Introduce kernel2minor packagePhil Sutter
This is used to generate a yaffs2 filesystem image containing just the kernel binary as required by Mikrotik's rb532 board. Signed-off-by: Phil Sutter <phil@nwl.cc>
2017-03-17target/linux/config: Allow enabling UBIFS supportPhil Sutter
Signed-off-by: Phil Sutter <phil@nwl.cc>
2017-03-17package/mtd-utils: Enable UBIFS support in host buildPhil Sutter
Signed-off-by: Phil Sutter <phil@nwl.cc>
2017-03-17package/zlib: Enable host-packagePhil Sutter
Signed-off-by: Phil Sutter <phil@nwl.cc>
2017-03-17mk/host-bottom: Introduce HOST_INSTALL_STYLEPhil Sutter
This is helpful when a package could use HOST_STYLE=auto but doesn't provide an install target. In that case, one can now set | HOST_STYLE=auto | HOST_INSTALL_STYLE=manual and define a custom host-install target while still making use of the auto targets for anything else. Signed-off-by: Phil Sutter <phil@nwl.cc>
2017-03-17mk/host-bottom: Introduce HOST_CONFIG_STYLEPhil Sutter
This is helpful when a package could use HOST_STYLE=auto but doesn't ship a conforming configure script. In that case, one can now set | HOST_STYLE=auto | HOST_CONFIG_STYLE=manual and define a custom host-configure target while still making use of the auto targets for anything else. Signed-off-by: Phil Sutter <phil@nwl.cc>
2017-03-17target: Fix for incorrect post make instructionsPhil Sutter
Signed-off-by: Phil Sutter <phil@nwl.cc>
2017-03-17mk/image.mk: Fix calling mkfs.jffs2Phil Sutter
This command does not reside in ${STAGING_HOST_DIR}/usr/bin (anymore?), also setting PATH='${HOST_PATH}' prior to just calling the command without path is more elegant in my opinion. Signed-off-by: Phil Sutter <phil@nwl.cc>