openwrt/svn-archive/archive.git
13 years agocns21xx: add initial support for the Cavium CNS21xx SoC
Gabor Juhos [Thu, 30 Dec 2010 17:19:16 +0000 (17:19 +0000)]
cns21xx: add initial support for the Cavium CNS21xx SoC

SVN-Revision: 24859

13 years agoath9k: add more pending fixes from linux-wireless@
Felix Fietkau [Thu, 30 Dec 2010 15:48:39 +0000 (15:48 +0000)]
ath9k: add more pending fixes from linux-wireless@

SVN-Revision: 24858

13 years agotools/mkimage: remove the broken portability patch, it is no longer necessary with...
Felix Fietkau [Thu, 30 Dec 2010 15:48:32 +0000 (15:48 +0000)]
tools/mkimage: remove the broken portability patch, it is no longer necessary with the new version

SVN-Revision: 24857

13 years agoadd relayd, can be used as a replacement for client bridge, but does not have any...
Felix Fietkau [Thu, 30 Dec 2010 15:48:23 +0000 (15:48 +0000)]
add relayd, can be used as a replacement for client bridge, but does not have any uci integration yet

SVN-Revision: 24856

13 years agoath9k: fix rx dma descriptor error flag handling
Felix Fietkau [Thu, 30 Dec 2010 15:48:18 +0000 (15:48 +0000)]
ath9k: fix rx dma descriptor error flag handling

SVN-Revision: 24855

13 years agogeneric: update ARM mach-types
Gabor Juhos [Wed, 29 Dec 2010 20:01:35 +0000 (20:01 +0000)]
generic: update ARM mach-types

SVN-Revision: 24854

13 years agopackage/kernel: enable CONFIG_INPUT_KEYBOARD for gpio-keys
Gabor Juhos [Wed, 29 Dec 2010 18:08:24 +0000 (18:08 +0000)]
package/kernel: enable CONFIG_INPUT_KEYBOARD for gpio-keys

SVN-Revision: 24853

13 years agogeneric: add missing CONFIG_KEYBOARD_* symbols
Gabor Juhos [Wed, 29 Dec 2010 18:08:06 +0000 (18:08 +0000)]
generic: add missing CONFIG_KEYBOARD_* symbols

SVN-Revision: 24852

13 years agotools/e2fsprogs: update to version 1.41.14
Alexandros C. Couloumbis [Wed, 29 Dec 2010 17:38:48 +0000 (17:38 +0000)]
tools/e2fsprogs: update to version 1.41.14

SVN-Revision: 24851

13 years agogeneric: add CONFIG_DEBUG_ICEDCC symbol
Gabor Juhos [Wed, 29 Dec 2010 17:29:01 +0000 (17:29 +0000)]
generic: add CONFIG_DEBUG_ICEDCC symbol

SVN-Revision: 24850

13 years ago[brcm63xx] multiple SPI driver fixes
Florian Fainelli [Wed, 29 Dec 2010 16:19:59 +0000 (16:19 +0000)]
[brcm63xx] multiple SPI driver fixes

- fix platform device registration
- fix chipselect, command register defines, add missing clock
- make slave select proper
- fix multibytes transferts

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

13 years agopackage/e2fsprogs: update to version 1.41.14
Alexandros C. Couloumbis [Wed, 29 Dec 2010 14:50:52 +0000 (14:50 +0000)]
package/e2fsprogs: update to version 1.41.14

SVN-Revision: 24848

13 years agotarget/linux: sync to kernel 2.6.37-rc8, refresh patches
Alexandros C. Couloumbis [Wed, 29 Dec 2010 13:24:17 +0000 (13:24 +0000)]
target/linux: sync to kernel 2.6.37-rc8, refresh patches

SVN-Revision: 24847

13 years ago[tools] missing-macros: add as-ac-expand.m4
Jo-Philipp Wich [Wed, 29 Dec 2010 09:39:09 +0000 (09:39 +0000)]
[tools] missing-macros: add as-ac-expand.m4

SVN-Revision: 24846

