summaryrefslogtreecommitdiff
path: root/target/linux/config/Config.in.netdevice
AgeCommit message (Collapse)Author
2011-09-06add missing depsWaldemar Brodkorb
2011-09-04add support for Qemu Versatile with network emulationWaldemar Brodkorb
2011-08-31Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2011-08-31fix qemu-i686 network/block configWaldemar Brodkorb
2011-08-30Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2011-08-30fix network config for qemu-mipsWaldemar Brodkorb
2011-08-27added intel atom targetwarhog
2011-08-24Merge branch 'master' of openadk.org:/git/openadkWaldemar Brodkorb
2011-08-24sync patch with OpenWrt, combine both targets (rb411/rb433)Waldemar Brodkorb
2011-08-23Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2011-08-23finetune qemu-ppc support, usable nowWaldemar Brodkorb
2011-08-22refresh kernel config, enable WLAN symbol, enable USB by defaultWaldemar Brodkorb
2011-08-22implement submodel for foxboard lx. resolves duplicate full build for this ↵Waldemar Brodkorb
systems
2011-07-30Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2011-07-30rfkill module needs leds trigger supportWaldemar Brodkorb
2011-07-28realize rfkill as moduleWaldemar Brodkorb
2011-07-14fix native kernel build for IBM X40Waldemar Brodkorb
2011-06-12update default kernel to 2.6.39Waldemar Brodkorb
2011-04-27Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2011-04-27add legacy driverWaldemar Brodkorb
2011-04-27fix cris allconfig buildWaldemar Brodkorb
2011-04-26add model support for broadcom devicesWaldemar Brodkorb
2011-04-12resolve merge conflictwbx
2011-04-12refresh lemote yeelong supportwbx
2011-04-12add basic support for Fonera devices (nfsroot) via OpenWrt/FreeWRT kernel ↵Waldemar Brodkorb
patches
2011-02-01add missing dependency to mac80211 stackWaldemar Brodkorb
2011-01-29add Linksys WRT54GSWaldemar Brodkorb
2011-01-27add missing dependency to crc-ccittWaldemar Brodkorb
2011-01-25some fixes for allmodconfig (foxg20)Waldemar Brodkorb
2011-01-19Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2011-01-19disable wireless for linksys, as soon it is untestedWaldemar Brodkorb
2011-01-19fix dependencies, downgrade gtk+ to fix firefox startup (missing icons, ↵Waldemar Brodkorb
known bug)
2011-01-10resolve conflictsWaldemar Brodkorb
2011-01-10add LTO support to toolchain settings. Cleanup SYSROOT mess.Waldemar Brodkorb
- just use on sysroot directory for toolchain. - add missing patches from previos commit. (rpath/cflags cleanup)
2011-01-05cleanup duplicate kernel module featureWaldemar Brodkorb
2011-01-03add mtrr support, mask some drivers not useful for ibm x40Waldemar Brodkorb
2010-12-30rework architecture / embedded systems conceptWaldemar Brodkorb
Make configuration of new targets cheap. Just add a new file in target/arch/sys-enabled/foo. See other files for syntax. While doing runtime tests with the new infrastructure I've updated a lot of other stuff: - gcc 4.5.2 - uClibc 0.9.32-rc1 (NPTL) - strongswan, php, miredo, parted, util-linux-ng, e2fsprogs I promise, this is the last big fat commit this year ;)
2010-11-26implement the concept of target choice by embedded system or architectureWaldemar Brodkorb
you can now choose between specific embedded systems like PC Engines ALIX boards, Foxboard, .. or between generic architecture support like x86, x86_64, mips, ... This does reduce the overhead of duplicate configuration files in target directory. Now qemu, toolchain and ibm x40 support is combined in one target directory target/x86. Distinguishing between hardware profiles happens via menu based configuration. (CPU choice for kernel, CFLAGS for package building, ..). We will see if this is the right direction.
2010-11-23add preliminary support for a new hardware profile for OVH.net iscsi serverWaldemar Brodkorb
- add open-iscsi package - add a hardware profile for x86_64 target architecture - add CPU support for x86/x86_64 targets for hardware profiles
2010-11-22add support for r8169 ethernet driver in menuWaldemar Brodkorb
2010-11-18optimize shuttle and ibmx40 hardware profileWaldemar Brodkorb
2010-11-18convert qemu for x86/x86_64 to hardware profilesWaldemar Brodkorb
2010-11-17optimize build for hardware profile (x86/x86_64), optimize chroot installer ↵Waldemar Brodkorb
script
2010-11-14consolidate x86/x86_64 supportWaldemar Brodkorb
use hardware profiles, instead of extra target dirs. fix dependencies.
2010-09-21update some package to latest upstreamWaldemar Brodkorb
2010-09-16add some native build fixes (tested on Lemote notebook)Waldemar Brodkorb
- enable busybox applets needed for natvie builds - add header packages for expat and libnl - remove rtl8187b driver, use kernel included driver (needs more testing)
2010-07-12Config will be automatically included, remove it hereWaldemar Brodkorb
2010-07-12fix some kernel module menu configurationWaldemar Brodkorb
2010-06-12enable wireless for lemoteWaldemar Brodkorb
2010-06-10add basic support for wireless driver in bcm47xx devicesWaldemar Brodkorb