openwrt/svn-archive/archive.git
13 years agoramips: register watchdog device on the rt288x boards
Gabor Juhos [Wed, 26 Jan 2011 20:48:52 +0000 (20:48 +0000)]
ramips: register watchdog device on the rt288x boards

SVN-Revision: 25130

13 years agoramips: add watchdog device for RT288x
Gabor Juhos [Wed, 26 Jan 2011 20:48:50 +0000 (20:48 +0000)]
ramips: add watchdog device for RT288x

SVN-Revision: 25129

13 years agoramips: register watchdog device on the rt305x boards
Gabor Juhos [Wed, 26 Jan 2011 20:48:47 +0000 (20:48 +0000)]
ramips: register watchdog device on the rt305x boards

SVN-Revision: 25128

13 years agoramips: add watchdog device for RT305x
Gabor Juhos [Wed, 26 Jan 2011 20:48:46 +0000 (20:48 +0000)]
ramips: add watchdog device for RT305x

SVN-Revision: 25127

13 years agoramips: add watchdog driver
Gabor Juhos [Wed, 26 Jan 2011 20:48:41 +0000 (20:48 +0000)]
ramips: add watchdog driver

SVN-Revision: 25126

13 years agoramips: implement clock API for RT288x
Gabor Juhos [Wed, 26 Jan 2011 20:48:39 +0000 (20:48 +0000)]
ramips: implement clock API for RT288x

SVN-Revision: 25125

13 years agoramips: implement clock API for RT305X
Gabor Juhos [Wed, 26 Jan 2011 20:48:35 +0000 (20:48 +0000)]
ramips: implement clock API for RT305X

SVN-Revision: 25124

13 years agoramips: remove extern and __init from function prototypes
Gabor Juhos [Wed, 26 Jan 2011 20:48:33 +0000 (20:48 +0000)]
ramips: remove extern and __init from function prototypes

SVN-Revision: 25123

13 years ago[package] mac80211: add mising esac to mac80211.sh
Jo-Philipp Wich [Wed, 26 Jan 2011 20:37:12 +0000 (20:37 +0000)]
[package] mac80211: add mising esac to mac80211.sh

SVN-Revision: 25122

13 years agoar71xx: add rtl8366s initvals for the DIR-825 board
Gabor Juhos [Wed, 26 Jan 2011 20:35:47 +0000 (20:35 +0000)]
ar71xx: add rtl8366s initvals for the DIR-825 board

SVN-Revision: 25121

13 years agogeneric: rtl8366s: allow initial register values to be passed via platform_data
Gabor Juhos [Wed, 26 Jan 2011 20:35:46 +0000 (20:35 +0000)]
generic: rtl8366s: allow initial register values to be passed via platform_data

SVN-Revision: 25120

13 years agoar71xx: create firmware image for the WNDR3700v2 board
Gabor Juhos [Wed, 26 Jan 2011 20:35:44 +0000 (20:35 +0000)]
ar71xx: create firmware image for the WNDR3700v2 board

Patch-by: Mark Mentovai <mark@moxienet.com>
SVN-Revision: 25119

13 years agoar71xx: add support for the WNDR3700v2 board
Gabor Juhos [Wed, 26 Jan 2011 20:35:42 +0000 (20:35 +0000)]
ar71xx: add support for the WNDR3700v2 board

Based on a patch by Mark Mentovai <mark@moxienet.com>

SVN-Revision: 25118

13 years agopackage/base-files: add get_magic_long() to common upgrade script
Gabor Juhos [Wed, 26 Jan 2011 20:35:37 +0000 (20:35 +0000)]
package/base-files: add get_magic_long() to common upgrade script

Patch-by: Mark Mentovai <mark@moxienet.com>
SVN-Revision: 25117

