summaryrefslogtreecommitdiff
path: root/target/linux/config/Config.in.netdevice
AgeCommit message (Collapse)Author
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
2010-04-01remove ustl, add some more bulkallmodconfig fixesWaldemar Brodkorb
2010-03-02more debug options for mac80211Waldemar Brodkorb
2010-02-28enable mac80211 debug optionWaldemar Brodkorb
2010-02-17finetune foxg20 nfsrootWaldemar Brodkorb
- fix kernel module build - reduce kernel patch to minimim - remove old foxboard tools
2010-02-15add special handling for kernel modules in pkgmakerWaldemar Brodkorb
- use Config.in.kmod for packages with kernel modules - cleanup dots in uclibc Config.in - avoid autotool in cryptsetup, breaks build on debian lenny
2010-02-13add support for wireless access point with p54usb stickWaldemar Brodkorb
2010-01-13fix ag241 compile. add target dependent package selections.Waldemar Brodkorb
2010-01-07fix ag241 make allmodconfig issuesWaldemar Brodkorb
2009-12-27readd firmware choiceWaldemar Brodkorb
2009-12-17add sangam-atm packageWaldemar Brodkorb
- driver package for ag241 dsl modem, it loads, but we will see if it works..
2009-12-08enable networking for qemu x86/x86_64Waldemar Brodkorb
- enable driver - show help how to start qemu with ssh port redirected from host to guest
2009-12-04update kernel to 2.6.32Waldemar Brodkorb
- update some applications asterisk, curl, strace, radvd, rpm - fix allconfig - /dev for full build seems to need more than 64k
2009-11-22more bulk build fixesWaldemar Brodkorb
- update rtorrent, libtorrent and libsigc++ - add skeleton for cfinstaller - fix uclibc samba compile - fix parallel builds - update tcl - update iw - remove mac80211 package, use kernel integrated drivers - mark packages which can not be compiled parallel (make -j2)