summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* another round of kernel config cleanupsImre Kaloz2009-11-1167-271/+60
| | | | SVN-Revision: 18370
* we don't support the 2.6.27 kernels for a long time nowImre Kaloz2009-11-1111-592/+0
| | | | SVN-Revision: 18369
* move CPUFREQ to generic configsImre Kaloz2009-11-1115-9/+6
| | | | SVN-Revision: 18368
* sort all target config filesImre Kaloz2009-11-1169-1351/+1351
| | | | SVN-Revision: 18367
* move CONFIG_CRASH_DUMP to the generic configsImre Kaloz2009-11-117-5/+2
| | | | SVN-Revision: 18366
* hostapd: automatically add wds sta interfaces of an ap to the right bridgeFelix Fietkau2009-11-112-0/+14
| | | | SVN-Revision: 18365
* hostapd: implement wds ap supportFelix Fietkau2009-11-112-1/+251
| | | | SVN-Revision: 18364
* mac80211: fix a bug in broadcast handling of wds sta interfacesFelix Fietkau2009-11-111-0/+9
| | | | SVN-Revision: 18363
* merge target kernel config files with subtarget config files and add a ↵Felix Fietkau2009-11-113-3/+4
| | | | | | variable override for editing the target kernel config file with make kernel_menuconfig in case the subtarget contains overrides (thx, sn9) SVN-Revision: 18362
* automatically adjust CONFIG_BLK_DEV_INITRD in the kernel config (thx, sn9)Felix Fietkau2009-11-111-1/+2
| | | | SVN-Revision: 18361
* hostapd: update to latest git, remove openssl dependency for hostapd-full, ↵Felix Fietkau2009-11-117-33/+55
| | | | | | it works with internal crypto now SVN-Revision: 18360
* cleanup subtarget kernel configurations to contain only what is requiredFlorian Fainelli2009-11-104-1188/+0
| | | | SVN-Revision: 18359
* hostapd: use the new build variants feature to clean up the makefileFelix Fietkau2009-11-102-63/+26
| | | | SVN-Revision: 18358
* build system: introduce a new feature called build variants. it allows ↵Felix Fietkau2009-11-105-2/+10
| | | | | | building a package multiple times in one pass with different build dirs, based on the same build settings. replaces templating hacks like the one used in the hostapd package SVN-Revision: 18357
* mac80211: implement wds sta support (wds ap support work in progress, needs ↵Felix Fietkau2009-11-106-1/+633
| | | | | | hostapd changes) SVN-Revision: 18356
* mac80211: fix wpa in client modeFelix Fietkau2009-11-101-1/+2
| | | | SVN-Revision: 18355
* convert profiles to become subtargets, compile tested onlyFlorian Fainelli2009-11-1018-632/+1218
| | | | SVN-Revision: 18354
* add preliminary MPC83xx supportImre Kaloz2009-11-096-1/+2272
| | | | SVN-Revision: 18353
* backport a recent version of vsprintf to linux 2.6.28 to fix mac80211 wifi ↵Felix Fietkau2009-11-091-0/+888
| | | | | | interface detection SVN-Revision: 18352
* mac80211: fix wifi detect with 11n cards that have multiple bandsFelix Fietkau2009-11-091-2/+5
| | | | SVN-Revision: 18351
* remove empty wl153 profile after r18349Florian Fainelli2009-11-081-0/+0
| | | | SVN-Revision: 18350
* also support pcmciaFlorian Fainelli2009-11-084-17/+22
| | | | SVN-Revision: 18349
* move headers to arch/x86/include/asm/, patch from sn9Florian Fainelli2009-11-085-19/+8
| | | | SVN-Revision: 18347
* make sure rdc321x specific patches apply (CONFIG_X86_RDC321X), patch from sn9Florian Fainelli2009-11-082-4/+4
| | | | SVN-Revision: 18346
* Add some build fixes for kernel 2.6.21 and the infineon amazon target.Hauke Mehrtens2009-11-088-6/+224
| | | | | | | Now it compiles with the new toolchain. These are mostly backports from mainline linux and newer linux kernels from openwrt. SVN-Revision: 18345
* b43: work around a locking issue, might fix #5996Felix Fietkau2009-11-071-0/+23
| | | | SVN-Revision: 18338
* add again missing hunk in vmlinux.lds.SFlorian Fainelli2009-11-071-7/+24
| | | | SVN-Revision: 18337
* add missing hunk in the block2mtd patchFlorian Fainelli2009-11-071-15/+32
| | | | SVN-Revision: 18336
* merge upstream fixes on mdio loopFlorian Fainelli2009-11-071-0/+9
| | | | SVN-Revision: 18335
* refresh 2.6.31 patchesFlorian Fainelli2009-11-072-10/+8
| | | | SVN-Revision: 18334
* add olpc 2.6.31 configuration, forward port the block2mtd patch, refresh patchesFlorian Fainelli2009-11-073-5/+746
| | | | SVN-Revision: 18333
* the olpc config that was merged from the olpc port is a 2.6.30 configFlorian Fainelli2009-11-071-0/+0
| | | | SVN-Revision: 18332
* switch back to LuCI main repoJo-Philipp Wich2009-11-071-1/+1
| | | | SVN-Revision: 18328
* provide the correct flash mapping on non airlink devices, remove the ↵Florian Fainelli2009-11-063-23/+34
| | | | | | rootfs_type hacks, patch from sn9 SVN-Revision: 18327
* add the prereq-check on lzmaFlorian Fainelli2009-11-061-0/+4
| | | | SVN-Revision: 18326
* use host-side lzma decompression tool, lzma-4.32 from openwrt produces ↵Florian Fainelli2009-11-063-4/+11
| | | | | | non-working bzImages, switch to 2.6.30, strip down kernel configuration SVN-Revision: 18325
* strip down even more the kernel configurationFlorian Fainelli2009-11-051-3/+7
| | | | SVN-Revision: 18324
* iproute2: compile the static libraries with $(FPIC), as they are reused by ↵Felix Fietkau2009-11-051-1/+7
| | | | | | other packages for inclusion into shared libraries should fix collectd build failures on mips SVN-Revision: 18323
* uboot-ifxmips: fix compile errors with the cs toolchain due to non-PIC codeFelix Fietkau2009-11-051-0/+25
| | | | SVN-Revision: 18321
* remove the old alix led junk which was replaced by upstream codeFelix Fietkau2009-11-059-914/+4
| | | | SVN-Revision: 18320
* oops, forgot the autoloadFelix Fietkau2009-11-051-1/+1
| | | | SVN-Revision: 18319
* fix kmod-leds-alix (#6079, #6105)Felix Fietkau2009-11-051-2/+2
| | | | SVN-Revision: 18318
* fix up the download location for the updated mac80211 version (thx, swalker)Felix Fietkau2009-11-051-1/+1
| | | | SVN-Revision: 18317
* fix breakage introduced with r18315Florian Fainelli2009-11-051-0/+2
| | | | SVN-Revision: 18316
* remove the patch dir hack in iptables when building with an external tree, ↵Florian Fainelli2009-11-051-6/+0
| | | | | | this did not work at all. SVN-Revision: 18315
* remove some other useless configuration itemsFlorian Fainelli2009-11-051-3/+2
| | | | SVN-Revision: 18314
* enable multicast routing for linux 2.4 (#6037)Felix Fietkau2009-11-051-1/+3
| | | | SVN-Revision: 18312
* Pass TARGET_CFLAGS using and external variable instead a sed expression that ↵Felix Fietkau2009-11-052-3/+13
| | | | | | | | can fail when TARGET_CFLAGS contains the ":" symbol. Signed-off: Luigi 'Comio' Mantellini <luigi.mantellini@idf-hit.com> SVN-Revision: 18311
* Don't build gmp and mpfr when using external toolchains (based on patch from ↵Felix Fietkau2009-11-051-0/+2
| | | | | | #6035) SVN-Revision: 18310
* add missing CONFIG_MEDIA_SUPPORT symbol for v4l (fixes #6108)Felix Fietkau2009-11-051-0/+1
| | | | SVN-Revision: 18309