summaryrefslogtreecommitdiff
path: root/mk
AgeCommit message (Collapse)Author
2014-06-27convert to cmake styleWaldemar Brodkorb
2014-06-26update gcj to 4.8.3, add experimental jamvm backend for openjdkWaldemar Brodkorb
2014-06-26add CONFIG_STYLE for cmake based packages, fixup cmake host installWaldemar Brodkorb
2014-06-25allow to disable checksum checkingWaldemar Brodkorb
2014-06-25grep target collectionsWaldemar Brodkorb
2014-06-25fix rebuild of base-files on network config changeWaldemar Brodkorb
2014-06-25try to overwrite cmdlineWaldemar Brodkorb
2014-06-25fix some audio driver stuff, add more dacs for rpiWaldemar Brodkorb
2014-06-24add more perl modules needed for lmsWaldemar Brodkorb
2014-06-23bump kernel versionsWaldemar Brodkorb
2014-06-23fix perl module compile on newer host perlWaldemar Brodkorb
2014-06-21breaks network configuration rogue pointer in qemuWaldemar Brodkorb
2014-06-21s/TOPDIR/ADK_TOPDIR/Waldemar Brodkorb
to avoid namespace collisions in some packages, rename TOPDIR. Sorry you need to make cleandir && make prereq && make
2014-06-20fix some packages, when static build is choosenWaldemar Brodkorb
2014-06-19make verbose output, needed for debugging autotool problemsWaldemar Brodkorb
2014-06-18use libc specific patching to avoid any side effects in the gcc patches, as ↵Waldemar Brodkorb
seen in buildroot recently
2014-06-18less verbose, too much noiseWaldemar Brodkorb
2014-06-18fix iw package compileWaldemar Brodkorb
2014-06-18mk/modules.mk: crypto fixesPhil Sutter
Add some missing dependencies for cryptomgr.ko Signed-off-by: Phil Sutter <phil@nwl.cc>
2014-06-18target/linux/config: fixup (IPv4) NAT supportPhil Sutter
- add missing xt_conntrack.ko - conntrack needs to be loaded before NAT - add generic nf_nat.ko and xt_nat.ko - drop linux-3.4 compat case - fix symbol names for conntrack and connmark matches - fix for non-existing FULL_NAT symbol Signed-off-by: Phil Sutter <phil@nwl.cc>
2014-06-18target/linux/config: allow for selecting xtables support as modulePhil Sutter
Signed-off-by: Phil Sutter <phil@nwl.cc>
2014-06-18mk/rootfs.mk: use /dev/mtdblock7 as rootfs on RB4XXPhil Sutter
This is correct least on rb493g. Signed-off-by: Phil Sutter <phil@nwl.cc>
2014-06-16fix p5-xml-parser package, add basic perl module infrastructure (based on ↵Waldemar Brodkorb
buildroot perl stuff)
2014-06-16add missing backslashWaldemar Brodkorb
2014-06-16fixup CC_FOR_BUILD conversion, another oneWaldemar Brodkorb
2014-06-16fixup CC_FOR_BUILD conversionWaldemar Brodkorb
2014-06-16fix HOST_STYLE stuff, openjdk7 compile problems fixedWaldemar Brodkorb
2014-06-16optimize environment variables, reduce duplicate stuffWaldemar Brodkorb
2014-06-15use same stuff for cxxflagsWaldemar Brodkorb
2014-06-15cleanup HOST_STYLE, use SYSROOT feature for pkgconfWaldemar Brodkorb
there are three HOST_STYLE's, not set mean fully automatic installation. auto means prefix is set to /usr and DESTDIR is set to STAGING_HOST_DIR. When using manual, you need to provide your own targets. Instead of using sed to modify *.pc files, use PKG_SYSROOT feature, which does work better and avoids pathcing some pc files. Idea from sh4rm via #musl.
2014-06-15add support for xtensa architecture, tested with qemu. thanks to Max ↵Waldemar Brodkorb
Filippov for help
2014-06-13reduce rebuild time, remove non-performant rebuild targetsWaldemar Brodkorb
2014-06-12bump kernel versionsWaldemar Brodkorb
2014-06-11update to latest stable kernelsWaldemar Brodkorb
2014-06-11fix bootstrap styleWaldemar Brodkorb
2014-06-11add cleansystem target, filter fstack-protector-all for muslWaldemar Brodkorb
2014-06-11ignore config.sub/config.guess, do not create backup and restore it on ↵Waldemar Brodkorb
update-patches, fix some minor issues. PIE can only be used for binaries and need support in a package
2014-06-10update to 3.15, rb532 pci patch no longer requiredWaldemar Brodkorb
2014-06-08avoid error messageWaldemar Brodkorb
2014-06-08be consistent, do not use - in rootfs namesWaldemar Brodkorb
2014-06-08use ADK_TARGET_KARCH for kernel stuff, fix ppc buildWaldemar Brodkorb
2014-06-08fix arch specific patch applyWaldemar Brodkorb
2014-06-07/usr/lib might be emptyWaldemar Brodkorb
2014-06-05rework ssp support, use static version of libsspWaldemar Brodkorb
2014-06-05load after sound driverWaldemar Brodkorb
2014-06-05fix missing kernel-version in libc-dev packages, add PKG_OPTS nostaging for ↵Waldemar Brodkorb
libc packages, to avoid cpio errors
2014-06-04make CRC32 booleanWaldemar Brodkorb
2014-06-04fix some crypot dependencies, add experimental btrfs supportWaldemar Brodkorb
2014-06-04fix devonly packagesWaldemar Brodkorb
2014-06-04Update urlWaldemar Brodkorb