lede.git
14 years agoChange kernel version to 2.6.36
Lars-Peter Clausen [Wed, 27 Oct 2010 14:12:27 +0000 (14:12 +0000)]
Change kernel version to 2.6.36

SVN-Revision: 23671

14 years agoADC and battery fixes * Fix concurrent battery readings * Add missing kfree in batter...
Lars-Peter Clausen [Wed, 27 Oct 2010 14:11:36 +0000 (14:11 +0000)]
ADC and battery fixes * Fix concurrent battery readings * Add missing kfree in battery driver remove * Fix disabling of a ADC component

SVN-Revision: 23670

14 years agoAdd missing symbol to 2.6.36 config
Lars-Peter Clausen [Wed, 27 Oct 2010 14:04:04 +0000 (14:04 +0000)]
Add missing symbol to 2.6.36 config

SVN-Revision: 23669

14 years agomark targets maintained by me
Imre Kaloz [Wed, 27 Oct 2010 13:46:00 +0000 (13:46 +0000)]
mark targets maintained by me

SVN-Revision: 23668

14 years agomadwifi: make wep-open the default
Jo-Philipp Wich [Wed, 27 Oct 2010 11:46:01 +0000 (11:46 +0000)]
madwifi: make wep-open the default

SVN-Revision: 23660

14 years agomadwifi: add wep+open, wep+shared format support to madwifi as well
Jo-Philipp Wich [Wed, 27 Oct 2010 11:25:59 +0000 (11:25 +0000)]
madwifi: add wep+open, wep+shared format support to madwifi as well

SVN-Revision: 23657

14 years agoSet auth_algs in hostapd.conf, make it configurable for WEP Always set auth_algs...
Jo-Philipp Wich [Wed, 27 Oct 2010 11:11:04 +0000 (11:11 +0000)]
Set auth_algs in hostapd.conf, make it configurable for WEP Always set auth_algs in hostapd.conf. For WEP, auth_algs is configurable by setting the encryption parameter of a wifi-iface to contain "open" (1, open system), "shared" (2, shared key), or "mixed" (3, permits both open system and shared key.) For example, use "wep+shared" for shared key authentication. The default is default is "open" as it is more secure than "shared" (although WEP is pretty weak regardless.) For non-WEP, "open" is always used.

https://dev.openwrt.org/ticket/8120

Signed-off-by: Mark Mentovai <mark@moxienet.com>
SVN-Revision: 23655

