Commit graph

15844 commits

Author SHA1 Message Date
Michael Büsch
a46c332411 Add HOST_FPIC. It currently always is -fPIC, because that should work on all platforms, even if it may generate slightly inefficient code on some arches.
SVN-Revision: 23598
2010-10-23 20:30:43 +00:00
Florian Fainelli
88eadf541f add required symbols to allow building of 2.6.35.7
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>

SVN-Revision: 23594
2010-10-23 18:56:19 +00:00
Florian Fainelli
115dc292cb fix lzo decompressor build failure on 2.6.35
The patch fixes the build failure in Linux 2.6.35.7.
Other versions may have the same issue, but I haven't test it.

Signed-off-by: Ramax Lo <ramaxlo@gmail.com>

SVN-Revision: 23593
2010-10-23 18:56:14 +00:00
Mirko Vogt
1ecedb1ec6 create subtarget "om gta02" in preparation for further s3c24xx-based boards - thanks to Ramax Lo
SVN-Revision: 23592
2010-10-23 15:57:24 +00:00
Jo-Philipp Wich
cfe4db7bda base-files: mark /etc/shadow as conffile
SVN-Revision: 23590
2010-10-23 15:49:04 +00:00
Felix Fietkau
9fcc9f026b ath9k: fix an aggregation hang issue that happens when a hardware reset is issued
SVN-Revision: 23588
2010-10-23 15:29:25 +00:00
Felix Fietkau
b3e708acd7 ar71xx: remove some unnecessary patches
SVN-Revision: 23581
2010-10-22 01:31:47 +00:00
Felix Fietkau
0468a284dd move a few more 2.6.36 config options from ar71xx to generic
SVN-Revision: 23580
2010-10-21 18:42:52 +00:00
Felix Fietkau
7eb948eddf remove 2.6.36 config options which no longer exist
SVN-Revision: 23579
2010-10-21 18:42:44 +00:00
Felix Fietkau
e8d19b1dbc refresh generic kernel configs using kconfig.pl
SVN-Revision: 23578
2010-10-21 18:42:37 +00:00
Felix Fietkau
f056c054b9 ar71xx: the ar7240 dsa driver is no longer used, remove it.
SVN-Revision: 23577
2010-10-21 18:42:28 +00:00
Felix Fietkau
9e2d1a194d ar71xx: use the new ar7240 switch driver for tl-wa901nd as well
SVN-Revision: 23576
2010-10-21 18:42:22 +00:00
Felix Fietkau
6656450c6d ar71xx: fix more section mismatches
SVN-Revision: 23575
2010-10-21 18:42:16 +00:00
Felix Fietkau
8858d90afe ar71xx: improve 2.6.36 compatibility. also, instead of adding a forward port patch to the 2.6.36 patches, add a backport patch to 2.6.32
SVN-Revision: 23574
2010-10-21 18:42:11 +00:00
Felix Fietkau
0ee2fda5e1 rt8366*: use __devinit instead of __init for the probe function to fix a section mismatch
SVN-Revision: 23573
2010-10-21 18:42:05 +00:00
Felix Fietkau
0ccae6ec9e ar71xx: refresh kernel config for 2.6.36
SVN-Revision: 23572
2010-10-21 18:41:57 +00:00
Felix Fietkau
d40b0f3529 ar71xx: remove unused kernel versions, 2.6.36 should be the next target
SVN-Revision: 23571
2010-10-21 18:41:52 +00:00
Felix Fietkau
ad83152231 add missing kernel config symbols for 2.6.36
SVN-Revision: 23570
2010-10-21 18:41:46 +00:00
Vasilis Tsiligiannis
68e76c9a6c uboot-{kirkwood,xburst}: Fix typo in U-Boot image name, thanks framer99 (#8112)
SVN-Revision: 23567
2010-10-21 08:54:36 +00:00
Vasilis Tsiligiannis
4711381796 hostap-driver: Change default channel from 5 to 11
SVN-Revision: 23565
2010-10-21 08:37:17 +00:00
Vasilis Tsiligiannis
28d277e542 kernel/modules: Fix CH341 USB-to-serial description (#8097)
SVN-Revision: 23563
2010-10-21 08:35:22 +00:00
Alexandros C. Couloumbis
3d32fb2ab5 linux/generic: refresh 2.6.36 patches
SVN-Revision: 23560
2010-10-21 08:23:11 +00:00
Felix Fietkau
ad06ff1186 ath9k: fix sampling frame handling wrt. aggregation, replace minstrel_ht performance fixes for better performance
SVN-Revision: 23558
2010-10-21 00:33:00 +00:00
Michael Büsch
a7bdb90f38 omap24xx: Update to 2.6.36
SVN-Revision: 23557
2010-10-20 23:13:00 +00:00
Michael Büsch
a7ae32e3dd Add md5sum for linux-2.6.36
SVN-Revision: 23556
2010-10-20 23:07:35 +00:00
Felix Fietkau
1178bae74d mac80211: decrease the minstrel_ht sampling interval for faster rate adaption
SVN-Revision: 23555
2010-10-20 21:38:31 +00:00
Felix Fietkau
45c088cdf1 mac80211: improve minstrel_ht performance by ensuring that rates get sampled fast enough
SVN-Revision: 23554
2010-10-20 21:01:06 +00:00
Felix Fietkau
d9b732a591 ath9k: fix a small bug in the handling of a few tx descriptor flags
SVN-Revision: 23553
2010-10-20 21:00:57 +00:00
Jo-Philipp Wich
db6aaa7bcf br2684ctl: rework init script - use common defaults for unit and atmdev - add a more reliable stop routine - localize variables
SVN-Revision: 23552
2010-10-20 20:10:17 +00:00
Jo-Philipp Wich
a50421a302 pppd: use "atmdev" option to select the DSL adapter, this aligns it with br2684ctl and solves #8108
SVN-Revision: 23551
2010-10-20 17:56:29 +00:00
Felix Fietkau
e53a3539e2 ath9k: fix a crash that happens when survey stats are accessed before the interface is brought up for the first time
SVN-Revision: 23549
2010-10-20 14:01:53 +00:00
Alexandros C. Couloumbis
b79b929210 target/linux: adm5120/2.6.36 patches, fix a missing 0 (thank you florian)
SVN-Revision: 23548
2010-10-20 13:47:59 +00:00
Alexandros C. Couloumbis
78a11fc0d4 target/linux: refresh previous patch
SVN-Revision: 23545
2010-10-20 11:32:42 +00:00
Alexandros C. Couloumbis
9eed4e6315 linux/generic: sync to todays yaffs tree
SVN-Revision: 23544
2010-10-20 11:27:31 +00:00
Felix Fietkau
dfddaefa6b ath9k: use the maximum rate power for the channel txpower limits
SVN-Revision: 23543
2010-10-20 01:05:30 +00:00
Felix Fietkau
935809ebb6 ath9k: add a locking fix that might prevent random memory corruption during hardware resets
SVN-Revision: 23542
2010-10-20 00:46:37 +00:00
Felix Fietkau
d430237b28 ath9k: fix tx power display
SVN-Revision: 23541
2010-10-20 00:08:17 +00:00
Felix Fietkau
6adbeb35c1 mac80211: update to wireless-testing 2010-10-19
SVN-Revision: 23540
2010-10-19 22:11:21 +00:00
Felix Fietkau
edb7be2e2b ath9k: make the regulatory override less intrusive - allow it to parse CTLs
SVN-Revision: 23539
2010-10-19 21:49:42 +00:00
Florian Fainelli
cb0e742bab Revert "[brcm47xx] Add support for cores with slow WDT clock (bcm5354)"
This reverts commit 7467fdab387f451082c15d17ce9ae4d91d74b6ca.

SVN-Revision: 23533
2010-10-19 07:07:10 +00:00
Florian Fainelli
b55f4bdd60 Merge branch 'master' of git://nbd.name/openwrt
Conflicts:

	package/opkg/patches/009-remove-upgrade-all.patch

SVN-Revision: 23532
2010-10-19 07:06:12 +00:00
Jo-Philipp Wich
191bf37328 ppp: honour option auto in atm hotplug
SVN-Revision: 23531
2010-10-19 07:01:38 +00:00
Jo-Philipp Wich
6029e1b618 ppp: - implement coldplugging for pppoa interfaces - honour device option to select the DSL adapter - don't set any default mtu, rely on pppd to negotiate it - bump pkg revision
SVN-Revision: 23530
2010-10-19 06:42:37 +00:00
Jo-Philipp Wich
64f9925245 6in4: - add log entries for update operations - always update tunnel, even if wan ip is unchanged - use multiple wget tries before giving up, resolv.conf might not be ready when ifup is triggered
SVN-Revision: 23528
2010-10-19 02:07:29 +00:00
Michael Büsch
b5cfdcd278 Fix typo
SVN-Revision: 23524
2010-10-18 21:43:50 +00:00
Jo-Philipp Wich
c32a125607 netfilter: workaround a userspace/kernel mismatch on Linux 2.6.35 and later
SVN-Revision: 23521
2010-10-18 20:39:07 +00:00
Florian Fainelli
20d28f7685 fix platform_devices registration
Signed-off-by: Tanguy Bouzéloc <tanguy.bouzeloc@efixo.com>

SVN-Revision: 23517
2010-10-18 19:49:54 +00:00
Florian Fainelli
c8c0d4d8e6 Add support for cores with slow WDT clock (bcm5354)
Signed-off-by: Aleksandar Radovanovic <biblbroks@sezampro.rs>

SVN-Revision: 23516
2010-10-18 19:49:48 +00:00
Florian Fainelli
8a6ee777b0 make ModuleAutoLoad more readable
When doing a build with tracing on, the expansion of ModuleAutoLoad can get a
little hairy.

Using intermediate variables to name the arguments makes tracing more readable.

One side effect is that if an argument is accidentally left out, we won't get
all of the parameters shifted one over thanks to quoting (done in AutoLoad).

Signed-of-by: Philip Prindeville <philipp@redfish-solutions.com>

SVN-Revision: 23513
2010-10-18 06:58:11 +00:00
Florian Fainelli
af0e5167bc add bcm96338W2 e7t board (D-Link 2640U/BRU/C, #7558)
SVN-Revision: 23508
2010-10-17 17:45:50 +00:00