florian [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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24849
3c298f89-4303-0410-b956-
a3cf2f4a3e73
acoul [Wed, 29 Dec 2010 14:50:52 +0000 (14:50 +0000)]
package/e2fsprogs: update to version 1.41.14
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24848
3c298f89-4303-0410-b956-
a3cf2f4a3e73
acoul [Wed, 29 Dec 2010 13:24:17 +0000 (13:24 +0000)]
target/linux: sync to kernel 2.6.37-rc8, refresh patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24847
3c298f89-4303-0410-b956-
a3cf2f4a3e73
jow [Wed, 29 Dec 2010 09:39:09 +0000 (09:39 +0000)]
[tools] missing-macros: add as-ac-expand.m4
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24846
3c298f89-4303-0410-b956-
a3cf2f4a3e73
cshore [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).
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24843
3c298f89-4303-0410-b956-
a3cf2f4a3e73
cshore [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.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24842
3c298f89-4303-0410-b956-
a3cf2f4a3e73
florian [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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24840
3c298f89-4303-0410-b956-
a3cf2f4a3e73
juhosg [Mon, 27 Dec 2010 08:10:05 +0000 (08:10 +0000)]
gemini: enable GPIO sysfs interface
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24839
3c298f89-4303-0410-b956-
a3cf2f4a3e73
cshore [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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24838
3c298f89-4303-0410-b956-
a3cf2f4a3e73
cshore [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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24837
3c298f89-4303-0410-b956-
a3cf2f4a3e73
cshore [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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24836
3c298f89-4303-0410-b956-
a3cf2f4a3e73
cshore [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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24835
3c298f89-4303-0410-b956-
a3cf2f4a3e73
cshore [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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24834
3c298f89-4303-0410-b956-
a3cf2f4a3e73
cshore [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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24833
3c298f89-4303-0410-b956-
a3cf2f4a3e73
jow [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
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24830
3c298f89-4303-0410-b956-
a3cf2f4a3e73
jow [Fri, 24 Dec 2010 22:03:34 +0000 (22:03 +0000)]
[package] uhttpd: allow lowercase http header fields (#8513)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24823
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [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
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24819
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [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
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24818
3c298f89-4303-0410-b956-
a3cf2f4a3e73
claudio [Thu, 23 Dec 2010 15:20:26 +0000 (15:20 +0000)]
[at91] Import an experimental ADC driver
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24814
3c298f89-4303-0410-b956-
a3cf2f4a3e73
acoul [Thu, 23 Dec 2010 14:58:16 +0000 (14:58 +0000)]
package/mac80211: fix issue when CONFIG_MAC80211_LEDS is not set.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24813
3c298f89-4303-0410-b956-
a3cf2f4a3e73
juhosg [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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24811
3c298f89-4303-0410-b956-
a3cf2f4a3e73
kaloz [Thu, 23 Dec 2010 00:08:55 +0000 (00:08 +0000)]
[target/avr32]: upgrade u-boot to v2010.12
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24810
3c298f89-4303-0410-b956-
a3cf2f4a3e73
kaloz [Thu, 23 Dec 2010 00:07:58 +0000 (00:07 +0000)]
[tools/mkimage]: use u-boot v2010.12
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24809
3c298f89-4303-0410-b956-
a3cf2f4a3e73
hauke [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.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24805
3c298f89-4303-0410-b956-
a3cf2f4a3e73
hauke [Wed, 22 Dec 2010 19:43:25 +0000 (19:43 +0000)]
kernel: refresh patches with kernel 2.6.37-rc7
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24804
3c298f89-4303-0410-b956-
a3cf2f4a3e73
hauke [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
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24803
3c298f89-4303-0410-b956-
a3cf2f4a3e73
hauke [Wed, 22 Dec 2010 18:20:50 +0000 (18:20 +0000)]
uml: this patch went upstream
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24802
3c298f89-4303-0410-b956-
a3cf2f4a3e73
hauke [Wed, 22 Dec 2010 17:39:05 +0000 (17:39 +0000)]
mac80211: add CONFIG_ATH5K_PCI only when not on aterhos target
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24801
3c298f89-4303-0410-b956-
a3cf2f4a3e73
hauke [Wed, 22 Dec 2010 17:19:36 +0000 (17:19 +0000)]
adm5120: make patches apply again and refresh them
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24800
3c298f89-4303-0410-b956-
a3cf2f4a3e73
hauke [Wed, 22 Dec 2010 17:18:11 +0000 (17:18 +0000)]
kernel: use tab in front of ledtrig-netdev.o and refresh kernel
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24798
3c298f89-4303-0410-b956-
a3cf2f4a3e73
hauke [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
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24794
3c298f89-4303-0410-b956-
a3cf2f4a3e73
hauke [Wed, 22 Dec 2010 14:57:40 +0000 (14:57 +0000)]
mac80211: activate ahb bud for ath5k driver if on atheros target.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24793
3c298f89-4303-0410-b956-
a3cf2f4a3e73
jow [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
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24787
3c298f89-4303-0410-b956-
a3cf2f4a3e73
jow [Wed, 22 Dec 2010 08:04:33 +0000 (08:04 +0000)]
[tools] missing-macros: add xmms.m4, from libflac
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24784
3c298f89-4303-0410-b956-
a3cf2f4a3e73
jow [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
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24780
3c298f89-4303-0410-b956-
a3cf2f4a3e73
jow [Wed, 22 Dec 2010 07:16:46 +0000 (07:16 +0000)]
[package] busybox: implement ms static routes option in udhcpc (#6435)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24779
3c298f89-4303-0410-b956-
a3cf2f4a3e73
jow [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)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24778
3c298f89-4303-0410-b956-
a3cf2f4a3e73
jow [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
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24763
3c298f89-4303-0410-b956-
a3cf2f4a3e73
jow [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
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24761
3c298f89-4303-0410-b956-
a3cf2f4a3e73
jow [Wed, 22 Dec 2010 00:38:21 +0000 (00:38 +0000)]
[tools] missing-macros: add more m4 macros from gettext, ossp-js, libmikmod, libdnet
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24757
3c298f89-4303-0410-b956-
a3cf2f4a3e73
jow [Wed, 22 Dec 2010 00:11:47 +0000 (00:11 +0000)]
[tools] missing-macros: add acc.m4, used by ucl and lzo
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24756
3c298f89-4303-0410-b956-
a3cf2f4a3e73
jow [Wed, 22 Dec 2010 00:03:15 +0000 (00:03 +0000)]
[tools] add missing makefile in previous commit
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24755
3c298f89-4303-0410-b956-
a3cf2f4a3e73
jow [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
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24754
3c298f89-4303-0410-b956-
a3cf2f4a3e73
jow [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
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24753
3c298f89-4303-0410-b956-
a3cf2f4a3e73
jow [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
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24752
3c298f89-4303-0410-b956-
a3cf2f4a3e73
acoul [Tue, 21 Dec 2010 14:54:34 +0000 (14:54 +0000)]
toolchain/gcc: fix r24746
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24751
3c298f89-4303-0410-b956-
a3cf2f4a3e73
hauke [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.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24749
3c298f89-4303-0410-b956-
a3cf2f4a3e73
kaloz [Tue, 21 Dec 2010 08:13:21 +0000 (08:13 +0000)]
[toolchain]: add gcc 4.5.2 (replaces 4.5.1)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24746
3c298f89-4303-0410-b956-
a3cf2f4a3e73
jow [Mon, 20 Dec 2010 19:51:05 +0000 (19:51 +0000)]
[package]Âbase-files: don't mark /etc/banner as conffile
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24742
3c298f89-4303-0410-b956-
a3cf2f4a3e73
jow [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
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24741
3c298f89-4303-0410-b956-
a3cf2f4a3e73
jow [Mon, 20 Dec 2010 18:45:09 +0000 (18:45 +0000)]
[package] iptables: don't call autogen.sh, use autoreconf fixup instead of libtool
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24740
3c298f89-4303-0410-b956-
a3cf2f4a3e73
blogic [Mon, 20 Dec 2010 17:56:09 +0000 (17:56 +0000)]
[lantiq]
* fixes duplicate registration of dwc_otg usb core
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24738
3c298f89-4303-0410-b956-
a3cf2f4a3e73
claudio [Mon, 20 Dec 2010 17:28:34 +0000 (17:28 +0000)]
[ar71xx] unifi: add sysupgrade and leds support
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24737
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [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
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24736
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Mon, 20 Dec 2010 14:25:17 +0000 (14:25 +0000)]
fix a compile error with uclibc 0.9.32 and newer kernels
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24735
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Mon, 20 Dec 2010 14:25:05 +0000 (14:25 +0000)]
gcc: fix newer libstdc++ compile issues with uclibc 0.9.32
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24734
3c298f89-4303-0410-b956-
a3cf2f4a3e73
jow [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
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24729
3c298f89-4303-0410-b956-
a3cf2f4a3e73
jow [Sun, 19 Dec 2010 16:46:47 +0000 (16:46 +0000)]
[generic] fix layer7 patches for Kernels >= 2.6.35, thanks Daniel Gimpelevich
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24728
3c298f89-4303-0410-b956-
a3cf2f4a3e73
jow [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
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24726
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24725
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24724
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24723
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24722
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24721
3c298f89-4303-0410-b956-
a3cf2f4a3e73
hauke [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.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24720
3c298f89-4303-0410-b956-
a3cf2f4a3e73
jow [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
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24719
3c298f89-4303-0410-b956-
a3cf2f4a3e73
juhosg [Sun, 19 Dec 2010 10:05:55 +0000 (10:05 +0000)]
ar71xx: fix micrel phy patch (Patch from #8041.)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24718
3c298f89-4303-0410-b956-
a3cf2f4a3e73
jow [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
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24708
3c298f89-4303-0410-b956-
a3cf2f4a3e73
jow [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
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24700
3c298f89-4303-0410-b956-
a3cf2f4a3e73
hauke [Sun, 19 Dec 2010 00:05:17 +0000 (00:05 +0000)]
tools: fix dependencies
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24693
3c298f89-4303-0410-b956-
a3cf2f4a3e73
jow [Sat, 18 Dec 2010 21:43:10 +0000 (21:43 +0000)]
[include] download.mk: support https:// downloads
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24688
3c298f89-4303-0410-b956-
a3cf2f4a3e73
jow [Sat, 18 Dec 2010 20:54:53 +0000 (20:54 +0000)]
[scripts] download.pl: pass --no-check-certificate to wget
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24686
3c298f89-4303-0410-b956-
a3cf2f4a3e73
jow [Sat, 18 Dec 2010 19:59:04 +0000 (19:59 +0000)]
[tools] the mpfr dependencies accidentally got broken up, fix it
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24684
3c298f89-4303-0410-b956-
a3cf2f4a3e73
hauke [Sat, 18 Dec 2010 19:47:11 +0000 (19:47 +0000)]
e2fsprogs: update to version 1.41.13
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24683
3c298f89-4303-0410-b956-
a3cf2f4a3e73
hauke [Sat, 18 Dec 2010 19:46:39 +0000 (19:46 +0000)]
tools: add missing dependencies
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24682
3c298f89-4303-0410-b956-
a3cf2f4a3e73
hauke [Sat, 18 Dec 2010 19:34:55 +0000 (19:34 +0000)]
cloog: libtools has to be run
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24681
3c298f89-4303-0410-b956-
a3cf2f4a3e73
hauke [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.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24680
3c298f89-4303-0410-b956-
a3cf2f4a3e73
jow [Sat, 18 Dec 2010 19:16:03 +0000 (19:16 +0000)]
[package] opkg: remove stray HOST_BUILD_DEPENDS
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24679
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Sat, 18 Dec 2010 18:27:51 +0000 (18:27 +0000)]
mac80211: another optimization for tx performance
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24677
3c298f89-4303-0410-b956-
a3cf2f4a3e73
jow [Sat, 18 Dec 2010 18:14:25 +0000 (18:14 +0000)]
[include] autotools.mk: remove HOST_BUILD_DEPENDS on libtool
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24676
3c298f89-4303-0410-b956-
a3cf2f4a3e73
jow [Sat, 18 Dec 2010 18:13:12 +0000 (18:13 +0000)]
[package] libtool: remove patches, they don't apply to libltdl
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24675
3c298f89-4303-0410-b956-
a3cf2f4a3e73
jow [Sat, 18 Dec 2010 18:12:34 +0000 (18:12 +0000)]
[package] libtool: remove host build and leave only libltdl in place
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24674
3c298f89-4303-0410-b956-
a3cf2f4a3e73
jow [Sat, 18 Dec 2010 18:07:53 +0000 (18:07 +0000)]
[tools] make libtool a tool build and let autoconf depend on it
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24673
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Sat, 18 Dec 2010 17:56:32 +0000 (17:56 +0000)]
mac80211: fix a crash in the tx path
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24672
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Sat, 18 Dec 2010 17:40:09 +0000 (17:40 +0000)]
mac80211: fix a missing return value
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24671
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Sat, 18 Dec 2010 17:23:38 +0000 (17:23 +0000)]
mac80211: significantly reduce the cpu load caused by excessive skb header cloning
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24669
3c298f89-4303-0410-b956-
a3cf2f4a3e73
jow [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
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24664
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [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
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24657
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Sat, 18 Dec 2010 02:00:10 +0000 (02:00 +0000)]
mac80211: update to wireless-testing 2010-12-16
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24655
3c298f89-4303-0410-b956-
a3cf2f4a3e73
juhosg [Fri, 17 Dec 2010 20:34:31 +0000 (20:34 +0000)]
firmware-utils/mkzynfw: fix available flash space calculation
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24653
3c298f89-4303-0410-b956-
a3cf2f4a3e73
juhosg [Fri, 17 Dec 2010 20:34:26 +0000 (20:34 +0000)]
generic: fix min/max confusion in jffs2_sum_init on 2.6.32
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24652
3c298f89-4303-0410-b956-
a3cf2f4a3e73
juhosg [Fri, 17 Dec 2010 17:57:20 +0000 (17:57 +0000)]
ar71xx: remove stray semicolons
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24651
3c298f89-4303-0410-b956-
a3cf2f4a3e73
juhosg [Fri, 17 Dec 2010 17:10:21 +0000 (17:10 +0000)]
ar71xx: fix WLAN LEDs on the DIR-825 board
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24650
3c298f89-4303-0410-b956-
a3cf2f4a3e73
juhosg [Fri, 17 Dec 2010 17:10:19 +0000 (17:10 +0000)]
ar71xx: add helper function to setup ath9k LED/GPIO on the AP94 based boards
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24649
3c298f89-4303-0410-b956-
a3cf2f4a3e73
juhosg [Fri, 17 Dec 2010 17:10:16 +0000 (17:10 +0000)]
ar71xx: use usbdev trigger for USB LEDs by default
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24648
3c298f89-4303-0410-b956-
a3cf2f4a3e73
juhosg [Fri, 17 Dec 2010 17:10:14 +0000 (17:10 +0000)]
base-files: add support for the usbdev LED trigger
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24647
3c298f89-4303-0410-b956-
a3cf2f4a3e73
juhosg [Fri, 17 Dec 2010 17:10:11 +0000 (17:10 +0000)]
generic: add LED trigger for USB device presence/activity
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24646
3c298f89-4303-0410-b956-
a3cf2f4a3e73
juhosg [Fri, 17 Dec 2010 17:10:08 +0000 (17:10 +0000)]
generic: add usb_find_device_by_name helper
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24645
3c298f89-4303-0410-b956-
a3cf2f4a3e73
juhosg [Fri, 17 Dec 2010 17:10:04 +0000 (17:10 +0000)]
generic: nuke 2.6.33 specific stuff, is not used by any platform
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24644
3c298f89-4303-0410-b956-
a3cf2f4a3e73
juhosg [Fri, 17 Dec 2010 17:10:01 +0000 (17:10 +0000)]
ar71xx: UBNT Secondary MAC address duplicate fix
There is Secondary MAC address duplicate problem with some UBNT
RouterStation and RouterStation Pro HW batches as Primary MAC addresses
are not increased by 2 per device in board data. Fix is to use 'Locally
Administrated bit' for Secondary MAC address instead of increasing
Primary MAC addresses by 1 which could overlap with other device
Primary MAC address.
Signed-off-by: Kestutis Barkauskas<keba@devint.net>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24643
3c298f89-4303-0410-b956-
a3cf2f4a3e73
This page took 0.0600270000000001 seconds and 4 git commands to generate.