13 years ago[brcm63xx] patches-2.6.35: mtd flashmap: Really fixed sparelen and rootfslen. The...
Daniel Dickinson [Tue, 28 Dec 2010 08:10:32 +0000 (08:10 +0000)]
[brcm63xx] patches-2.6.35: mtd flashmap: Really fixed sparelen and rootfslen.  The real rootfslen for OpenWRT images comes from a bigendian uint32_t in reserved1 of the bcm_tag, which is now used to correctly calculate the rootfslen (and thus the sparelen).

SVN-Revision: 24843

13 years ago[brcm63xx] patches-2.6.36: Fix flashmap spare length calculation from previous commit...
Daniel Dickinson [Tue, 28 Dec 2010 04:05:04 +0000 (04:05 +0000)]
[brcm63xx] patches-2.6.36: Fix flashmap spare length calculation from previous commit (for rootfs and rootfs_data mtd partitions).  Apparently the interruption in working on it resulted in an incorrect memory of getting it working.

SVN-Revision: 24842

13 years ago[brcm63xx] spi driver: remove bcm_rset usage
Florian Fainelli [Tue, 28 Dec 2010 00:24:50 +0000 (00:24 +0000)]
[brcm63xx] spi driver: remove bcm_rset usage

Since bcm636x platform embeds two spi master device,
the attached patch removes static bcm_rset usage, replaced  by
"bs->regs" field for all I/O operation.

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

13 years agogemini: enable GPIO sysfs interface
Gabor Juhos [Mon, 27 Dec 2010 08:10:05 +0000 (08:10 +0000)]
gemini: enable GPIO sysfs interface

SVN-Revision: 24839

13 years agoAdded OpenWRT-specific field to imagetag so that we can record the real root length...
Daniel Dickinson [Sun, 26 Dec 2010 04:18:13 +0000 (04:18 +0000)]
Added OpenWRT-specific field to imagetag so that we can record the real root length, so that when the CRC fixup is applied and the root length is recorded as zero we can still calculate the rootfs mtd partition size.

Signed-off-by: Daniel Dickinson <daniel@cshore.neomailbox.net>
SVN-Revision: 24838

13 years agomtd: Added trx_fixup for brcm63xx imagetag, and made references to fix_trx use the...
Daniel Dickinson [Sun, 26 Dec 2010 04:18:08 +0000 (04:18 +0000)]
mtd: Added trx_fixup for brcm63xx imagetag, and made references to fix_trx use the weak reference rather than the brcm47xx ifdef. This fixes a bug in which sysupgrade failed due to changing bad CRC on reboot.

Signed-off-by: Daniel Dickinson <daniel@cshore.neomailbox.net>
SVN-Revision: 24837

13 years agobase-files: Added uci-defaults script to run mtd fixtrx on firstboot for devices...
Daniel Dickinson [Sun, 26 Dec 2010 04:18:04 +0000 (04:18 +0000)]
base-files: Added uci-defaults script to run mtd fixtrx on firstboot for devices that need it.

Signed-off-by: Daniel Dickinson <daniel@cshore.neomailbox.net>
SVN-Revision: 24836

13 years agomtd: Added fixtrx for brcm63xx imagetag. This allows brcm63xx boards which experience...
Daniel Dickinson [Sun, 26 Dec 2010 04:18:01 +0000 (04:18 +0000)]
mtd: Added fixtrx for brcm63xx imagetag. This allows brcm63xx boards which experience a CRC on second boot due to the JFFS2 creation / DEADC0DE deletion to work correctly when mtd fixtrx is run on first boot

Signed-off-by: Daniel Dickinson <daniel@cshore.neomailbox.net>
SVN-Revision: 24835

13 years agomtd flashmap: Switched to calculating the rootfs size rather than depending on being...
Daniel Dickinson [Sun, 26 Dec 2010 04:17:56 +0000 (04:17 +0000)]
mtd flashmap: Switched to calculating the rootfs size rather than depending on being given the size in the imagetag. This is because solving the problem of second boot CRC errors requires changeing the rootfs size in the image to zero.

Signed-off-by: Daniel Dickinson <daniel@cshore.neomailbox.net>
SVN-Revision: 24834

