Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-03-22 | Introduce CCACHE-less compiler variables and use for building with cmake | dir | |
2017-03-22 | Allow for local git repos | dir | |
2017-03-22 | Unmount data partition if one was given | dir | |
2017-03-22 | add hifiberry dacplus support | Waldemar Brodkorb | |
2017-03-22 | bcm28xx-vc: add dtoverlay tool | Waldemar Brodkorb | |
2017-03-22 | bcm28xx-bootloader: fix dtb loading | Waldemar Brodkorb | |
2017-03-22 | rpi: rename device tree overlays to use static loading, no DDTK | Waldemar Brodkorb | |
2017-03-22 | linux: update to 4.9.16 | Waldemar Brodkorb | |
2017-03-21 | rpi: bump kernel version, we need to get rid of this | Waldemar Brodkorb | |
2017-03-21 | rework kernel build process, changes to kernelconfig are reflected now | Waldemar 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-20 | fix dependencies for libgo/libgfortran | Waldemar Brodkorb | |
2017-03-20 | busybox: use C library crypt functions by default | Waldemar Brodkorb | |
2017-03-19 | rpi: use uncompressed image, trailer creation otherwise seems broken | Waldemar Brodkorb | |
2017-03-19 | darwin: brew users must install pkg-config, so that make kerneloconfig works | Waldemar Brodkorb | |
2017-03-19 | python3: update to 3.6.0 | Waldemar Brodkorb | |
2017-03-19 | rpi: update kernel version | Waldemar Brodkorb | |
2017-03-19 | prereq: fix issue on Darwin | Waldemar Brodkorb | |
2017-03-19 | python2: update to 2.7.13, simplify patches | Waldemar Brodkorb | |
2017-03-19 | bcm28xx-bootloader: update to latest | Waldemar Brodkorb | |
2017-03-18 | gnutls: update to 3.5.10 | Waldemar Brodkorb | |
2017-03-18 | gnupg2: update to 2.1.19 | Waldemar Brodkorb | |
2017-03-18 | remove warning while make menuconfig | Waldemar Brodkorb | |
2017-03-18 | nginx: update to 1.11.10 | Waldemar Brodkorb | |
2017-03-18 | postgresql: update to 9.6.2 | Waldemar Brodkorb | |
2017-03-18 | php: update to 7.0.17 | Waldemar Brodkorb | |
2017-03-18 | freeswitch: update to 1.6.15 | Waldemar Brodkorb | |
2017-03-18 | tor: update to 0.2.9.10 | Waldemar Brodkorb | |
2017-03-18 | irssi: update to 1.0.2 | Waldemar Brodkorb | |
2017-03-18 | screen: update to 4.5.1 | Waldemar Brodkorb | |
2017-03-18 | mpd: update to 0.20.6, remove tremor support | Waldemar Brodkorb | |
2017-03-18 | libsamplerate: update to 0.1.9 | Waldemar Brodkorb | |
2017-03-18 | xtensa: fix noMMU qemu sample, with help from Max | Waldemar Brodkorb | |
2017-03-17 | llvm: update to 4.0.0, allow to compile musl with it | Waldemar Brodkorb | |
2017-03-17 | arcboot: new package, bootloader for SGI | Waldemar Brodkorb | |
2017-03-17 | brutefir: fix segfault with uClibc-ng, reported by Oliver | Waldemar Brodkorb | |
2017-03-17 | brutefir: update to v1.0o | Waldemar Brodkorb | |
2017-03-17 | libaudiofile: fix gcc6 compile issue | Waldemar Brodkorb | |
2017-03-17 | zlib: cosmetic style change | Waldemar Brodkorb | |
2017-03-17 | drop yaffs2 support | Waldemar 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-17 | Implement UBIFS rootfs support | Phil 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-17 | target/config: Allow targets to require kernel2minor host package | Phil Sutter | |
Signed-off-by: Phil Sutter <phil@nwl.cc> | |||
2017-03-17 | Introduce kernel2minor package | Phil 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-17 | target/linux/config: Allow enabling UBIFS support | Phil Sutter | |
Signed-off-by: Phil Sutter <phil@nwl.cc> | |||
2017-03-17 | package/mtd-utils: Enable UBIFS support in host build | Phil Sutter | |
Signed-off-by: Phil Sutter <phil@nwl.cc> | |||
2017-03-17 | package/zlib: Enable host-package | Phil Sutter | |
Signed-off-by: Phil Sutter <phil@nwl.cc> | |||
2017-03-17 | mk/host-bottom: Introduce HOST_INSTALL_STYLE | Phil 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-17 | mk/host-bottom: Introduce HOST_CONFIG_STYLE | Phil 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-17 | target: Fix for incorrect post make instructions | Phil Sutter | |
Signed-off-by: Phil Sutter <phil@nwl.cc> | |||
2017-03-17 | mk/image.mk: Fix calling mkfs.jffs2 | Phil 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> | |||
2017-03-17 | package/grub: Fix grub.cfg | Phil Sutter | |
When trying qemu-x86_64 target with full disk image, grub wasn't able to read the rootfs. After comparing it's config with the one used on my notebook, I was able to get it right. Apart from fixing the failure, this also enables serial output so grub menu becomes accessible when calling qemu with -nographic option. Signed-off-by: Phil Sutter <phil@nwl.cc> |