summaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Collapse)Author
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-18target/linux/config: FS_MBCACHE is only needed for extended attributesPhil Sutter
Signed-off-by: Phil Sutter <phil@nwl.cc>
2014-06-18target/linux/config: allow enabling TCP syncookie supportPhil Sutter
Signed-off-by: Phil Sutter <phil@nwl.cc>
2014-06-18target/linux/config: add missing symbols for wirelessPhil Sutter
Signed-off-by: Phil Sutter <phil@nwl.cc>
2014-06-18add support for mikrotik rb4xxPhil Sutter
Signed-off-by: Phil Sutter <phil@nwl.cc>
2014-06-17fix i2s loadingWaldemar Brodkorb
2014-06-17add cfgfs partition patch for 3.15Waldemar Brodkorb
2014-06-15lzo needed for regmapWaldemar Brodkorb
2014-06-15add support for xtensa architecture, tested with qemu. thanks to Max ↵Waldemar Brodkorb
Filippov for help
2014-06-13fence some featuresWaldemar Brodkorb
2014-06-13add kernel config for vboxWaldemar Brodkorb
2014-06-12bump kernel versionsWaldemar Brodkorb
2014-06-12add patch for 3.15Waldemar Brodkorb
2014-06-11update to latest stable kernelsWaldemar Brodkorb
2014-06-11make vbox target usable againWaldemar 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-10move to 3.15Waldemar Brodkorb
2014-06-10update to 3.15, rb532 pci patch no longer requiredWaldemar Brodkorb
2014-06-08rename qemu-sh4 to qemu-sh, to simplify build for all qemu-archsWaldemar Brodkorb
2014-06-08be consistent, do not use - in rootfs namesWaldemar Brodkorb
2014-06-08enable audio support for qemu-x86/qemu-x86_64Waldemar Brodkorb
2014-06-07fix eabi/eabihf handling for qemu-armWaldemar Brodkorb
2014-06-07add list of qemu archsWaldemar Brodkorb
2014-06-05disable 8250_cs for qemuWaldemar Brodkorb
2014-06-05make mouse working in qemu x11Waldemar Brodkorb
2014-06-05rework ssp support, use static version of libsspWaldemar Brodkorb
2014-06-05load after sound driverWaldemar Brodkorb
2014-06-04CRYPTO_HW is booleanWaldemar Brodkorb
2014-06-04hash needs cryptoWaldemar Brodkorb
2014-06-04use Cirrus DRM and xf86-video-modesetting for QemuWaldemar Brodkorb
2014-06-04rework simple network config, allow to configure one gatewayWaldemar Brodkorb
2014-06-04add cfgfs partitionWaldemar Brodkorb
2014-06-04make CRC32 booleanWaldemar Brodkorb
2014-06-04fix some crypot dependencies, add experimental btrfs supportWaldemar Brodkorb
2014-06-04add ADK_TARGET_WITH_WIFIWaldemar Brodkorb
2014-06-04make ld relro and bind now optionalWaldemar Brodkorb
2014-06-03mimic identically the kernel crypto configWaldemar Brodkorb
2014-06-03fixup crypto dependencies for ext4Waldemar Brodkorb
2014-06-03update vc libraries and firmware for raspberry pi, make GPU mem configurableWaldemar Brodkorb
2014-06-03update patch dirsWaldemar Brodkorb
2014-06-03cosmetic changesWaldemar Brodkorb
2014-06-03add hdmi audio supportWaldemar Brodkorb
2014-06-03update to 3.14.5Waldemar Brodkorb
2014-06-02simplify adding new archWaldemar Brodkorb
Generate all data needed when adding a new arch or system. Recognize any changes in target/*/systems as reported as bug by Joerg.
2014-06-02refactor CPU_ARCH/ARCH variablesWaldemar Brodkorb
After Joerg asked me about the difference between ADK_TARGET_ARCH and ADK_TARGET_CPU_ARCH I recognized many duplication of variables for this information. These patch fixes this up. Use make cleandir && make menuconfig && make
2014-06-02use correct -march for x86_64Waldemar Brodkorb
2014-06-01add watchdog support for cubox, inlude weim by defaultWaldemar Brodkorb
2014-06-01remove unused filesWaldemar Brodkorb
2014-06-01enable kernel choice for toolchain targetsWaldemar Brodkorb