13 years agomtd: Changed mtd_fixtrx and related functions to be weak references. The weak referen...
Daniel Dickinson [Sun, 26 Dec 2010 04:17:51 +0000 (04:17 +0000)]
mtd: Changed mtd_fixtrx and related functions to be weak references. The weak references only lead to actual functions for brcm47xx

Signed-off-by: Daniel Dickinson <daniel@cshore.neomailbox.net>
SVN-Revision: 24833

13 years ago[include] autotools.mk: introduce PKG_MACRO_PATHS and HOST_MACRO_PATHS which default...
Jo-Philipp Wich [Sun, 26 Dec 2010 02:06:50 +0000 (02:06 +0000)]
[include] autotools.mk: introduce PKG_MACRO_PATHS and HOST_MACRO_PATHS which default to ./m4, add LIBTOOL to AM_TOOL_PATHS

SVN-Revision: 24830

13 years ago[package] uhttpd: allow lowercase http header fields (#8513)
Jo-Philipp Wich [Fri, 24 Dec 2010 22:03:34 +0000 (22:03 +0000)]
[package] uhttpd: allow lowercase http header fields (#8513)

SVN-Revision: 24823

13 years agoath9k: add back the interrupt mitigation tweak and reduce the rx interrupt mitigation...
Felix Fietkau [Fri, 24 Dec 2010 12:09:43 +0000 (12:09 +0000)]
ath9k: add back the interrupt mitigation tweak and reduce the rx interrupt mitigation times further

SVN-Revision: 24819

13 years agoath9k: add pending fixes for revision checks and handling of the hw workaround register
Felix Fietkau [Fri, 24 Dec 2010 12:09:36 +0000 (12:09 +0000)]
ath9k: add pending fixes for revision checks and handling of the hw workaround register

SVN-Revision: 24818

13 years ago[at91] Import an experimental ADC driver
Claudio Mignanti [Thu, 23 Dec 2010 15:20:26 +0000 (15:20 +0000)]
[at91] Import an experimental ADC driver

SVN-Revision: 24814

13 years agopackage/mac80211: fix issue when CONFIG_MAC80211_LEDS is not set.
Alexandros C. Couloumbis [Thu, 23 Dec 2010 14:58:16 +0000 (14:58 +0000)]
package/mac80211: fix issue when CONFIG_MAC80211_LEDS is not set.

SVN-Revision: 24813

13 years agoar71xx: add support for TL-WR740N v1
Gabor Juhos [Thu, 23 Dec 2010 12:42:16 +0000 (12:42 +0000)]
ar71xx: add support for TL-WR740N v1

Same as TL-WR741ND but with different hardware ID and without
detachable antenna.

Signed-off-by: Paul Fertser <fercerpav@gmail.com>
SVN-Revision: 24811

13 years ago[target/avr32]: upgrade u-boot to v2010.12
Imre Kaloz [Thu, 23 Dec 2010 00:08:55 +0000 (00:08 +0000)]
[target/avr32]: upgrade u-boot to v2010.12

SVN-Revision: 24810

13 years ago[tools/mkimage]: use u-boot v2010.12
Imre Kaloz [Thu, 23 Dec 2010 00:07:58 +0000 (00:07 +0000)]
[tools/mkimage]: use u-boot v2010.12

SVN-Revision: 24809

13 years agokernel: add config option added in kernel 2.6.37-rc7 to generic and run make kernel_o...
Hauke Mehrtens [Wed, 22 Dec 2010 19:44:54 +0000 (19:44 +0000)]
kernel: add config option added in kernel 2.6.37-rc7 to generic and run make kernel_oldconfig for brcm47xx.

SVN-Revision: 24805

13 years agokernel: refresh patches with kernel 2.6.37-rc7
Hauke Mehrtens [Wed, 22 Dec 2010 19:43:25 +0000 (19:43 +0000)]
kernel: refresh patches with kernel 2.6.37-rc7

SVN-Revision: 24804

13 years agobrcm47xx: refresh patches with kernel 2.6.37-rc7
Hauke Mehrtens [Wed, 22 Dec 2010 19:42:37 +0000 (19:42 +0000)]
brcm47xx: refresh patches with kernel 2.6.37-rc7

The deleted patches went upstream in 2.6.37-rc7

SVN-Revision: 24803

13 years agouml: this patch went upstream
Hauke Mehrtens [Wed, 22 Dec 2010 18:20:50 +0000 (18:20 +0000)]
uml: this patch went upstream

SVN-Revision: 24802

13 years agomac80211: add CONFIG_ATH5K_PCI only when not on aterhos target
Hauke Mehrtens [Wed, 22 Dec 2010 17:39:05 +0000 (17:39 +0000)]
mac80211: add CONFIG_ATH5K_PCI only when not on aterhos target

SVN-Revision: 24801

13 years agoadm5120: make patches apply again and refresh them
Hauke Mehrtens [Wed, 22 Dec 2010 17:19:36 +0000 (17:19 +0000)]
adm5120: make patches apply again and refresh them

SVN-Revision: 24800

13 years agokernel: use tab in front of ledtrig-netdev.o and refresh kernel
Hauke Mehrtens [Wed, 22 Dec 2010 17:18:11 +0000 (17:18 +0000)]
kernel: use tab in front of ledtrig-netdev.o and refresh kernel

SVN-Revision: 24798

13 years agomac80211: rmove unused config symbols.
Hauke Mehrtens [Wed, 22 Dec 2010 14:59:53 +0000 (14:59 +0000)]
mac80211: rmove unused config symbols.

CONFIG_RT2800PCI_PCI and CONFIG_RT2800PCI_SOC were removed some time ago and CONFIG_IWLWIFI was replaced by CONFIG_COMPAT_IWLWIFI in compat wireless

SVN-Revision: 24794

13 years agomac80211: activate ahb bud for ath5k driver if on atheros target.
Hauke Mehrtens [Wed, 22 Dec 2010 14:57:40 +0000 (14:57 +0000)]
mac80211: activate ahb bud for ath5k driver if on atheros target.

SVN-Revision: 24793

13 years ago[tools] missing-macros: extend fake-gtk-doc-check.m4 (fixes autoreconf in orbit2...
Jo-Philipp Wich [Wed, 22 Dec 2010 09:33:06 +0000 (09:33 +0000)]
[tools] missing-macros: extend fake-gtk-doc-check.m4 (fixes autoreconf in orbit2), provide fake-intltool.m4

SVN-Revision: 24787

13 years ago[tools] missing-macros: add xmms.m4, from libflac
Jo-Philipp Wich [Wed, 22 Dec 2010 08:04:33 +0000 (08:04 +0000)]
[tools] missing-macros: add xmms.m4, from libflac

SVN-Revision: 24784

13 years ago[package] base-files: implement "reqopts" parameter for dhcp interfaces to specify...
Jo-Philipp Wich [Wed, 22 Dec 2010 07:20:24 +0000 (07:20 +0000)]
[package] base-files: implement "reqopts" parameter for dhcp interfaces to specify additional dhcp options to request

SVN-Revision: 24780

13 years ago[package] busybox: implement ms static routes option in udhcpc (#6435)
Jo-Philipp Wich [Wed, 22 Dec 2010 07:16:46 +0000 (07:16 +0000)]
[package] busybox: implement ms static routes option in udhcpc (#6435)

SVN-Revision: 24779

13 years ago[package] base-files: the busybox update to v1.15.3 completely broke udhcpc route...
Jo-Philipp Wich [Wed, 22 Dec 2010 07:07:15 +0000 (07:07 +0000)]
[package] base-files: the busybox update to v1.15.3 completely broke udhcpc route option handling, repair default.script to work with the new format (#6435)

SVN-Revision: 24778

13 years ago[tools] missing-macros: add missing serial numbers, split acc.m4 into mfx_acc.m4...
Jo-Philipp Wich [Wed, 22 Dec 2010 01:21:06 +0000 (01:21 +0000)]
[tools] missing-macros: add missing serial numbers, split acc.m4 into mfx_acc.m4, mfx_cppflags.m4 and mfx_limits.m4

SVN-Revision: 24763

13 years ago[tools] missing-macros: fix a bunch of underquoted definition warnings in various...
Jo-Philipp Wich [Wed, 22 Dec 2010 01:03:17 +0000 (01:03 +0000)]
[tools] missing-macros: fix a bunch of underquoted definition warnings in various 3rd party macros

SVN-Revision: 24761

13 years ago[tools] missing-macros: add more m4 macros from gettext, ossp-js, libmikmod, libdnet
Jo-Philipp Wich [Wed, 22 Dec 2010 00:38:21 +0000 (00:38 +0000)]
[tools] missing-macros: add more m4 macros from gettext, ossp-js, libmikmod, libdnet

SVN-Revision: 24757

13 years ago[tools] missing-macros: add acc.m4, used by ucl and lzo
Jo-Philipp Wich [Wed, 22 Dec 2010 00:11:47 +0000 (00:11 +0000)]
[tools] missing-macros: add acc.m4, used by ucl and lzo

SVN-Revision: 24756

13 years ago[tools] add missing makefile in previous commit
Jo-Philipp Wich [Wed, 22 Dec 2010 00:03:15 +0000 (00:03 +0000)]
[tools] add missing makefile in previous commit

SVN-Revision: 24755

13 years ago[tools] package mm-common, this provides missing m4 macros for glibmm, gtkmm, cairomm...
Jo-Philipp Wich [Wed, 22 Dec 2010 00:02:36 +0000 (00:02 +0000)]
[tools] package mm-common, this provides missing m4 macros for glibmm, gtkmm, cairomm and other Gnome C++ bindings

SVN-Revision: 24754

13 years ago[tools] introduce missing-macros meta package, this will supply needed m4 macros...
Jo-Philipp Wich [Tue, 21 Dec 2010 23:50:41 +0000 (23:50 +0000)]
[tools] introduce missing-macros meta package, this will supply needed m4 macros which are used but not shipped by various packages in feeds

SVN-Revision: 24753

13 years ago[tools] libtool: extend all ltmain.m4sh patches to cover ltmain.sh as well, prevent...
Jo-Philipp Wich [Tue, 21 Dec 2010 22:37:54 +0000 (22:37 +0000)]
[tools] libtool: extend all ltmain.m4sh patches to cover ltmain.sh as well, prevent configure from embedding host library paths

SVN-Revision: 24752

13 years agotoolchain/gcc: fix r24746
Alexandros C. Couloumbis [Tue, 21 Dec 2010 14:54:34 +0000 (14:54 +0000)]
toolchain/gcc: fix r24746

SVN-Revision: 24751

13 years agobrcm47xx: wgt634u mac address fix
Hauke Mehrtens [Tue, 21 Dec 2010 13:34:09 +0000 (13:34 +0000)]
brcm47xx: wgt634u mac address fix

The Netgear wgt634u uses minus between the hex digest of the mac
address and all other broadcom devices are using colons between the hex
digest. Now the mac address is correctly parsed also when minus is used.

SVN-Revision: 24749

13 years ago[toolchain]: add gcc 4.5.2 (replaces 4.5.1)
Imre Kaloz [Tue, 21 Dec 2010 08:13:21 +0000 (08:13 +0000)]
[toolchain]: add gcc 4.5.2 (replaces 4.5.1)

SVN-Revision: 24746

13 years ago[package]Âbase-files: don't mark /etc/banner as conffile
Jo-Philipp Wich [Mon, 20 Dec 2010 19:51:05 +0000 (19:51 +0000)]
[package]Âbase-files: don't mark /etc/banner as conffile

SVN-Revision: 24742

13 years ago[tools] libtool: strip unsave directories from relink command, nuke every -L that...
Jo-Philipp Wich [Mon, 20 Dec 2010 19:43:57 +0000 (19:43 +0000)]
[tools] libtool: strip unsave directories from relink command, nuke every -L that looks like /usr/lib or /lib

SVN-Revision: 24741

13 years ago[package] iptables: don't call autogen.sh, use autoreconf fixup instead of libtool
Jo-Philipp Wich [Mon, 20 Dec 2010 18:45:09 +0000 (18:45 +0000)]
[package] iptables: don't call autogen.sh, use autoreconf fixup instead of libtool

SVN-Revision: 24740

13 years ago[lantiq]
John Crispin [Mon, 20 Dec 2010 17:56:09 +0000 (17:56 +0000)]
[lantiq]
* fixes duplicate registration of dwc_otg usb core

SVN-Revision: 24738

13 years ago[ar71xx] unifi: add sysupgrade and leds support
Claudio Mignanti [Mon, 20 Dec 2010 17:28:34 +0000 (17:28 +0000)]
[ar71xx] unifi: add sysupgrade and leds support

SVN-Revision: 24737

13 years agompc85xx: fix up kernel config and make the target boot on the MPC8568E-MDS-PB board
Felix Fietkau [Mon, 20 Dec 2010 14:25:25 +0000 (14:25 +0000)]
mpc85xx: fix up kernel config and make the target boot on the MPC8568E-MDS-PB board

SVN-Revision: 24736

13 years agofix a compile error with uclibc 0.9.32 and newer kernels
Felix Fietkau [Mon, 20 Dec 2010 14:25:17 +0000 (14:25 +0000)]
fix a compile error with uclibc 0.9.32 and newer kernels

SVN-Revision: 24735

13 years agogcc: fix newer libstdc++ compile issues with uclibc 0.9.32
Felix Fietkau [Mon, 20 Dec 2010 14:25:05 +0000 (14:25 +0000)]
gcc: fix newer libstdc++ compile issues with uclibc 0.9.32

SVN-Revision: 24734

13 years ago[include] netfilter.mk: fix connmark packaging for Kernels >= 2.6.35, thanks Daniel...
Jo-Philipp Wich [Sun, 19 Dec 2010 16:47:30 +0000 (16:47 +0000)]
[include] netfilter.mk: fix connmark packaging for Kernels >= 2.6.35, thanks Daniel Gimpelevich

SVN-Revision: 24729

13 years ago[generic] fix layer7 patches for Kernels >= 2.6.35, thanks Daniel Gimpelevich
Jo-Philipp Wich [Sun, 19 Dec 2010 16:46:47 +0000 (16:46 +0000)]
[generic] fix layer7 patches for Kernels >= 2.6.35, thanks Daniel Gimpelevich

SVN-Revision: 24728

13 years ago[package] mac80211: rename max_clients option to maxassoc, this brings it in line...
Jo-Philipp Wich [Sun, 19 Dec 2010 13:33:55 +0000 (13:33 +0000)]
[package] mac80211: rename max_clients option to maxassoc, this brings it in line with broadcom

SVN-Revision: 24726

13 years agohostapd: add support for specifying the maximum number of clients
Felix Fietkau [Sun, 19 Dec 2010 11:56:56 +0000 (11:56 +0000)]
hostapd: add support for specifying the maximum number of clients

Signed-off-by: Alexander Couzens <lynxis@c-base.org>
SVN-Revision: 24725

13 years agohostapd: fix appending the iapp_interface variable to the config
Felix Fietkau [Sun, 19 Dec 2010 11:56:49 +0000 (11:56 +0000)]
hostapd: fix appending the iapp_interface variable to the config

Signed-off-by: Alexander Couzens <lynxis@c-base.org>
SVN-Revision: 24724

13 years agoar71xx: enable ar7240 switch support on the UBNT NanoStation M
Felix Fietkau [Sun, 19 Dec 2010 11:56:42 +0000 (11:56 +0000)]
ar71xx: enable ar7240 switch support on the UBNT NanoStation M
Fixes broadcast frames on the second ethernet MAC

Signed-off-by: Alexander Couzens <lynxis@c-base.org>
SVN-Revision: 24723

13 years agohostapd: Add CONFIG_FULL_DYNAMIC_VLAN=y to hostapd-full.config
Felix Fietkau [Sun, 19 Dec 2010 11:48:38 +0000 (11:48 +0000)]
hostapd: Add CONFIG_FULL_DYNAMIC_VLAN=y to hostapd-full.config

This allows hostapd to make use of the config option
"vlan_tagged_interface" to automatically create bridge and
VLAN interfaces in a fully dynamic way.

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

13 years agohostapd: Allow rsn_preauth configuration
Felix Fietkau [Sun, 19 Dec 2010 11:48:31 +0000 (11:48 +0000)]
hostapd: Allow rsn_preauth configuration

Hostapd can allow preauthentication for WPA2-EAP networks when
the interfaces through which preauthentication is allowed are
configured.

Add a new param "rsn_preauth=0/1" to the configuration that enables
or disables preauthentication on the according bridge interface.

Preauthentication for unbridged networks is not considered in this
patch.

Cc: Felix Fietkau <nbd@openwrt.org>
Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com>
SVN-Revision: 24721

13 years agoe2fsprogs: add two compile fixes.
Hauke Mehrtens [Sun, 19 Dec 2010 11:43:45 +0000 (11:43 +0000)]
e2fsprogs: add two compile fixes.

Thank you Joe Roback for reporting and fixing compiling on Darwin.

SVN-Revision: 24720

13 years ago[package] iptables: fix layer7 patch to place the source in extensions/, I doubt...
Jo-Philipp Wich [Sun, 19 Dec 2010 11:16:46 +0000 (11:16 +0000)]
[package] iptables: fix layer7 patch to place the source in extensions/, I doubt it ever worked

SVN-Revision: 24719

13 years agoar71xx: fix micrel phy patch (Patch from #8041.)
Gabor Juhos [Sun, 19 Dec 2010 10:05:55 +0000 (10:05 +0000)]
ar71xx: fix micrel phy patch (Patch from #8041.)

SVN-Revision: 24718

13 years ago[include] autotools.mk: like libintl, make all libtool fixup packages depend on the...
Jo-Philipp Wich [Sun, 19 Dec 2010 04:41:18 +0000 (04:41 +0000)]
[include] autotools.mk: like libintl, make all libtool fixup packages depend on the libiconv stub

SVN-Revision: 24708

13 years ago[include] autotools.mk: add a (dummy) libintl build dependency to any package using...
Jo-Philipp Wich [Sun, 19 Dec 2010 02:37:56 +0000 (02:37 +0000)]
[include] autotools.mk: add a (dummy) libintl build dependency to any package using the libtool fixup

SVN-Revision: 24700

13 years agotools: fix dependencies
Hauke Mehrtens [Sun, 19 Dec 2010 00:05:17 +0000 (00:05 +0000)]
tools: fix dependencies

SVN-Revision: 24693

13 years ago[include] download.mk: support https:// downloads
Jo-Philipp Wich [Sat, 18 Dec 2010 21:43:10 +0000 (21:43 +0000)]
[include] download.mk: support https:// downloads

SVN-Revision: 24688

13 years ago[scripts] download.pl: pass --no-check-certificate to wget
Jo-Philipp Wich [Sat, 18 Dec 2010 20:54:53 +0000 (20:54 +0000)]
[scripts] download.pl: pass --no-check-certificate to wget

SVN-Revision: 24686

13 years ago[tools] the mpfr dependencies accidentally got broken up, fix it
Jo-Philipp Wich [Sat, 18 Dec 2010 19:59:04 +0000 (19:59 +0000)]
[tools] the mpfr dependencies accidentally got broken up, fix it

SVN-Revision: 24684

13 years agoe2fsprogs: update to version 1.41.13
Hauke Mehrtens [Sat, 18 Dec 2010 19:47:11 +0000 (19:47 +0000)]
e2fsprogs: update to version 1.41.13

SVN-Revision: 24683

13 years agotools: add missing dependencies
Hauke Mehrtens [Sat, 18 Dec 2010 19:46:39 +0000 (19:46 +0000)]
tools: add missing dependencies

SVN-Revision: 24682

13 years agocloog: libtools has to be run
Hauke Mehrtens [Sat, 18 Dec 2010 19:34:55 +0000 (19:34 +0000)]
cloog: libtools has to be run

SVN-Revision: 24681

13 years agoppl: go back to version 0.10.2
Hauke Mehrtens [Sat, 18 Dec 2010 19:34:04 +0000 (19:34 +0000)]
ppl: go back to version 0.10.2

GCC 4.5 needs ppl in version 0.10.2. The patch makes it compile with gmp 5.

SVN-Revision: 24680

13 years ago[package] opkg: remove stray HOST_BUILD_DEPENDS
Jo-Philipp Wich [Sat, 18 Dec 2010 19:16:03 +0000 (19:16 +0000)]
[package] opkg: remove stray HOST_BUILD_DEPENDS

SVN-Revision: 24679

13 years agomac80211: another optimization for tx performance
Felix Fietkau [Sat, 18 Dec 2010 18:27:51 +0000 (18:27 +0000)]
mac80211: another optimization for tx performance

SVN-Revision: 24677

13 years ago[include] autotools.mk: remove HOST_BUILD_DEPENDS on libtool
Jo-Philipp Wich [Sat, 18 Dec 2010 18:14:25 +0000 (18:14 +0000)]
[include] autotools.mk: remove HOST_BUILD_DEPENDS on libtool

SVN-Revision: 24676

13 years ago[package] libtool: remove patches, they don't apply to libltdl
Jo-Philipp Wich [Sat, 18 Dec 2010 18:13:12 +0000 (18:13 +0000)]
[package] libtool: remove patches, they don't apply to libltdl

SVN-Revision: 24675

13 years ago[package] libtool: remove host build and leave only libltdl in place
Jo-Philipp Wich [Sat, 18 Dec 2010 18:12:34 +0000 (18:12 +0000)]
[package] libtool: remove host build and leave only libltdl in place

SVN-Revision: 24674

13 years ago[tools] make libtool a tool build and let autoconf depend on it
Jo-Philipp Wich [Sat, 18 Dec 2010 18:07:53 +0000 (18:07 +0000)]
[tools] make libtool a tool build and let autoconf depend on it

SVN-Revision: 24673

13 years agomac80211: fix a crash in the tx path
Felix Fietkau [Sat, 18 Dec 2010 17:56:32 +0000 (17:56 +0000)]
mac80211: fix a crash in the tx path

SVN-Revision: 24672

13 years agomac80211: fix a missing return value
Felix Fietkau [Sat, 18 Dec 2010 17:40:09 +0000 (17:40 +0000)]
mac80211: fix a missing return value

SVN-Revision: 24671

13 years agomac80211: significantly reduce the cpu load caused by excessive skb header cloning
Felix Fietkau [Sat, 18 Dec 2010 17:23:38 +0000 (17:23 +0000)]
mac80211: significantly reduce the cpu load caused by excessive skb header cloning

SVN-Revision: 24669

13 years ago[include] autotools.mk: set AUTOPOINT to "true", not all hosts have it install and...
Jo-Philipp Wich [Sat, 18 Dec 2010 13:19:59 +0000 (13:19 +0000)]
[include] autotools.mk: set AUTOPOINT to "true", not all hosts have it install and it makes autoreconf fail if not present, it also needs cvs which isn't installed on all hosts either

SVN-Revision: 24664

13 years agoath9k: do not force the chainmask to 1 for legacy mode - it makes no sense and it...
Felix Fietkau [Sat, 18 Dec 2010 02:14:52 +0000 (02:14 +0000)]
ath9k: do not force the chainmask to 1 for legacy mode - it makes no sense and it reduces txpower and unnecessarily disables MRC

SVN-Revision: 24657

13 years agomac80211: update to wireless-testing 2010-12-16
Felix Fietkau [Sat, 18 Dec 2010 02:00:10 +0000 (02:00 +0000)]
mac80211: update to wireless-testing 2010-12-16

SVN-Revision: 24655

13 years agofirmware-utils/mkzynfw: fix available flash space calculation
Gabor Juhos [Fri, 17 Dec 2010 20:34:31 +0000 (20:34 +0000)]
firmware-utils/mkzynfw: fix available flash space calculation

SVN-Revision: 24653