Commit Graph

12607 Commits (60a4353fdd5bb91d209a6fe970c70361b15a0ea5)
 

Author SHA1 Message Date
Felix Fietkau f61d14f781 wireless-tools: re-enable support for enabling/disabling powersave
SVN-Revision: 18378
15 years ago
Felix Fietkau c8c6f7ec39 mac80211: fix a race condition when bringing up wds sta interfaces on the ap
SVN-Revision: 18377
15 years ago
Felix Fietkau 3f5c35c742 e1000: depend on pci support instead of x86 target - some people have minipci cards with this chipset
SVN-Revision: 18376
15 years ago
Imre Kaloz fb7c762ad6 export __cpuc_flush_dcache_page for ARM targets
SVN-Revision: 18375
15 years ago
Imre Kaloz cc222ce56d powerpc: use the in-kernel dtc compiler
SVN-Revision: 18374
15 years ago
Imre Kaloz 6b280112f2 some more Kconfig symbol move..
SVN-Revision: 18371
15 years ago
Imre Kaloz 1d62d9a95c another round of kernel config cleanups
SVN-Revision: 18370
15 years ago
Imre Kaloz 88401c2052 we don't support the 2.6.27 kernels for a long time now
SVN-Revision: 18369
15 years ago
Imre Kaloz a01ec2469b move CPUFREQ to generic configs
SVN-Revision: 18368
15 years ago
Imre Kaloz ef42fb4c13 sort all target config files
SVN-Revision: 18367
15 years ago
Imre Kaloz 1238d93b09 move CONFIG_CRASH_DUMP to the generic configs
SVN-Revision: 18366
15 years ago
Felix Fietkau 5501cf6ed8 hostapd: automatically add wds sta interfaces of an ap to the right bridge
SVN-Revision: 18365
15 years ago
Felix Fietkau 36eccaad21 hostapd: implement wds ap support
SVN-Revision: 18364
15 years ago
Felix Fietkau 20107c752e mac80211: fix a bug in broadcast handling of wds sta interfaces
SVN-Revision: 18363
15 years ago
Felix Fietkau ea41d3a288 merge target kernel config files with subtarget config files and add a variable override for editing the target kernel config file with make kernel_menuconfig in case the subtarget contains overrides (thx, sn9)
SVN-Revision: 18362
15 years ago
Felix Fietkau bf2fe7ea9a automatically adjust CONFIG_BLK_DEV_INITRD in the kernel config (thx, sn9)
SVN-Revision: 18361
15 years ago
Felix Fietkau a8ea28ad90 hostapd: update to latest git, remove openssl dependency for hostapd-full, it works with internal crypto now
SVN-Revision: 18360
15 years ago
Florian Fainelli 9884abab6d cleanup subtarget kernel configurations to contain only what is required
SVN-Revision: 18359
15 years ago
Felix Fietkau 8a89f203a0 hostapd: use the new build variants feature to clean up the makefile
SVN-Revision: 18358
15 years ago
Felix Fietkau 579d54038b build system: introduce a new feature called build variants. it allows 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
15 years ago
Felix Fietkau 1dbcfdaf2f mac80211: implement wds sta support (wds ap support work in progress, needs hostapd changes)
SVN-Revision: 18356
15 years ago
Felix Fietkau 559f32adbc mac80211: fix wpa in client mode
SVN-Revision: 18355
15 years ago
Florian Fainelli 10752b10df convert profiles to become subtargets, compile tested only
SVN-Revision: 18354
15 years ago
Imre Kaloz a992d6986c add preliminary MPC83xx support
SVN-Revision: 18353
15 years ago
Felix Fietkau ee937398f7 backport a recent version of vsprintf to linux 2.6.28 to fix mac80211 wifi interface detection
SVN-Revision: 18352
15 years ago
Felix Fietkau 498483be78 mac80211: fix wifi detect with 11n cards that have multiple bands
SVN-Revision: 18351
15 years ago
Florian Fainelli 149edf50d6 remove empty wl153 profile after r18349
SVN-Revision: 18350
15 years ago
Florian Fainelli 7b61262aa3 also support pcmcia
SVN-Revision: 18349
15 years ago
Florian Fainelli 685d84af2c move headers to arch/x86/include/asm/, patch from sn9
SVN-Revision: 18347
15 years ago
Florian Fainelli fa26169f55 make sure rdc321x specific patches apply (CONFIG_X86_RDC321X), patch from sn9
SVN-Revision: 18346
15 years ago
Hauke Mehrtens 343e9ffa20 Add some build fixes for kernel 2.6.21 and the infineon amazon target.
Now it compiles with the new toolchain.
These are mostly backports from mainline linux and newer linux kernels from openwrt.

SVN-Revision: 18345
15 years ago
Felix Fietkau ae0457f76a b43: work around a locking issue, might fix #5996
SVN-Revision: 18338
15 years ago
Florian Fainelli 2e72f3b269 add again missing hunk in vmlinux.lds.S
SVN-Revision: 18337
15 years ago
Florian Fainelli d6cbf47527 add missing hunk in the block2mtd patch
SVN-Revision: 18336
15 years ago
Florian Fainelli e9a02ff509 merge upstream fixes on mdio loop
SVN-Revision: 18335
15 years ago
Florian Fainelli 43f444a58c refresh 2.6.31 patches
SVN-Revision: 18334
15 years ago
Florian Fainelli cfb90af68e add olpc 2.6.31 configuration, forward port the block2mtd patch, refresh patches
SVN-Revision: 18333
15 years ago
Florian Fainelli ac001d6520 the olpc config that was merged from the olpc port is a 2.6.30 config
SVN-Revision: 18332
15 years ago
Jo-Philipp Wich 8a7d735404 switch back to LuCI main repo
SVN-Revision: 18328
15 years ago
Florian Fainelli 900c2a8e35 provide the correct flash mapping on non airlink devices, remove the rootfs_type hacks, patch from sn9
SVN-Revision: 18327
15 years ago
Florian Fainelli db25c8da1a add the prereq-check on lzma
SVN-Revision: 18326
15 years ago
Florian Fainelli ad2bd568f5 use host-side lzma decompression tool, lzma-4.32 from openwrt produces non-working bzImages, switch to 2.6.30, strip down kernel configuration
SVN-Revision: 18325
15 years ago
Florian Fainelli 186b555e56 strip down even more the kernel configuration
SVN-Revision: 18324
15 years ago
Felix Fietkau a006cb5e5c iproute2: compile the static libraries with $(FPIC), as they are reused by other packages for inclusion into shared libraries should fix collectd build failures on mips
SVN-Revision: 18323
15 years ago
Felix Fietkau f70c8b37e4 uboot-ifxmips: fix compile errors with the cs toolchain due to non-PIC code
SVN-Revision: 18321
15 years ago
Felix Fietkau d1c5fa3695 remove the old alix led junk which was replaced by upstream code
SVN-Revision: 18320
15 years ago
Felix Fietkau a4081ecb34 oops, forgot the autoload
SVN-Revision: 18319
15 years ago
Felix Fietkau c386747269 fix kmod-leds-alix (#6079, #6105)
SVN-Revision: 18318
15 years ago
Felix Fietkau 3dfa493e56 fix up the download location for the updated mac80211 version (thx, swalker)
SVN-Revision: 18317
15 years ago
Florian Fainelli 2d463950c3 fix breakage introduced with r18315
SVN-Revision: 18316
15 years ago