Gabor Juhos
ef97415b92
ar71xx: merge/reorganize 3.3 patches
...
SVN-Revision: 31357
2012-04-19 21:31:50 +00:00
Gabor Juhos
408de85883
ar71xx: use ap91_pci_init for RB751{,G}
...
SVN-Revision: 31356
2012-04-19 21:31:48 +00:00
Gabor Juhos
0a9832b50d
ar71xx: move USB device registration directly into rb751{,g}_setup
...
SVN-Revision: 31355
2012-04-19 21:31:43 +00:00
Gabor Juhos
78967e6640
ar71xx: add ap9x_pci_get_wmac_data helper
...
SVN-Revision: 31354
2012-04-19 21:31:42 +00:00
Gabor Juhos
5c9ca38e47
ar71xx: add sanity checks to decode_rle
...
Also use -EINVAL instead of -1.
SVN-Revision: 31353
2012-04-19 21:31:40 +00:00
Gabor Juhos
8f921175ba
avr32: remove old kernel support
...
SVN-Revision: 31352
2012-04-19 21:23:07 +00:00
Gabor Juhos
80705b9fb1
avr32: switch to 3.3.2
...
uClibc-0.9.33 causes segfaults at least in iptables.
The segfaults are present with 2.6.39 as well, so it
makes no sense to stick to that version.
SVN-Revision: 31351
2012-04-19 21:23:02 +00:00
Gabor Juhos
abb57ea96f
avr32: sync kernel config
...
SVN-Revision: 31350
2012-04-19 21:22:50 +00:00
Gabor Juhos
3108a4bb4b
avr32: fix atomic64_t related kernel build errors
...
SVN-Revision: 31349
2012-04-19 21:22:48 +00:00
Felix Fietkau
1eb25cc5ad
mac80211: update to 2012-04-17, adds some build fixes and juhosg's ar9380 tx power fix
...
SVN-Revision: 31347
2012-04-19 18:32:39 +00:00
Jo-Philipp Wich
5a7ac3d044
openssl: update to v1.0.1a (CVE-2012-2110)
...
SVN-Revision: 31346
2012-04-19 14:05:53 +00:00
Florian Fainelli
26b3c31634
switch to 3.2.15
...
SVN-Revision: 31345
2012-04-18 15:36:33 +00:00
Florian Fainelli
2e641b13c0
fix 335-mips-kexec patch for all 3+ kernels
...
SVN-Revision: 31344
2012-04-18 15:36:30 +00:00
Jonas Gorski
e640bc8ca4
make xz ramdisk images also available for 2.6.39+
...
2.6.38 isn't the only kernel supporting it.
SVN-Revision: 31343
2012-04-18 15:14:05 +00:00
Mirko Vogt
0af09943a5
when choosing eglibc select eglibc version 2.13 by default
...
SVN-Revision: 31342
2012-04-18 01:10:37 +00:00
Mirko Vogt
1352465f27
remove patch '100-do-not-use-implicit-rules.patch' for eglibc 2.12
...
Mentioned patch got obsoleted by commit 31300, since it went upstream meanwhile
SVN-Revision: 31341
2012-04-18 01:10:20 +00:00
Felix Fietkau
43695701ec
ppp: move ppp-{up,down} from the netifd package to pppd
...
SVN-Revision: 31340
2012-04-17 21:35:13 +00:00
Felix Fietkau
a41b36bd4c
netifd: update to latest, fixes ppp reconnect issues
...
SVN-Revision: 31339
2012-04-17 21:35:09 +00:00
Jonas Gorski
d0bfc67e2e
kernel: x86: also update subtarget kernel versions
...
SVN-Revision: 31338
2012-04-17 21:01:43 +00:00
Jonas Gorski
a8f2bc682e
kernel: also update the targets to use 3.2.15
...
Thanks Gabor for spotting it.
SVN-Revision: 31337
2012-04-17 13:12:14 +00:00
Jonas Gorski
3a9b6dc313
kernel: update linux 3.3 to 3.3.2
...
SVN-Revision: 31336
2012-04-17 12:51:02 +00:00
Jonas Gorski
ee4c47a134
kernel: update linux 3.2 to 3.2.15
...
SVN-Revision: 31335
2012-04-17 12:50:54 +00:00
Jo-Philipp Wich
cfe30549a1
don't overwrite version.mk, substitute REVISION instead
...
SVN-Revision: 31327
2012-04-17 09:31:16 +00:00
Felix Fietkau
d7fee0b596
ath9k/ath5k: fix driver load issues with mesh support compiled out
...
SVN-Revision: 31326
2012-04-17 00:05:41 +00:00
Felix Fietkau
b138bca290
iw: sync nl80211.h update with compat-wireless
...
SVN-Revision: 31323
2012-04-16 21:13:18 +00:00
Felix Fietkau
c0c371b581
mac80211: update to wireless-testing 2012-04-13
...
SVN-Revision: 31322
2012-04-16 21:08:41 +00:00
Jo-Philipp Wich
c379502147
mklibs: revert r31315
...
SVN-Revision: 31316
2012-04-16 15:35:45 +00:00
Jo-Philipp Wich
a8d663260d
tools/mklibs: add missing <unistd.h> in readelf/elf.cpp
...
Fixes compile on my Arch Linux system, as unistd.h is needed for ::close().
Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
SVN-Revision: 31315
2012-04-16 15:11:32 +00:00
Jo-Philipp Wich
a0f0213462
bump to Linux v3.3.1
...
SVN-Revision: 31314
2012-04-16 15:04:47 +00:00
Jo-Philipp Wich
9d11e3395a
Fix bufferbloat in PPPoATM TX queue
...
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
SVN-Revision: 31313
2012-04-16 15:04:45 +00:00
Jo-Philipp Wich
2036c23faa
Update ppp TX restart patch to avoid race condition
...
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
SVN-Revision: 31312
2012-04-16 15:04:44 +00:00
Jo-Philipp Wich
f638b544f3
iproute2: Add hotplug script to add slave devices to TEQL master
...
Resolves https://dev.openwrt.org/ticket/11192
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
SVN-Revision: 31311
2012-04-16 15:04:42 +00:00
John Crispin
83948d6385
adds 3.3 patches and files
...
SVN-Revision: 31307
2012-04-16 12:31:48 +00:00
Florian Fainelli
fb2b2b958e
backport missing platform data members for gpio-keys
...
SVN-Revision: 31306
2012-04-16 12:09:15 +00:00
Florian Fainelli
e4f3867650
backport a missing eeprom 93cx6 define for building rt2x00
...
SVN-Revision: 31305
2012-04-16 12:09:13 +00:00
Florian Fainelli
5683c53c0c
sierra-directip: disable build with kernels older than 2.6.32 included
...
SVN-Revision: 31303
2012-04-16 11:38:38 +00:00
Florian Fainelli
db728b6583
add missing debugging symbols
...
SVN-Revision: 31302
2012-04-16 11:38:35 +00:00
Florian Fainelli
bb7cea7e65
add missing debugging symbols
...
SVN-Revision: 31301
2012-04-16 11:38:33 +00:00
Mirko Vogt
84c48979d2
level up eglibc versions to latest revisions of its respective branches
...
in particular this solves the issue that eglibc version 2.x produced so-files having the version string 2.(x-1) in its names which confused the toolchain
SVN-Revision: 31300
2012-04-16 08:40:45 +00:00
Florian Fainelli
c0ca7aed8e
mark set but unused variables as such
...
SVN-Revision: 31296
2012-04-15 18:53:48 +00:00
Florian Fainelli
a70ad13a79
refresh 2.6.32 patches
...
SVN-Revision: 31295
2012-04-15 18:53:45 +00:00
Florian Fainelli
47c8473475
refresh 2.6.32 patches
...
SVN-Revision: 31294
2012-04-15 18:53:42 +00:00
Florian Fainelli
f2f5820d13
silence an annoying x86 warning
...
SVN-Revision: 31293
2012-04-15 18:53:39 +00:00
Travis Kemen
a0bbc34816
disable xfs on avr32
...
SVN-Revision: 31291
2012-04-15 16:22:59 +00:00
Jo-Philipp Wich
b4312a8ba1
base-files: reformat banner to better work with varying version string lengths, do not set image options if menu is disabled ( #11280 )
...
SVN-Revision: 31289
2012-04-15 15:21:55 +00:00
Hauke Mehrtens
eb2191f5b0
at91: Missing kernel config symbols for AT91 target platform
...
I looked into buildbot snapshots and noticed that some platforms have
not successfully compiled for a long time. One example is at91, which
seems to be missing device-related kernel config symbols and the
snapshot build crashes already there.
Please find attached a patch that makes the at91 kernel config and
build to succeed again.
Signed off by: hannu.nyman@iki.fi
SVN-Revision: 31288
2012-04-15 09:50:51 +00:00
Hauke Mehrtens
7475bb3dc6
brcm47xx: fix a bug in the sprom handling of bcma, this broke all bcma based SoCs.
...
bcma: use fallback sprom if no on chip sprom is available
SVN-Revision: 31285
2012-04-14 12:12:22 +00:00
Jonas Gorski
c76ff41080
tools: sdcc: fix order of linking with libm
...
Fixes a build failure caught by buildbot.
SVN-Revision: 31284
2012-04-14 09:05:02 +00:00
Hauke Mehrtens
62f0c3793b
kernel: refresh patches
...
SVN-Revision: 31279
2012-04-13 19:37:15 +00:00
Hauke Mehrtens
6af575967c
kernel: update bcma and ssb to version master-2012-04-12 from wireless-testing
...
SVN-Revision: 31278
2012-04-13 19:35:40 +00:00