Commit graph

12562 commits

Author SHA1 Message Date
Imre Kaloz
1404796880 update openssl to 0.9.8l -- thanks puchu
SVN-Revision: 18398
2009-11-12 10:39:10 +00:00
Felix Fietkau
edeee3ac19 metadata.pl: fix menuconfig code for package features
SVN-Revision: 18386
2009-11-12 00:06:35 +00:00
Jo-Philipp Wich
0b69c5e549 opkg: forgot to remove two obsolete patches in last commit
SVN-Revision: 18381
2009-11-11 22:13:10 +00:00
Jo-Philipp Wich
2355f9d497 opkg: bump to r284 - incorporates parsing improvements upstream - fixes a couple of memory leaks - fixes some null pointer dereferences - fixes possible crashes during removal of packages - various other corrections
SVN-Revision: 18380
2009-11-11 21:42:05 +00:00
Felix Fietkau
a195852e7f mac80211: disable powersave on the sta by default (for performance reasons)
SVN-Revision: 18379
2009-11-11 16:59:36 +00:00
Felix Fietkau
f61d14f781 wireless-tools: re-enable support for enabling/disabling powersave
SVN-Revision: 18378
2009-11-11 16:59:31 +00:00
Felix Fietkau
c8c6f7ec39 mac80211: fix a race condition when bringing up wds sta interfaces on the ap
SVN-Revision: 18377
2009-11-11 16:32:09 +00:00
Felix Fietkau
3f5c35c742 e1000: depend on pci support instead of x86 target - some people have minipci cards with this chipset
SVN-Revision: 18376
2009-11-11 16:30:33 +00:00
Imre Kaloz
fb7c762ad6 export __cpuc_flush_dcache_page for ARM targets
SVN-Revision: 18375
2009-11-11 14:41:30 +00:00
Imre Kaloz
cc222ce56d powerpc: use the in-kernel dtc compiler
SVN-Revision: 18374
2009-11-11 13:44:12 +00:00
Imre Kaloz
6b280112f2 some more Kconfig symbol move..
SVN-Revision: 18371
2009-11-11 11:52:41 +00:00
Imre Kaloz
1d62d9a95c another round of kernel config cleanups
SVN-Revision: 18370
2009-11-11 11:42:24 +00:00
Imre Kaloz
88401c2052 we don't support the 2.6.27 kernels for a long time now
SVN-Revision: 18369
2009-11-11 11:38:02 +00:00
Imre Kaloz
a01ec2469b move CPUFREQ to generic configs
SVN-Revision: 18368
2009-11-11 10:00:28 +00:00
Imre Kaloz
ef42fb4c13 sort all target config files
SVN-Revision: 18367
2009-11-11 09:27:13 +00:00
Imre Kaloz
1238d93b09 move CONFIG_CRASH_DUMP to the generic configs
SVN-Revision: 18366
2009-11-11 09:07:22 +00:00
Felix Fietkau
5501cf6ed8 hostapd: automatically add wds sta interfaces of an ap to the right bridge
SVN-Revision: 18365
2009-11-11 05:15:55 +00:00
Felix Fietkau
36eccaad21 hostapd: implement wds ap support
SVN-Revision: 18364
2009-11-11 05:15:51 +00:00
Felix Fietkau
20107c752e mac80211: fix a bug in broadcast handling of wds sta interfaces
SVN-Revision: 18363
2009-11-11 05:15:41 +00:00
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
2009-11-11 01:25:06 +00:00
Felix Fietkau
bf2fe7ea9a automatically adjust CONFIG_BLK_DEV_INITRD in the kernel config (thx, sn9)
SVN-Revision: 18361
2009-11-11 01:25:02 +00:00
Felix Fietkau
a8ea28ad90 hostapd: update to latest git, remove openssl dependency for hostapd-full, it works with internal crypto now
SVN-Revision: 18360
2009-11-11 00:34:42 +00:00
Florian Fainelli
9884abab6d cleanup subtarget kernel configurations to contain only what is required
SVN-Revision: 18359
2009-11-10 23:10:07 +00:00
Felix Fietkau
8a89f203a0 hostapd: use the new build variants feature to clean up the makefile
SVN-Revision: 18358
2009-11-10 22:00:59 +00:00
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
2009-11-10 22:00:54 +00:00
Felix Fietkau
1dbcfdaf2f mac80211: implement wds sta support (wds ap support work in progress, needs hostapd changes)
SVN-Revision: 18356
2009-11-10 19:27:19 +00:00
Felix Fietkau
559f32adbc mac80211: fix wpa in client mode
SVN-Revision: 18355
2009-11-10 19:27:13 +00:00
Florian Fainelli
10752b10df convert profiles to become subtargets, compile tested only
SVN-Revision: 18354
2009-11-10 00:22:07 +00:00
Imre Kaloz
a992d6986c add preliminary MPC83xx support
SVN-Revision: 18353
2009-11-09 11:45:04 +00:00
Felix Fietkau
ee937398f7 backport a recent version of vsprintf to linux 2.6.28 to fix mac80211 wifi interface detection
SVN-Revision: 18352
2009-11-09 00:58:44 +00:00
Felix Fietkau
498483be78 mac80211: fix wifi detect with 11n cards that have multiple bands
SVN-Revision: 18351
2009-11-09 00:58:39 +00:00
Florian Fainelli
149edf50d6 remove empty wl153 profile after r18349
SVN-Revision: 18350
2009-11-08 23:01:29 +00:00
Florian Fainelli
7b61262aa3 also support pcmcia
SVN-Revision: 18349
2009-11-08 22:55:44 +00:00
Florian Fainelli
685d84af2c move headers to arch/x86/include/asm/, patch from sn9
SVN-Revision: 18347
2009-11-08 22:49:28 +00:00
Florian Fainelli
fa26169f55 make sure rdc321x specific patches apply (CONFIG_X86_RDC321X), patch from sn9
SVN-Revision: 18346
2009-11-08 22:48:19 +00:00
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
2009-11-08 21:56:59 +00:00
Felix Fietkau
ae0457f76a b43: work around a locking issue, might fix #5996
SVN-Revision: 18338
2009-11-07 17:40:52 +00:00
Florian Fainelli
2e72f3b269 add again missing hunk in vmlinux.lds.S
SVN-Revision: 18337
2009-11-07 13:36:32 +00:00
Florian Fainelli
d6cbf47527 add missing hunk in the block2mtd patch
SVN-Revision: 18336
2009-11-07 13:03:10 +00:00
Florian Fainelli
e9a02ff509 merge upstream fixes on mdio loop
SVN-Revision: 18335
2009-11-07 12:48:17 +00:00
Florian Fainelli
43f444a58c refresh 2.6.31 patches
SVN-Revision: 18334
2009-11-07 12:45:41 +00:00
Florian Fainelli
cfb90af68e add olpc 2.6.31 configuration, forward port the block2mtd patch, refresh patches
SVN-Revision: 18333
2009-11-07 12:32:25 +00:00
Florian Fainelli
ac001d6520 the olpc config that was merged from the olpc port is a 2.6.30 config
SVN-Revision: 18332
2009-11-07 12:16:31 +00:00
Jo-Philipp Wich
8a7d735404 switch back to LuCI main repo
SVN-Revision: 18328
2009-11-07 00:09:53 +00:00
Florian Fainelli
900c2a8e35 provide the correct flash mapping on non airlink devices, remove the rootfs_type hacks, patch from sn9
SVN-Revision: 18327
2009-11-06 10:53:15 +00:00
Florian Fainelli
db25c8da1a add the prereq-check on lzma
SVN-Revision: 18326
2009-11-06 08:47:28 +00:00
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
2009-11-06 08:42:41 +00:00
Florian Fainelli
186b555e56 strip down even more the kernel configuration
SVN-Revision: 18324
2009-11-05 23:40:12 +00:00
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
2009-11-05 22:29:14 +00:00
Felix Fietkau
f70c8b37e4 uboot-ifxmips: fix compile errors with the cs toolchain due to non-PIC code
SVN-Revision: 18321
2009-11-05 21:25:31 +00:00