14 years agoregister uart driver on livebox (#8013)
Florian Fainelli [Wed, 27 Oct 2010 10:02:13 +0000 (10:02 +0000)]
register uart driver on livebox (#8013)

SVN-Revision: 23653

14 years agorefresh 2.6.35 patches
Florian Fainelli [Wed, 27 Oct 2010 10:02:08 +0000 (10:02 +0000)]
refresh 2.6.35 patches

SVN-Revision: 23652

14 years agorefresh 2.6.35 patches
Florian Fainelli [Wed, 27 Oct 2010 10:02:03 +0000 (10:02 +0000)]
refresh 2.6.35 patches

SVN-Revision: 23651

14 years agoath9k: fix aggregation flush on ar9003
Felix Fietkau [Wed, 27 Oct 2010 00:43:17 +0000 (00:43 +0000)]
ath9k: fix aggregation flush on ar9003

SVN-Revision: 23650

14 years agoath9k: add more pending locking fixes - fixes tx dma hang issues on reset
Felix Fietkau [Wed, 27 Oct 2010 00:43:11 +0000 (00:43 +0000)]
ath9k: add more pending locking fixes - fixes tx dma hang issues on reset

SVN-Revision: 23649

14 years agogdb: There are dep issues with cconfig.h. Disable parallel build for now.
Michael Büsch [Tue, 26 Oct 2010 22:45:41 +0000 (22:45 +0000)]
gdb: There are dep issues with cconfig.h. Disable parallel build for now.

SVN-Revision: 23647

14 years agohotplug2 depends on udevtrigger
Florian Fainelli [Tue, 26 Oct 2010 21:29:06 +0000 (21:29 +0000)]
hotplug2 depends on udevtrigger

SVN-Revision: 23646

14 years agoallow overriding BIN_DIR (#7412)
Jo-Philipp Wich [Tue, 26 Oct 2010 14:15:52 +0000 (14:15 +0000)]
allow overriding BIN_DIR (#7412)

SVN-Revision: 23643

14 years agohostapd: backport a fix for setting the IFF_RUNNING flag on AP mode interfaces
Felix Fietkau [Tue, 26 Oct 2010 13:47:12 +0000 (13:47 +0000)]
hostapd: backport a fix for setting the IFF_RUNNING flag on AP mode interfaces

SVN-Revision: 23641

14 years agocopy kernel .config, needed by mkfs.jffs2 to detect compression capabilities
Jo-Philipp Wich [Tue, 26 Oct 2010 13:34:21 +0000 (13:34 +0000)]
copy kernel .config, needed by mkfs.jffs2 to detect compression capabilities

SVN-Revision: 23639

14 years agomac80211: add uci support for the ad-hoc multicast rate setting
Felix Fietkau [Mon, 25 Oct 2010 23:51:12 +0000 (23:51 +0000)]
mac80211: add uci support for the ad-hoc multicast rate setting

SVN-Revision: 23637

14 years agoiw: add support for setting the multicast rate for ibss
Felix Fietkau [Mon, 25 Oct 2010 23:51:07 +0000 (23:51 +0000)]
iw: add support for setting the multicast rate for ibss

SVN-Revision: 23636

14 years agomac80211: add support for setting the multicast rate for ibss
Felix Fietkau [Mon, 25 Oct 2010 23:51:00 +0000 (23:51 +0000)]
mac80211: add support for setting the multicast rate for ibss

SVN-Revision: 23635

14 years agolinux/mpc83xx: add preliminary 2.6.36 kernel support
Alexandros C. Couloumbis [Mon, 25 Oct 2010 17:59:14 +0000 (17:59 +0000)]
linux/mpc83xx: add preliminary 2.6.36 kernel support

SVN-Revision: 23633

14 years agopackage/busybox: include an upstream patch
Alexandros C. Couloumbis [Mon, 25 Oct 2010 11:14:43 +0000 (11:14 +0000)]
package/busybox: include an upstream patch

SVN-Revision: 23630

14 years agopackage/madwifi: fix mtu setting. (closes #7858)
Alexandros C. Couloumbis [Mon, 25 Oct 2010 10:07:17 +0000 (10:07 +0000)]
package/madwifi: fix mtu setting. (closes #7858)

SVN-Revision: 23628

14 years agohostapd: fix wpa_supplicant standalone compile
Felix Fietkau [Sun, 24 Oct 2010 21:31:05 +0000 (21:31 +0000)]
hostapd: fix wpa_supplicant standalone compile

SVN-Revision: 23625

14 years agoFix nxp_74hc164 driver compile error (builbot)
Claudio Mignanti [Sun, 24 Oct 2010 16:10:41 +0000 (16:10 +0000)]
Fix nxp_74hc164 driver compile error (builbot)

SVN-Revision: 23623

14 years agoAdd some symbols from buildbot
Claudio Mignanti [Sun, 24 Oct 2010 16:10:35 +0000 (16:10 +0000)]
Add some symbols from buildbot

SVN-Revision: 23622

14 years agoDon't compile u-boot by default
Claudio Mignanti [Sun, 24 Oct 2010 16:10:30 +0000 (16:10 +0000)]
Don't compile u-boot by default

SVN-Revision: 23621

14 years agosoloscli utility for Solos ADSL2+ modems
Florian Fainelli [Sun, 24 Oct 2010 13:46:32 +0000 (13:46 +0000)]
soloscli utility for Solos ADSL2+ modems

Utility for interrogating Traverse Technologies' Solos ADSL2+ modems

Signed-off-by: Nathan Williams <nathan@traverse.com.au>
SVN-Revision: 23619

14 years agoadd support for darcs-based feeds
Florian Fainelli [Sun, 24 Oct 2010 12:36:51 +0000 (12:36 +0000)]
add support for darcs-based feeds

The following patch adds support for darcs-based feeds.
It is tested and works well for my purpose.  I wish it
were committed upstream so that I can share my feed with
other users without converting it to svn/git/whatever.

Best regards,

Signed-off-by: Gabriel Kerneis <kerneis@pps.jussieu.fr>
SVN-Revision: 23616

14 years agoadd support for darcs repositories
Florian Fainelli [Sun, 24 Oct 2010 12:36:44 +0000 (12:36 +0000)]
add support for darcs repositories

This patch adds support for darcs repositories (as sources of packages).

It does *not* add support for darcs:// URI scheme because such a scheme
do not exist (AFAIK).  You must therefore manually set PKG_SOURCE_PROTO
to darcs in your Makefile (and use a regular http:// URI). You also have
to set PKG_SOURCE_VERSION to a string matching a tag contained in the
repository, and PKG_SOURCE_SUBDIR to something sensible
($(PACKAGE_NAME)-$(PACKAGE_SOURCE_VERSION) for instance).

Same rationale as for the previous patch ("useless to most, but small
and straightforward so why no add it?).

Best regards,

Signed-off-by: Gabriel Kerneis <kerneis@pps.jussieu.fr>
SVN-Revision: 23615

14 years agohostapd: fix AP+STA reconnects
Felix Fietkau [Sun, 24 Oct 2010 00:19:34 +0000 (00:19 +0000)]
hostapd: fix AP+STA reconnects

SVN-Revision: 23604

14 years agohostapd: remove some unnecessary debugging code from the last commit
Felix Fietkau [Sat, 23 Oct 2010 23:45:41 +0000 (23:45 +0000)]
hostapd: remove some unnecessary debugging code from the last commit

SVN-Revision: 23603

14 years agohostapd/mac80211: implement support for AP+STA
Felix Fietkau [Sat, 23 Oct 2010 23:39:54 +0000 (23:39 +0000)]
hostapd/mac80211: implement support for AP+STA

SVN-Revision: 23602

14 years agohostapd: fix SIGHUP for multi-bss
Felix Fietkau [Sat, 23 Oct 2010 23:39:49 +0000 (23:39 +0000)]
hostapd: fix SIGHUP for multi-bss

SVN-Revision: 23601

14 years agobusybox: fix configured stampfile name - add $(SH_FUNC) for md5s
Felix Fietkau [Sat, 23 Oct 2010 23:39:19 +0000 (23:39 +0000)]
busybox: fix configured stampfile name - add $(SH_FUNC) for md5s

SVN-Revision: 23600

14 years agoAdd HOST_FPIC. It currently always is -fPIC, because that should work on all platform...
Michael Büsch [Sat, 23 Oct 2010 20:30:43 +0000 (20:30 +0000)]
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

14 years agoadd required symbols to allow building of 2.6.35.7
Florian Fainelli [Sat, 23 Oct 2010 18:56:19 +0000 (18:56 +0000)]
add required symbols to allow building of 2.6.35.7

Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
SVN-Revision: 23594

14 years agofix lzo decompressor build failure on 2.6.35
Florian Fainelli [Sat, 23 Oct 2010 18:56:14 +0000 (18:56 +0000)]
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

14 years agocreate subtarget "om gta02" in preparation for further s3c24xx-based boards - thanks...
Mirko Vogt [Sat, 23 Oct 2010 15:57:24 +0000 (15:57 +0000)]
create subtarget "om gta02" in preparation for further s3c24xx-based boards - thanks to Ramax Lo

SVN-Revision: 23592

14 years agobase-files: mark /etc/shadow as conffile
Jo-Philipp Wich [Sat, 23 Oct 2010 15:49:04 +0000 (15:49 +0000)]
base-files: mark /etc/shadow as conffile

SVN-Revision: 23590

14 years agoath9k: fix an aggregation hang issue that happens when a hardware reset is issued
Felix Fietkau [Sat, 23 Oct 2010 15:29:25 +0000 (15:29 +0000)]
ath9k: fix an aggregation hang issue that happens when a hardware reset is issued

SVN-Revision: 23588

14 years agoar71xx: remove some unnecessary patches
Felix Fietkau [Fri, 22 Oct 2010 01:31:47 +0000 (01:31 +0000)]
ar71xx: remove some unnecessary patches

SVN-Revision: 23581

14 years agomove a few more 2.6.36 config options from ar71xx to generic
Felix Fietkau [Thu, 21 Oct 2010 18:42:52 +0000 (18:42 +0000)]
move a few more 2.6.36 config options from ar71xx to generic

SVN-Revision: 23580

14 years agoremove 2.6.36 config options which no longer exist
Felix Fietkau [Thu, 21 Oct 2010 18:42:44 +0000 (18:42 +0000)]
remove 2.6.36 config options which no longer exist

SVN-Revision: 23579

14 years agorefresh generic kernel configs using kconfig.pl
Felix Fietkau [Thu, 21 Oct 2010 18:42:37 +0000 (18:42 +0000)]
refresh generic kernel configs using kconfig.pl

SVN-Revision: 23578

14 years agoar71xx: the ar7240 dsa driver is no longer used, remove it.
Felix Fietkau [Thu, 21 Oct 2010 18:42:28 +0000 (18:42 +0000)]
ar71xx: the ar7240 dsa driver is no longer used, remove it.

SVN-Revision: 23577

14 years agoar71xx: use the new ar7240 switch driver for tl-wa901nd as well
Felix Fietkau [Thu, 21 Oct 2010 18:42:22 +0000 (18:42 +0000)]
ar71xx: use the new ar7240 switch driver for tl-wa901nd as well

SVN-Revision: 23576

14 years agoar71xx: fix more section mismatches
Felix Fietkau [Thu, 21 Oct 2010 18:42:16 +0000 (18:42 +0000)]
ar71xx: fix more section mismatches

SVN-Revision: 23575

14 years agoar71xx: improve 2.6.36 compatibility. also, instead of adding a forward port patch...
Felix Fietkau [Thu, 21 Oct 2010 18:42:11 +0000 (18:42 +0000)]
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

14 years agort8366*: use __devinit instead of __init for the probe function to fix a section...
Felix Fietkau [Thu, 21 Oct 2010 18:42:05 +0000 (18:42 +0000)]
rt8366*: use __devinit instead of __init for the probe function to fix a section mismatch

SVN-Revision: 23573

14 years agoar71xx: refresh kernel config for 2.6.36
Felix Fietkau [Thu, 21 Oct 2010 18:41:57 +0000 (18:41 +0000)]
ar71xx: refresh kernel config for 2.6.36

SVN-Revision: 23572

14 years agoar71xx: remove unused kernel versions, 2.6.36 should be the next target
Felix Fietkau [Thu, 21 Oct 2010 18:41:52 +0000 (18:41 +0000)]
ar71xx: remove unused kernel versions, 2.6.36 should be the next target

SVN-Revision: 23571

14 years agoadd missing kernel config symbols for 2.6.36
Felix Fietkau [Thu, 21 Oct 2010 18:41:46 +0000 (18:41 +0000)]
add missing kernel config symbols for 2.6.36

SVN-Revision: 23570

14 years agouboot-{kirkwood,xburst}: Fix typo in U-Boot image name, thanks framer99 (#8112)
Vasilis Tsiligiannis [Thu, 21 Oct 2010 08:54:36 +0000 (08:54 +0000)]
uboot-{kirkwood,xburst}: Fix typo in U-Boot image name, thanks framer99 (#8112)

SVN-Revision: 23567

14 years agohostap-driver: Change default channel from 5 to 11
Vasilis Tsiligiannis [Thu, 21 Oct 2010 08:37:17 +0000 (08:37 +0000)]
hostap-driver: Change default channel from 5 to 11

SVN-Revision: 23565

14 years agokernel/modules: Fix CH341 USB-to-serial description (#8097)
Vasilis Tsiligiannis [Thu, 21 Oct 2010 08:35:22 +0000 (08:35 +0000)]
kernel/modules: Fix CH341 USB-to-serial description (#8097)

SVN-Revision: 23563

14 years agolinux/generic: refresh 2.6.36 patches
Alexandros C. Couloumbis [Thu, 21 Oct 2010 08:23:11 +0000 (08:23 +0000)]
linux/generic: refresh 2.6.36 patches

SVN-Revision: 23560

14 years agoath9k: fix sampling frame handling wrt. aggregation, replace minstrel_ht performance...
Felix Fietkau [Thu, 21 Oct 2010 00:33:00 +0000 (00:33 +0000)]
ath9k: fix sampling frame handling wrt. aggregation, replace minstrel_ht performance fixes for better performance

SVN-Revision: 23558

14 years agoomap24xx: Update to 2.6.36
Michael Büsch [Wed, 20 Oct 2010 23:13:00 +0000 (23:13 +0000)]
omap24xx: Update to 2.6.36

SVN-Revision: 23557

14 years agoAdd md5sum for linux-2.6.36
Michael Büsch [Wed, 20 Oct 2010 23:07:35 +0000 (23:07 +0000)]
Add md5sum for linux-2.6.36

SVN-Revision: 23556

14 years agomac80211: decrease the minstrel_ht sampling interval for faster rate adaption
Felix Fietkau [Wed, 20 Oct 2010 21:38:31 +0000 (21:38 +0000)]
mac80211: decrease the minstrel_ht sampling interval for faster rate adaption

SVN-Revision: 23555

14 years agomac80211: improve minstrel_ht performance by ensuring that rates get sampled fast...
Felix Fietkau [Wed, 20 Oct 2010 21:01:06 +0000 (21:01 +0000)]
mac80211: improve minstrel_ht performance by ensuring that rates get sampled fast enough

SVN-Revision: 23554

14 years agoath9k: fix a small bug in the handling of a few tx descriptor flags
Felix Fietkau [Wed, 20 Oct 2010 21:00:57 +0000 (21:00 +0000)]
ath9k: fix a small bug in the handling of a few tx descriptor flags

SVN-Revision: 23553

14 years agobr2684ctl: rework init script - use common defaults for unit and atmdev - add a more...
Jo-Philipp Wich [Wed, 20 Oct 2010 20:10:17 +0000 (20:10 +0000)]
br2684ctl: rework init script - use common defaults for unit and atmdev - add a more reliable stop routine - localize variables

SVN-Revision: 23552

14 years agopppd: use "atmdev" option to select the DSL adapter, this aligns it with br2684ctl...
Jo-Philipp Wich [Wed, 20 Oct 2010 17:56:29 +0000 (17:56 +0000)]
pppd: use "atmdev" option to select the DSL adapter, this aligns it with br2684ctl and solves #8108

SVN-Revision: 23551

14 years agoath9k: fix a crash that happens when survey stats are accessed before the interface...
Felix Fietkau [Wed, 20 Oct 2010 14:01:53 +0000 (14:01 +0000)]
ath9k: fix a crash that happens when survey stats are accessed before the interface is brought up for the first time

SVN-Revision: 23549

14 years agotarget/linux: adm5120/2.6.36 patches, fix a missing 0 (thank you florian)
Alexandros C. Couloumbis [Wed, 20 Oct 2010 13:47:59 +0000 (13:47 +0000)]
target/linux: adm5120/2.6.36 patches, fix a missing 0 (thank you florian)

SVN-Revision: 23548

14 years agotarget/linux: refresh previous patch
Alexandros C. Couloumbis [Wed, 20 Oct 2010 11:32:42 +0000 (11:32 +0000)]
target/linux: refresh previous patch

SVN-Revision: 23545

14 years agolinux/generic: sync to todays yaffs tree
Alexandros C. Couloumbis [Wed, 20 Oct 2010 11:27:31 +0000 (11:27 +0000)]
linux/generic: sync to todays yaffs tree

SVN-Revision: 23544

14 years agoath9k: use the maximum rate power for the channel txpower limits
Felix Fietkau [Wed, 20 Oct 2010 01:05:30 +0000 (01:05 +0000)]
ath9k: use the maximum rate power for the channel txpower limits

SVN-Revision: 23543

14 years agoath9k: add a locking fix that might prevent random memory corruption during hardware...
Felix Fietkau [Wed, 20 Oct 2010 00:46:37 +0000 (00:46 +0000)]
ath9k: add a locking fix that might prevent random memory corruption during hardware resets

SVN-Revision: 23542

14 years agoath9k: fix tx power display
Felix Fietkau [Wed, 20 Oct 2010 00:08:17 +0000 (00:08 +0000)]
ath9k: fix tx power display

SVN-Revision: 23541

14 years agomac80211: update to wireless-testing 2010-10-19
Felix Fietkau [Tue, 19 Oct 2010 22:11:21 +0000 (22:11 +0000)]
mac80211: update to wireless-testing 2010-10-19

SVN-Revision: 23540

14 years agoath9k: make the regulatory override less intrusive - allow it to parse CTLs
Felix Fietkau [Tue, 19 Oct 2010 21:49:42 +0000 (21:49 +0000)]
ath9k: make the regulatory override less intrusive - allow it to parse CTLs

SVN-Revision: 23539

14 years agoRevert "[brcm47xx] Add support for cores with slow WDT clock (bcm5354)"
Florian Fainelli [Tue, 19 Oct 2010 07:07:10 +0000 (07:07 +0000)]
Revert "[brcm47xx] Add support for cores with slow WDT clock (bcm5354)"

This reverts commit 7467fdab387f451082c15d17ce9ae4d91d74b6ca.

SVN-Revision: 23533

14 years agoMerge branch 'master' of git://nbd.name/openwrt
Florian Fainelli [Tue, 19 Oct 2010 07:06:12 +0000 (07:06 +0000)]
Merge branch 'master' of git://nbd.name/openwrt

Conflicts:

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

SVN-Revision: 23532

14 years agoppp: honour option auto in atm hotplug
Jo-Philipp Wich [Tue, 19 Oct 2010 07:01:38 +0000 (07:01 +0000)]
ppp: honour option auto in atm hotplug

SVN-Revision: 23531

14 years agoppp: - implement coldplugging for pppoa interfaces - honour device option to select...
Jo-Philipp Wich [Tue, 19 Oct 2010 06:42:37 +0000 (06:42 +0000)]
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

14 years ago6in4: - add log entries for update operations - always update tunnel, even if wan...
Jo-Philipp Wich [Tue, 19 Oct 2010 02:07:29 +0000 (02:07 +0000)]
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

14 years agoFix typo
Michael Büsch [Mon, 18 Oct 2010 21:43:50 +0000 (21:43 +0000)]
Fix typo

SVN-Revision: 23524

14 years agonetfilter: workaround a userspace/kernel mismatch on Linux 2.6.35 and later
Jo-Philipp Wich [Mon, 18 Oct 2010 20:39:07 +0000 (20:39 +0000)]
netfilter: workaround a userspace/kernel mismatch on Linux 2.6.35 and later

SVN-Revision: 23521

14 years agofix platform_devices registration
Florian Fainelli [Mon, 18 Oct 2010 19:49:54 +0000 (19:49 +0000)]
fix platform_devices registration

Signed-off-by: Tanguy Bouzéloc <tanguy.bouzeloc@efixo.com>
SVN-Revision: 23517

14 years agoAdd support for cores with slow WDT clock (bcm5354)
Florian Fainelli [Mon, 18 Oct 2010 19:49:48 +0000 (19:49 +0000)]
Add support for cores with slow WDT clock (bcm5354)

Signed-off-by: Aleksandar Radovanovic <biblbroks@sezampro.rs>
SVN-Revision: 23516

14 years agomake ModuleAutoLoad more readable
Florian Fainelli [Mon, 18 Oct 2010 06:58:11 +0000 (06:58 +0000)]
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

14 years agoadd bcm96338W2 e7t board (D-Link 2640U/BRU/C, #7558)
Florian Fainelli [Sun, 17 Oct 2010 17:45:50 +0000 (17:45 +0000)]
add bcm96338W2 e7t board (D-Link 2640U/BRU/C, #7558)

SVN-Revision: 23508

14 years agoomap24xx: Remove 2.6.35 support
Michael Büsch [Sun, 17 Oct 2010 16:52:53 +0000 (16:52 +0000)]
omap24xx: Remove 2.6.35 support

SVN-Revision: 23507

14 years agoremove 2.6.32 support
Florian Fainelli [Sun, 17 Oct 2010 16:32:35 +0000 (16:32 +0000)]
remove 2.6.32 support

SVN-Revision: 23505

14 years agofix SPI driver, move register out of driver code
Florian Fainelli [Sun, 17 Oct 2010 14:09:30 +0000 (14:09 +0000)]
fix SPI driver, move register out of driver code

Signed-off-by: Tanguy Bouzéloc <tanguy.bouzeloc@efixo.com
SVN-Revision: 23504

14 years agorestore kernel oldconfig
Florian Fainelli [Sun, 17 Oct 2010 14:09:24 +0000 (14:09 +0000)]
restore kernel oldconfig

Signed-off-by: Miguel Gaio <miguel.gaio@efixo.com>
SVN-Revision: 23503

14 years agorefresh patches
Florian Fainelli [Sun, 17 Oct 2010 14:09:04 +0000 (14:09 +0000)]
refresh patches

Signed-off-by: Miguel Gaio <miguel.gaio@efixo.com>
SVN-Revision: 23502

14 years agorefresh nb4 support. Register 74x164 device
Florian Fainelli [Sun, 17 Oct 2010 14:08:57 +0000 (14:08 +0000)]
refresh nb4 support. Register 74x164 device

Signed-off-by: Miguel Gaio <miguel.gaio@efixo.com>
SVN-Revision: 23501

14 years agoadd spi devices board info int bcm63xx_boards
Florian Fainelli [Sun, 17 Oct 2010 14:08:51 +0000 (14:08 +0000)]
add spi devices board info int bcm63xx_boards

Signed-off-by: Miguel Gaio <miguel.gaio@efixo.com>
SVN-Revision: 23500

14 years agoadd 74x164 SPI chip support
Florian Fainelli [Sun, 17 Oct 2010 14:08:45 +0000 (14:08 +0000)]
add 74x164 SPI chip support

Signed-off-by: Miguel Gaio <miguel.gaio@efixo.com>
SVN-Revision: 23499

14 years agobackport SPI master with no RXTX support (from 2.6.36)
Florian Fainelli [Sun, 17 Oct 2010 14:08:39 +0000 (14:08 +0000)]
backport SPI master with no RXTX support (from 2.6.36)

Signed-off-by: Miguel Gaio <miguel.gaio@efixo.com>
SVN-Revision: 23498

14 years agoregister earlier extended platform devices
Florian Fainelli [Sun, 17 Oct 2010 14:08:34 +0000 (14:08 +0000)]
register earlier extended platform devices

Signed-off-by: Miguel Gaio <miguel.gaio@efixo.com>
SVN-Revision: 23497

14 years agoUse -pipe for net5501 and geos CFLAGS, same as all of the other platforms
Florian Fainelli [Sun, 17 Oct 2010 12:42:06 +0000 (12:42 +0000)]
Use -pipe for net5501 and geos CFLAGS, same as all of the other platforms

Makes the builds run slightly faster on multicores.

Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
SVN-Revision: 23495

14 years agoomap24xx: Update kernel
Michael Büsch [Sat, 16 Oct 2010 20:44:25 +0000 (20:44 +0000)]
omap24xx: Update kernel

SVN-Revision: 23485

14 years agoFix typo
Michael Büsch [Sat, 16 Oct 2010 18:46:22 +0000 (18:46 +0000)]
Fix typo

SVN-Revision: 23482

14 years agoSupport force-disabling per-package parallel build with {PKG,HOST}_BUILD_PARALLEL:=0
Michael Büsch [Sat, 16 Oct 2010 18:42:58 +0000 (18:42 +0000)]
Support force-disabling per-package parallel build with {PKG,HOST}_BUILD_PARALLEL:=0

SVN-Revision: 23480

14 years agomountd: Rename uci_add_history to uci_add_delta (#8084)
Vasilis Tsiligiannis [Sat, 16 Oct 2010 13:57:55 +0000 (13:57 +0000)]
mountd: Rename uci_add_history to uci_add_delta (#8084)

SVN-Revision: 23474