13 years ago[package] mac80211: rework recent mac80211.sh additions:
Jo-Philipp Wich [Wed, 26 Jan 2011 18:01:26 +0000 (18:01 +0000)]
[package] mac80211: rework recent mac80211.sh additions:
- split antenna options into rxantenna and txantenna to bring it in line with broadcom and madwifi
- get rid of temporary variables
- follow the documented config protocol for wep keys (option key # + option key# [s:]data)

SVN-Revision: 25116

13 years agoath9k: optimize memory allocations - improves performance and reduces ath9k RAM usage...
Felix Fietkau [Wed, 26 Jan 2011 17:28:12 +0000 (17:28 +0000)]
ath9k: optimize memory allocations - improves performance and reduces ath9k RAM usage by 2 MB per device

SVN-Revision: 25115

13 years ago[omap35xx] Add kernel patch to expose omap3 die id via sysfs
Hamish Guthrie [Wed, 26 Jan 2011 13:33:07 +0000 (13:33 +0000)]
[omap35xx] Add kernel patch to expose omap3 die id via sysfs

SVN-Revision: 25112

13 years agomac80211: Add new parameters to mac80211.sh
Felix Fietkau [Wed, 26 Jan 2011 11:34:15 +0000 (11:34 +0000)]
mac80211: Add new parameters to mac80211.sh

Add new options 'bintval' (beacon interval), 'basicrates' (basic rates) and
'antenna' (antenna selection) for /etc/config/wireless to be used with
mac80211 drivers.

Enable WEP encryption for IBSS mode.

Patch from: kentarou matsuyama <matsuyama@thinktube.com>

SVN-Revision: 25111

13 years agoiw: Fix data types for iw survey channel time
Felix Fietkau [Wed, 26 Jan 2011 11:34:12 +0000 (11:34 +0000)]
iw: Fix data types for iw survey channel time

The channel times are unsigned 64 bit values, so we shouldn't print them as
signed values.

Patch from: kentarou matsuyama <matsuyama@thinktube.com>

SVN-Revision: 25110

13 years agoiw: Add signal average to station information
Felix Fietkau [Wed, 26 Jan 2011 11:34:08 +0000 (11:34 +0000)]
iw: Add signal average to station information

Patch from: kentarou matsuyama <matsuyama@thinktube.com>

SVN-Revision: 25109

13 years agoiw: Add support to print station retry counters
Felix Fietkau [Wed, 26 Jan 2011 11:34:05 +0000 (11:34 +0000)]
iw: Add support to print station retry counters

Patch from: kentarou matsuyama <matsuyama@thinktube.com>

SVN-Revision: 25108

13 years agoiw: Add ibss join parameter for beacon interval
Felix Fietkau [Wed, 26 Jan 2011 11:34:01 +0000 (11:34 +0000)]
iw: Add ibss join parameter for beacon interval

NL80211_ATTR_BEACON_INTERVAL already exists, we just have to use it.

Patch from: kentarou matsuyama <matsuyama@thinktube.com>

SVN-Revision: 25107

13 years agoiw: Add support for antenna configuration commands
Felix Fietkau [Wed, 26 Jan 2011 11:33:58 +0000 (11:33 +0000)]
iw: Add support for antenna configuration commands

Patch from: kentarou matsuyama <matsuyama@thinktube.com>

SVN-Revision: 25106

13 years agomac80211: Add mac address filter configuration for hostapd
Felix Fietkau [Wed, 26 Jan 2011 11:33:54 +0000 (11:33 +0000)]
mac80211: Add mac address filter configuration for hostapd

Add support of mac address filter. Now 'macfilter' and 'maclist' options
can be used with mac80211.

Patch from: kentarou matsuyama <matsuyama@thinktube.com>

SVN-Revision: 25105

13 years agomac80211: Improve ath5k/ar71xx PCI bug WAR
Felix Fietkau [Wed, 26 Jan 2011 11:33:50 +0000 (11:33 +0000)]
mac80211: Improve ath5k/ar71xx PCI bug WAR

It has been confirmed by Atheros that this PCI bug affects the RX side only,
so we can keep the 128B DMA size for TX.

With this change we can double the thruput of ath5k from 15Mps to 30Mbps.

We have been using this patch since more than 6 month in a production
environment without problems and a significant performance improvement.

It has also been said to fix HW encryption:
http://www.mail-archive.com/ath5k-devel@lists.ath5k.org/msg04311.html

Patch from: kentarou matsuyama <matsuyama@thinktube.com>

SVN-Revision: 25104

13 years agox86/soekris: Add defconfig for soekris net4801 and net4826
Felix Fietkau [Wed, 26 Jan 2011 11:33:46 +0000 (11:33 +0000)]
x86/soekris: Add defconfig for soekris net4801 and net4826

Add default config file for net4801 and 4826 and initial script
to copy config file like it is done for other platforms.

Patch from: kentarou matsuyama <matsuyama@thinktube.com>

SVN-Revision: 25103

13 years agox86/soekris: Add script to detect soekris model
Felix Fietkau [Wed, 26 Jan 2011 11:33:42 +0000 (11:33 +0000)]
x86/soekris: Add script to detect soekris model

Add script to detect soekris board of net4801 and net4826.

Patch from: kentarou matsuyama <matsuyama@thinktube.com>

SVN-Revision: 25102

13 years agolibnl-tiny: Fix for c++ compatibility
Felix Fietkau [Wed, 26 Jan 2011 11:33:38 +0000 (11:33 +0000)]
libnl-tiny: Fix for c++ compatibility

g++ compiler issued some errors like "invalid conversion from void* to *struct nl_attr"
when compiling cpp file which calls libnl-tiny functions. (it's OK with gcc)
Also see https://dev.openwrt.org/ticket/7854

Patch from: kentarou matsuyama <matsuyama@thinktube.com>

SVN-Revision: 25101

13 years agodnsmasq: Fix parameter 'limit'
Felix Fietkau [Wed, 26 Jan 2011 11:33:33 +0000 (11:33 +0000)]
dnsmasq: Fix parameter 'limit'

'limit' is actually the number of IP addresses to serve. See the use of ipcalc.sh.
For getting the expected number of IP addresses served, we have to decrement
limit by one.

Patch from: kentarou matsuyama <matsuyama@thinktube.com>

SVN-Revision: 25100

13 years agoath9k: fix tx queue debug counters
Felix Fietkau [Wed, 26 Jan 2011 11:33:27 +0000 (11:33 +0000)]
ath9k: fix tx queue debug counters

SVN-Revision: 25099

13 years agogeneric: remove en25pxx support patch, it is in mainline since 2.6.36
Gabor Juhos [Tue, 25 Jan 2011 10:24:27 +0000 (10:24 +0000)]
generic: remove en25pxx support patch, it is in mainline since 2.6.36

SVN-Revision: 25097

13 years ago[target/orion]: drop 2.6.32 support (next target is 2.6.38)
Imre Kaloz [Tue, 25 Jan 2011 08:57:37 +0000 (08:57 +0000)]
[target/orion]: drop 2.6.32 support (next target is 2.6.38)

SVN-Revision: 25096

13 years agokernel: when bridging, do not forward EAP frames to other ports, only deliver them...
Felix Fietkau [Tue, 25 Jan 2011 00:25:49 +0000 (00:25 +0000)]
kernel: when bridging, do not forward EAP frames to other ports, only deliver them locally
fixes WPA authentication issues with multiples APs that are connected to each other via bridges

SVN-Revision: 25095

13 years agohostapd: update to 20110117
Felix Fietkau [Mon, 24 Jan 2011 18:54:20 +0000 (18:54 +0000)]
hostapd: update to 20110117

SVN-Revision: 25094

13 years agomac80211: update to wireless-testing 2011-01-24
Felix Fietkau [Mon, 24 Jan 2011 18:54:16 +0000 (18:54 +0000)]
mac80211: update to wireless-testing 2011-01-24

SVN-Revision: 25093

13 years ago[target/orion]: add missing symbol for 2.6.38
Imre Kaloz [Mon, 24 Jan 2011 12:52:44 +0000 (12:52 +0000)]
[target/orion]: add missing symbol for 2.6.38

SVN-Revision: 25091

13 years ago[target/orion]: upgrade to 2.6.37
Imre Kaloz [Mon, 24 Jan 2011 12:51:48 +0000 (12:51 +0000)]
[target/orion]: upgrade to 2.6.37

SVN-Revision: 25090

13 years ago[target/generic/2.6.38]: refresh patches
Imre Kaloz [Mon, 24 Jan 2011 12:36:18 +0000 (12:36 +0000)]
[target/generic/2.6.38]: refresh patches

SVN-Revision: 25089

13 years ago[target/generic/2.6.38]: replace the mips_boot patch with one that makes BOOT_RAW...
Imre Kaloz [Mon, 24 Jan 2011 12:33:25 +0000 (12:33 +0000)]
[target/generic/2.6.38]: replace the mips_boot patch with one that makes BOOT_RAW selectable, and enable it in the generic config

SVN-Revision: 25088

13 years agothis missing header patch is way too old for any sane software to depend on it
Imre Kaloz [Mon, 24 Jan 2011 12:18:02 +0000 (12:18 +0000)]
this missing header patch is way too old for any sane software to depend on it

SVN-Revision: 25087

13 years agoremove mips gcc4 inline patch - fixed upstream
Imre Kaloz [Mon, 24 Jan 2011 12:16:57 +0000 (12:16 +0000)]
remove mips gcc4 inline patch - fixed upstream

SVN-Revision: 25086

13 years agoplatform specific patches don't belong here - take #2
Imre Kaloz [Mon, 24 Jan 2011 12:11:25 +0000 (12:11 +0000)]
platform specific patches don't belong here - take #2

SVN-Revision: 25085

13 years agoplatform specific patches don't belong here
Imre Kaloz [Mon, 24 Jan 2011 11:01:38 +0000 (11:01 +0000)]
platform specific patches don't belong here

SVN-Revision: 25083

13 years ago[toolchain/uClibc]: update to latest git
Imre Kaloz [Mon, 24 Jan 2011 09:40:24 +0000 (09:40 +0000)]
[toolchain/uClibc]: update to latest git

SVN-Revision: 25082

13 years ago[target/generic]: refresh 2.6.38 patches with -rc2
Imre Kaloz [Mon, 24 Jan 2011 09:39:17 +0000 (09:39 +0000)]
[target/generic]: refresh 2.6.38 patches with -rc2

SVN-Revision: 25081

13 years ago2.6.38 supports xz ramdisks, too
Imre Kaloz [Mon, 24 Jan 2011 06:41:11 +0000 (06:41 +0000)]
2.6.38 supports xz ramdisks, too

SVN-Revision: 25080

13 years agoallow files/ to overwrite existing symlinks (fixes #3508)
Felix Fietkau [Sun, 23 Jan 2011 20:59:13 +0000 (20:59 +0000)]
allow files/ to overwrite existing symlinks (fixes #3508)

SVN-Revision: 25078

13 years ago[lantiq]
John Crispin [Sun, 23 Jan 2011 19:16:33 +0000 (19:16 +0000)]
[lantiq]
* adds arv4518pw mach support
* fixes arv4525pw
* make sure all mach names have the same style
* move code around

SVN-Revision: 25075

13 years ago[lantiq] adds machtype for ARV7518PW
John Crispin [Sun, 23 Jan 2011 12:51:15 +0000 (12:51 +0000)]
[lantiq] adds machtype for ARV7518PW

SVN-Revision: 25074

13 years ago[lantiq] remove deadcode from [25072]
John Crispin [Sun, 23 Jan 2011 12:12:23 +0000 (12:12 +0000)]
[lantiq] remove deadcode from [25072]

SVN-Revision: 25073

13 years ago[lantiq]
John Crispin [Sun, 23 Jan 2011 12:08:44 +0000 (12:08 +0000)]
[lantiq]
* fix pci support for more than 1 device
* fixes ioport mappings
* adds support for arcor easybox 803/arv752DWP22
* gpio direction was not set properly during a gpio_request()
* usb compile warning

bugfix, cleanup,

SVN-Revision: 25072

13 years ago[uboot-lantiq] add support for arv4518 and arv752DWP22 boards
John Crispin [Sun, 23 Jan 2011 12:06:02 +0000 (12:06 +0000)]
[uboot-lantiq] add support for arv4518 and arv752DWP22 boards

SVN-Revision: 25071

13 years ago[geos]
John Crispin [Sat, 22 Jan 2011 23:10:51 +0000 (23:10 +0000)]
[geos]
* Make sure that Geos baud-rate defaults correctly
  Changeset 23414 somehow got reordered.  The unconditional default trumps later settings.

contributed by Philip Prindeville

SVN-Revision: 25068

13 years ago[linux-atm]
John Crispin [Sat, 22 Jan 2011 22:44:58 +0000 (22:44 +0000)]
[linux-atm]
* bump to 2.5.2

SVN-Revision: 25067

13 years ago[geos]
John Crispin [Sat, 22 Jan 2011 22:43:51 +0000 (22:43 +0000)]
[geos]
* adds sane default uci environment
* adds sane default package selection

contributed by Philip Prindeville

SVN-Revision: 25065

13 years agoath9k: kmod-ath9k has no extra menuconfig options, remove MENU:=1 (#8695)
Felix Fietkau [Fri, 21 Jan 2011 18:32:06 +0000 (18:32 +0000)]
ath9k: kmod-ath9k has no extra menuconfig options, remove MENU:=1 (#8695)

SVN-Revision: 25060

13 years agoath9k: fix some ps wakeup/restore issues that led to crashes and other weird behavior
Felix Fietkau [Fri, 21 Jan 2011 17:54:44 +0000 (17:54 +0000)]
ath9k: fix some ps wakeup/restore issues that led to crashes and other weird behavior

SVN-Revision: 25058

13 years ago[target/generic]: preliminary 2.6.38 support
Imre Kaloz [Fri, 21 Jan 2011 17:52:22 +0000 (17:52 +0000)]
[target/generic]: preliminary 2.6.38 support

SVN-Revision: 25057

13 years agoath9k: disable PA predistortion on AR93xx for now until it is properly fixed
Felix Fietkau [Fri, 21 Jan 2011 01:43:32 +0000 (01:43 +0000)]
ath9k: disable PA predistortion on AR93xx for now until it is properly fixed

SVN-Revision: 25056

13 years agoath9k: remove virtual wiphy support - it was only experimental anyway and it is not...
Felix Fietkau [Thu, 20 Jan 2011 23:35:30 +0000 (23:35 +0000)]
ath9k: remove virtual wiphy support - it was only experimental anyway and it is not going to be maintained anymore

SVN-Revision: 25055

13 years agomac80211: add a few tx related fixes
Felix Fietkau [Thu, 20 Jan 2011 23:35:26 +0000 (23:35 +0000)]
mac80211: add a few tx related fixes

SVN-Revision: 25054

13 years agomac80211: update to wireless-testing 2010-01-19
Felix Fietkau [Thu, 20 Jan 2011 23:35:21 +0000 (23:35 +0000)]
mac80211: update to wireless-testing 2010-01-19

SVN-Revision: 25053

13 years ago[package] qos-scripts: Rework qos-stat script
Vasilis Tsiligiannis [Thu, 20 Jan 2011 17:33:41 +0000 (17:33 +0000)]
[package] qos-scripts: Rework qos-stat script

SVN-Revision: 25052

13 years agomac80211: fix the br_port_exists compatibility macro for 2.6.38
Felix Fietkau [Thu, 20 Jan 2011 13:46:59 +0000 (13:46 +0000)]
mac80211: fix the br_port_exists compatibility macro for 2.6.38

SVN-Revision: 25051

13 years ago[gumstix] update package dependencies
Hamish Guthrie [Thu, 20 Jan 2011 11:26:47 +0000 (11:26 +0000)]
[gumstix] update package dependencies

SVN-Revision: 25050

13 years ago[package] uci: use latest git, fixes reorder operation and incorperates nested delete...
Jo-Philipp Wich [Wed, 19 Jan 2011 20:48:07 +0000 (20:48 +0000)]
[package] uci: use latest git, fixes reorder operation and incorperates nested delete patch

SVN-Revision: 25048

13 years ago[lantiq]
John Crispin [Wed, 19 Jan 2011 15:56:27 +0000 (15:56 +0000)]
[lantiq]
* revert [25002]
* fixes EBU ack when EBU causes an irq

SVN-Revision: 25047

13 years ago[package] ppp: don't die on malformed PADS frames that might appear on instable DSL...
Jo-Philipp Wich [Wed, 19 Jan 2011 02:00:57 +0000 (02:00 +0000)]
[package] ppp: don't die on malformed PADS frames that might appear on instable DSL lines

SVN-Revision: 25044

13 years ago[ar71xx] fix null pointer access in mach-dir-600-a1.c machine setup (#8671)
Jo-Philipp Wich [Tue, 18 Jan 2011 18:04:50 +0000 (18:04 +0000)]
[ar71xx] fix null pointer access in mach-dir-600-a1.c machine setup (#8671)

SVN-Revision: 25043

13 years ago[realview] disable built-in MMC support
Florian Fainelli [Tue, 18 Jan 2011 14:53:21 +0000 (14:53 +0000)]
[realview] disable built-in MMC support

SVN-Revision: 25042

13 years ago[realview] add missing config symbols
Florian Fainelli [Tue, 18 Jan 2011 14:53:15 +0000 (14:53 +0000)]
[realview] add missing config symbols

SVN-Revision: 25041

13 years ago[package] base-files: Fix typo in option name for disabling failsafe announcment
Daniel Dickinson [Tue, 18 Jan 2011 14:46:25 +0000 (14:46 +0000)]
[package] base-files: Fix typo in option name for disabling failsafe announcment
Thanks to Andrey Zholos for this patch

SVN-Revision: 25040

13 years agomac80211: rework wds sta fix - check for the protocol of the incoming frame instead...
Felix Fietkau [Tue, 18 Jan 2011 14:43:58 +0000 (14:43 +0000)]
mac80211: rework wds sta fix - check for the protocol of the incoming frame instead of just the authorized state

SVN-Revision: 25039

13 years agoadd a few missing usb related symbols (relevant for mpc85xx)
Felix Fietkau [Tue, 18 Jan 2011 14:43:50 +0000 (14:43 +0000)]
add a few missing usb related symbols (relevant for mpc85xx)

SVN-Revision: 25038

13 years agompc85xx: disable the i8259 irq on mpc8548cds (but leave the controller initialized...
Felix Fietkau [Tue, 18 Jan 2011 14:43:44 +0000 (14:43 +0000)]
mpc85xx: disable the i8259 irq on mpc8548cds (but leave the controller initialized) - it shares an irq with the pcie device which causes irq storms

SVN-Revision: 25037

13 years ago[ep93xx] add missing keyboard symbol
Florian Fainelli [Tue, 18 Jan 2011 12:10:26 +0000 (12:10 +0000)]
[ep93xx] add missing keyboard symbol

SVN-Revision: 25036

13 years agoRevert "[kernel] solos-pci: Depend on soloscli, just like mac80211 depends on iw...
Florian Fainelli [Tue, 18 Jan 2011 12:10:20 +0000 (12:10 +0000)]
Revert "[kernel] solos-pci: Depend on soloscli, just like mac80211 depends on iw and crda, since in both cases the module is useless without the userspace."

We do not make a kernel module depend on user-space utility.

SVN-Revision: 25035

13 years ago[kernel] solos-pci: Depend on soloscli, just like mac80211 depends on iw and crda...
Daniel Dickinson [Tue, 18 Jan 2011 07:09:22 +0000 (07:09 +0000)]
[kernel] solos-pci: Depend on soloscli, just like mac80211 depends on iw and crda, since in both cases the module is useless without the userspace.

SVN-Revision: 25034

13 years ago[tools] remove bogus qemu dependency
Jo-Philipp Wich [Mon, 17 Jan 2011 05:58:40 +0000 (05:58 +0000)]
[tools] remove bogus qemu dependency

SVN-Revision: 25032

13 years ago[x86]: Missing symbols for CONFIG_xxx ..
Daniel Dickinson [Mon, 17 Jan 2011 05:49:02 +0000 (05:49 +0000)]
[x86]: Missing symbols for CONFIG_xxx ..
Thanks Philip Prindeville

SVN-Revision: 25031

13 years ago[package] ppp: bump pkg revision after latest changes
Jo-Philipp Wich [Mon, 17 Jan 2011 02:14:32 +0000 (02:14 +0000)]
[package] ppp: bump pkg revision after latest changes

SVN-Revision: 25028

13 years ago[package] ppp: remove pppoa coldplug, the hotplug handler has been confirmed for...
Jo-Philipp Wich [Mon, 17 Jan 2011 02:13:07 +0000 (02:13 +0000)]
[package] ppp: remove pppoa coldplug, the hotplug handler has been confirmed for ueagle and solos

SVN-Revision: 25027

13 years ago[package] ppp: synthesize a .device option to make ifup work on pppoa interfaces...
Jo-Philipp Wich [Mon, 17 Jan 2011 00:14:18 +0000 (00:14 +0000)]
[package] ppp: synthesize a .device option to make ifup work on pppoa interfaces again

SVN-Revision: 25025

13 years ago[include] set Installed-Size to 0 when preparing control, its substituted by ipkg...
Jo-Philipp Wich [Sun, 16 Jan 2011 22:18:35 +0000 (22:18 +0000)]
[include] set Installed-Size to 0 when preparing control, its substituted by ipkg-build later on

SVN-Revision: 25022

13 years agotools/ipkg-utils: calculate installed size from embedded data.tar.gz, makes opkg...
Jo-Philipp Wich [Sun, 16 Jan 2011 22:16:49 +0000 (22:16 +0000)]
tools/ipkg-utils: calculate installed size from embedded data.tar.gz, makes opkg space checking more precise

SVN-Revision: 25021

13 years agompc85xx: add a new 'spe_fpu' feature flag for the FPU used on freescale powerpc cpus
Felix Fietkau [Sun, 16 Jan 2011 01:25:06 +0000 (01:25 +0000)]
mpc85xx: add a new 'spe_fpu' feature flag for the FPU used on freescale powerpc cpus
The SPE FPU is ABI-incompatible with the regular powerpc FPU,
this needs to be reflected in the toolchain target name.
Fixes floating point crashes in user space

SVN-Revision: 25018

13 years agoadd missing kernel kernel config symbol
Felix Fietkau [Sun, 16 Jan 2011 01:25:02 +0000 (01:25 +0000)]
add missing kernel kernel config symbol

SVN-Revision: 25017

13 years agompc85xx: clean up bogus kernel config overrides
Felix Fietkau [Sun, 16 Jan 2011 01:24:57 +0000 (01:24 +0000)]
mpc85xx: clean up bogus kernel config overrides

SVN-Revision: 25016

13 years agompc85xx: fix mpc8548 support (reorder serial ports, add default stdout path to device...
Felix Fietkau [Sun, 16 Jan 2011 01:24:53 +0000 (01:24 +0000)]
mpc85xx: fix mpc8548 support (reorder serial ports, add default stdout path to device tree), enable pcie

SVN-Revision: 25015

13 years agomac80211: fix compile errors on powerpc
Felix Fietkau [Sun, 16 Jan 2011 01:24:48 +0000 (01:24 +0000)]
mac80211: fix compile errors on powerpc

SVN-Revision: 25014

13 years agouClibc 0.9.32: fix libm compile for powerpc
Felix Fietkau [Sun, 16 Jan 2011 01:24:43 +0000 (01:24 +0000)]
uClibc 0.9.32: fix libm compile for powerpc

SVN-Revision: 25013

13 years agomac80211: fix frames looping back to a wds station
Felix Fietkau [Sat, 15 Jan 2011 13:41:10 +0000 (13:41 +0000)]
mac80211: fix frames looping back to a wds station

SVN-Revision: 25008

13 years agoath9k: fix a few more aggregation related issues, should improve stability
Felix Fietkau [Sat, 15 Jan 2011 13:41:06 +0000 (13:41 +0000)]
ath9k: fix a few more aggregation related issues, should improve stability

SVN-Revision: 25007

13 years ago[lantiq] move irq.c from patch into own file
Mirko Vogt [Sat, 15 Jan 2011 03:32:16 +0000 (03:32 +0000)]
[lantiq] move irq.c from patch into own file

SVN-Revision: 25002

13 years agohostapd: Create one control interface per virtual bssid
Felix Fietkau [Fri, 14 Jan 2011 10:52:54 +0000 (10:52 +0000)]
hostapd: Create one control interface per virtual bssid

Previously hostapd created one control interface /var/run/hostapd-phyX
which only contained the first virtual bssid (for example wlan0). In
order to access the other virtual bssids with hostapd_cli add all
virtual bssids to /var/run/hostapd-phyX by specifying the ctrl_interface
parameter per bssid.

Previously the control interface looked like:
/var/run/hostapd-phyX/wlan0

Now, the control interface looks like this:
/var/run/hostapd-phyX/wlan0
/var/run/hostapd-phyX/wlan1
...

Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com>
SVN-Revision: 24985

13 years ago[tools] mklibs: import missing symbol workaround from Freetz project (#7590)
Jo-Philipp Wich [Fri, 14 Jan 2011 10:49:41 +0000 (10:49 +0000)]
[tools] mklibs: import missing symbol workaround from Freetz project (#7590)

SVN-Revision: 24984

13 years agoar71xx: rework WNDR3700 image generation
Gabor Juhos [Fri, 14 Jan 2011 10:37:14 +0000 (10:37 +0000)]
ar71xx: rework WNDR3700 image generation

SVN-Revision: 24983

13 years agoar71xx: build separate image for the WNDR3700 with NA region
Gabor Juhos [Fri, 14 Jan 2011 10:37:11 +0000 (10:37 +0000)]
ar71xx: build separate image for the WNDR3700 with NA region

SVN-Revision: 24982

13 years agofirmware-utils/mkdniimg: don't use NA region by default
Gabor Juhos [Fri, 14 Jan 2011 10:37:09 +0000 (10:37 +0000)]
firmware-utils/mkdniimg: don't use NA region by default

SVN-Revision: 24981

13 years agofirmware-utils/wndr3700: allow to specify image magic via command line
Gabor Juhos [Fri, 14 Jan 2011 10:37:04 +0000 (10:37 +0000)]
firmware-utils/wndr3700: allow to specify image magic via command line

SVN-Revision: 24980