Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | neither avr32 or coldfire has a shared libgcc | Imre Kaloz | 2009-11-12 | 1 | -0/+2 |
| | | | | SVN-Revision: 18402 | ||||
* | update openssl to 0.9.8l -- thanks puchu | Imre Kaloz | 2009-11-12 | 5 | -3/+122 |
| | | | | SVN-Revision: 18398 | ||||
* | metadata.pl: fix menuconfig code for package features | Felix Fietkau | 2009-11-12 | 1 | -2/+3 |
| | | | | SVN-Revision: 18386 | ||||
* | opkg: forgot to remove two obsolete patches in last commit | Jo-Philipp Wich | 2009-11-11 | 2 | -23/+0 |
| | | | | SVN-Revision: 18381 | ||||
* | opkg: bump to r284 - incorporates parsing improvements upstream - fixes a ↵ | Jo-Philipp Wich | 2009-11-11 | 9 | -969/+27 |
| | | | | | | couple of memory leaks - fixes some null pointer dereferences - fixes possible crashes during removal of packages - various other corrections SVN-Revision: 18380 | ||||
* | mac80211: disable powersave on the sta by default (for performance reasons) | Felix Fietkau | 2009-11-11 | 1 | -0/+3 |
| | | | | SVN-Revision: 18379 | ||||
* | wireless-tools: re-enable support for enabling/disabling powersave | Felix Fietkau | 2009-11-11 | 1 | -25/+1 |
| | | | | SVN-Revision: 18378 | ||||
* | mac80211: fix a race condition when bringing up wds sta interfaces on the ap | Felix Fietkau | 2009-11-11 | 2 | -2/+23 |
| | | | | SVN-Revision: 18377 | ||||
* | e1000: depend on pci support instead of x86 target - some people have ↵ | Felix Fietkau | 2009-11-11 | 1 | -1/+1 |
| | | | | | | minipci cards with this chipset SVN-Revision: 18376 | ||||
* | export __cpuc_flush_dcache_page for ARM targets | Imre Kaloz | 2009-11-11 | 1 | -0/+33 |
| | | | | SVN-Revision: 18375 | ||||
* | powerpc: use the in-kernel dtc compiler | Imre Kaloz | 2009-11-11 | 4 | -36/+2 |
| | | | | SVN-Revision: 18374 | ||||
* | some more Kconfig symbol move.. | Imre Kaloz | 2009-11-11 | 60 | -91/+24 |
| | | | | SVN-Revision: 18371 | ||||
* | another round of kernel config cleanups | Imre Kaloz | 2009-11-11 | 67 | -271/+60 |
| | | | | SVN-Revision: 18370 | ||||
* | we don't support the 2.6.27 kernels for a long time now | Imre Kaloz | 2009-11-11 | 11 | -592/+0 |
| | | | | SVN-Revision: 18369 | ||||
* | move CPUFREQ to generic configs | Imre Kaloz | 2009-11-11 | 15 | -9/+6 |
| | | | | SVN-Revision: 18368 | ||||
* | sort all target config files | Imre Kaloz | 2009-11-11 | 69 | -1351/+1351 |
| | | | | SVN-Revision: 18367 | ||||
* | move CONFIG_CRASH_DUMP to the generic configs | Imre Kaloz | 2009-11-11 | 7 | -5/+2 |
| | | | | SVN-Revision: 18366 | ||||
* | hostapd: automatically add wds sta interfaces of an ap to the right bridge | Felix Fietkau | 2009-11-11 | 2 | -0/+14 |
| | | | | SVN-Revision: 18365 | ||||
* | hostapd: implement wds ap support | Felix Fietkau | 2009-11-11 | 2 | -1/+251 |
| | | | | SVN-Revision: 18364 | ||||
* | mac80211: fix a bug in broadcast handling of wds sta interfaces | Felix Fietkau | 2009-11-11 | 1 | -0/+9 |
| | | | | SVN-Revision: 18363 | ||||
* | merge target kernel config files with subtarget config files and add a ↵ | Felix Fietkau | 2009-11-11 | 3 | -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 Fietkau | 2009-11-11 | 1 | -1/+2 |
| | | | | SVN-Revision: 18361 | ||||
* | hostapd: update to latest git, remove openssl dependency for hostapd-full, ↵ | Felix Fietkau | 2009-11-11 | 7 | -33/+55 |
| | | | | | | it works with internal crypto now SVN-Revision: 18360 | ||||
* | cleanup subtarget kernel configurations to contain only what is required | Florian Fainelli | 2009-11-10 | 4 | -1188/+0 |
| | | | | SVN-Revision: 18359 | ||||
* | hostapd: use the new build variants feature to clean up the makefile | Felix Fietkau | 2009-11-10 | 2 | -63/+26 |
| | | | | SVN-Revision: 18358 | ||||
* | build system: introduce a new feature called build variants. it allows ↵ | Felix Fietkau | 2009-11-10 | 5 | -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 Fietkau | 2009-11-10 | 6 | -1/+633 |
| | | | | | | hostapd changes) SVN-Revision: 18356 | ||||
* | mac80211: fix wpa in client mode | Felix Fietkau | 2009-11-10 | 1 | -1/+2 |
| | | | | SVN-Revision: 18355 | ||||
* | convert profiles to become subtargets, compile tested only | Florian Fainelli | 2009-11-10 | 18 | -632/+1218 |
| | | | | SVN-Revision: 18354 | ||||
* | add preliminary MPC83xx support | Imre Kaloz | 2009-11-09 | 6 | -1/+2272 |
| | | | | SVN-Revision: 18353 | ||||
* | backport a recent version of vsprintf to linux 2.6.28 to fix mac80211 wifi ↵ | Felix Fietkau | 2009-11-09 | 1 | -0/+888 |
| | | | | | | interface detection SVN-Revision: 18352 | ||||
* | mac80211: fix wifi detect with 11n cards that have multiple bands | Felix Fietkau | 2009-11-09 | 1 | -2/+5 |
| | | | | SVN-Revision: 18351 | ||||
* | remove empty wl153 profile after r18349 | Florian Fainelli | 2009-11-08 | 1 | -0/+0 |
| | | | | SVN-Revision: 18350 | ||||
* | also support pcmcia | Florian Fainelli | 2009-11-08 | 4 | -17/+22 |
| | | | | SVN-Revision: 18349 | ||||
* | move headers to arch/x86/include/asm/, patch from sn9 | Florian Fainelli | 2009-11-08 | 5 | -19/+8 |
| | | | | SVN-Revision: 18347 | ||||
* | make sure rdc321x specific patches apply (CONFIG_X86_RDC321X), patch from sn9 | Florian Fainelli | 2009-11-08 | 2 | -4/+4 |
| | | | | SVN-Revision: 18346 | ||||
* | Add some build fixes for kernel 2.6.21 and the infineon amazon target. | Hauke Mehrtens | 2009-11-08 | 8 | -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 #5996 | Felix Fietkau | 2009-11-07 | 1 | -0/+23 |
| | | | | SVN-Revision: 18338 | ||||
* | add again missing hunk in vmlinux.lds.S | Florian Fainelli | 2009-11-07 | 1 | -7/+24 |
| | | | | SVN-Revision: 18337 | ||||
* | add missing hunk in the block2mtd patch | Florian Fainelli | 2009-11-07 | 1 | -15/+32 |
| | | | | SVN-Revision: 18336 | ||||
* | merge upstream fixes on mdio loop | Florian Fainelli | 2009-11-07 | 1 | -0/+9 |
| | | | | SVN-Revision: 18335 | ||||
* | refresh 2.6.31 patches | Florian Fainelli | 2009-11-07 | 2 | -10/+8 |
| | | | | SVN-Revision: 18334 | ||||
* | add olpc 2.6.31 configuration, forward port the block2mtd patch, refresh patches | Florian Fainelli | 2009-11-07 | 3 | -5/+746 |
| | | | | SVN-Revision: 18333 | ||||
* | the olpc config that was merged from the olpc port is a 2.6.30 config | Florian Fainelli | 2009-11-07 | 1 | -0/+0 |
| | | | | SVN-Revision: 18332 | ||||
* | switch back to LuCI main repo | Jo-Philipp Wich | 2009-11-07 | 1 | -1/+1 |
| | | | | SVN-Revision: 18328 | ||||
* | provide the correct flash mapping on non airlink devices, remove the ↵ | Florian Fainelli | 2009-11-06 | 3 | -23/+34 |
| | | | | | | rootfs_type hacks, patch from sn9 SVN-Revision: 18327 | ||||
* | add the prereq-check on lzma | Florian Fainelli | 2009-11-06 | 1 | -0/+4 |
| | | | | SVN-Revision: 18326 | ||||
* | use host-side lzma decompression tool, lzma-4.32 from openwrt produces ↵ | Florian Fainelli | 2009-11-06 | 3 | -4/+11 |
| | | | | | | non-working bzImages, switch to 2.6.30, strip down kernel configuration SVN-Revision: 18325 | ||||
* | strip down even more the kernel configuration | Florian Fainelli | 2009-11-05 | 1 | -3/+7 |
| | | | | SVN-Revision: 18324 | ||||
* | iproute2: compile the static libraries with $(FPIC), as they are reused by ↵ | Felix Fietkau | 2009-11-05 | 1 | -1/+7 |
| | | | | | | other packages for inclusion into shared libraries should fix collectd build failures on mips SVN-Revision: 18323 |