summaryrefslogtreecommitdiff
path: root/mk
AgeCommit message (Collapse)Author
2014-07-09simplify defconfig, fix allmodconfigWaldemar Brodkorb
2014-07-09allow to build uClibc-ng nativelyWaldemar Brodkorb
2014-07-09allow to enable uclibc testsuiteWaldemar Brodkorb
2014-07-08allow enabling of ltp packageWaldemar Brodkorb
2014-07-08fix syntax error, ah sorryWaldemar Brodkorb
2014-07-08fix syntax errorWaldemar Brodkorb
2014-07-08allow to disable checksum for defconfigWaldemar Brodkorb
2014-07-08toplevel build directory changeWaldemar Brodkorb
Sorry, for the unstable changes. To build different cpu flavours and ABI's in parallel, it is required to have unique dirs.
2014-07-07bump to 3.15.4Waldemar Brodkorb
2014-07-07fix xfs module loadingWaldemar Brodkorb
2014-07-06allow preselection of ABIWaldemar Brodkorb
2014-07-06allow static building of toolchainWaldemar Brodkorb
2014-07-05fix libc preselectionWaldemar Brodkorb
2014-07-05update uClibc-ng to beta2Waldemar Brodkorb
2014-07-05add support for uClibc-ng in parallel to uClibc.Waldemar Brodkorb
This helps to find any regressions made in uClibc-ng.
2014-07-03add support for bulk builds with different endianessWaldemar Brodkorb
2014-06-30update sdl and sdl-imageWaldemar Brodkorb
be sure to link sdl-image to provided libpng, otherwise TexturePacker in XBMC build will silently fail to pack the png icons.
2014-06-30remove cleandir comment, add postconfig logic to inform user about rebuildWaldemar Brodkorb
2014-06-30add support for lz4 compressed kernel and initramfsWaldemar Brodkorb
2014-06-30bump kernelsWaldemar Brodkorb
2014-06-29only for muslWaldemar Brodkorb
2014-06-28no automatic rebuildWaldemar Brodkorb
2014-06-28fix build, remove dev warningsWaldemar Brodkorb
2014-06-27rework service startup, do not hardcode into postinst scriptsWaldemar Brodkorb
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