openwrt/openwrt.git
15 years agomark uclibc nptl and snapshot as broken
Felix Fietkau [Thu, 9 Apr 2009 20:01:28 +0000 (20:01 +0000)]
mark uclibc nptl and snapshot as broken

SVN-Revision: 15179

15 years agonetfilter: merge some fixes from upstream
Felix Fietkau [Thu, 9 Apr 2009 19:43:24 +0000 (19:43 +0000)]
netfilter: merge some fixes from upstream

SVN-Revision: 15178

15 years agonetfilter: speed up packet matching by allowing default rules to bypass the common...
Felix Fietkau [Thu, 9 Apr 2009 19:43:19 +0000 (19:43 +0000)]
netfilter: speed up packet matching by allowing default rules to bypass the common checks

SVN-Revision: 15177

15 years agoatheros: make use of netdev_alloc_skb
Felix Fietkau [Thu, 9 Apr 2009 19:43:13 +0000 (19:43 +0000)]
atheros: make use of netdev_alloc_skb

SVN-Revision: 15176

15 years agomove iptable_raw to the conntrack-extra package
Felix Fietkau [Thu, 9 Apr 2009 19:42:52 +0000 (19:42 +0000)]
move iptable_raw to the conntrack-extra package

SVN-Revision: 15175

15 years agopatches for 2.6.28
Claudio Mignanti [Thu, 9 Apr 2009 16:21:56 +0000 (16:21 +0000)]
patches for 2.6.28

SVN-Revision: 15174

15 years agomove etrax generic files to specific kernel version
Claudio Mignanti [Thu, 9 Apr 2009 16:18:45 +0000 (16:18 +0000)]
move etrax generic files to specific kernel version

SVN-Revision: 15173

15 years agodnsmasq: add more options for interface binding (#4900)
Jo-Philipp Wich [Thu, 9 Apr 2009 14:51:15 +0000 (14:51 +0000)]
dnsmasq: add more options for interface binding (#4900)

SVN-Revision: 15172

15 years agofix ccache host installation (#4902)
Florian Fainelli [Thu, 9 Apr 2009 13:16:57 +0000 (13:16 +0000)]
fix ccache host installation (#4902)

SVN-Revision: 15165

15 years agob43: Remove unnecessary MMIO accesses in the interrupt hotpath.
Michael Büsch [Wed, 8 Apr 2009 19:03:10 +0000 (19:03 +0000)]
b43: Remove unnecessary MMIO accesses in the interrupt hotpath.

SVN-Revision: 15160

15 years agob44: use netdev_alloc_skb
Felix Fietkau [Wed, 8 Apr 2009 16:57:52 +0000 (16:57 +0000)]
b44: use netdev_alloc_skb

SVN-Revision: 15159

15 years agokernel: increase skb padding for network devices to accomodate for headroom requireme...
Felix Fietkau [Wed, 8 Apr 2009 16:57:41 +0000 (16:57 +0000)]
kernel: increase skb padding for network devices to accomodate for headroom requirements of eth->wifi routing and more

SVN-Revision: 15158

15 years agoworkaroun some stupid Kconfig bugs (#4895)
Florian Fainelli [Wed, 8 Apr 2009 15:07:39 +0000 (15:07 +0000)]
workaroun some stupid Kconfig bugs (#4895)

SVN-Revision: 15157

15 years agoremove the b43 dependency on brcm47xx/brcm63xx
Felix Fietkau [Wed, 8 Apr 2009 15:06:55 +0000 (15:06 +0000)]
remove the b43 dependency on brcm47xx/brcm63xx

SVN-Revision: 15156

15 years agokernel: revert the change from JHASH_GOLDEN_RATIO to JHASH_INIT_PARAM (ipv6 still...
Felix Fietkau [Wed, 8 Apr 2009 15:06:38 +0000 (15:06 +0000)]
kernel: revert the change from JHASH_GOLDEN_RATIO to JHASH_INIT_PARAM (ipv6 still relies on it)

SVN-Revision: 15155

15 years agocleanup etrax patches
Claudio Mignanti [Wed, 8 Apr 2009 14:17:44 +0000 (14:17 +0000)]
cleanup etrax patches

SVN-Revision: 15154

15 years agoFix kernel headers for cris (thanks hinkocevar)
Claudio Mignanti [Wed, 8 Apr 2009 14:13:50 +0000 (14:13 +0000)]
Fix kernel headers for cris (thanks hinkocevar)

SVN-Revision: 15153

15 years agoupdate e2fsprogs to 1.41.3
Florian Fainelli [Wed, 8 Apr 2009 13:25:39 +0000 (13:25 +0000)]
update e2fsprogs to 1.41.3

SVN-Revision: 15151

15 years agoupdate ncurses to 5.7 (#4852)
Florian Fainelli [Wed, 8 Apr 2009 08:58:15 +0000 (08:58 +0000)]
update ncurses to 5.7 (#4852)

SVN-Revision: 15147

15 years agosome more fixes to the SPI controller driver
Florian Fainelli [Wed, 8 Apr 2009 08:52:57 +0000 (08:52 +0000)]
some more fixes to the SPI controller driver

SVN-Revision: 15146

15 years agodropbear: fix 100-pubkey_path.patch which broke pubkey auth after updating to 0.52...
Jo-Philipp Wich [Tue, 7 Apr 2009 23:04:29 +0000 (23:04 +0000)]
dropbear: fix 100-pubkey_path.patch which broke pubkey auth after updating to 0.52 - thanks maniac103!

SVN-Revision: 15144

15 years agoAdd some b43 firmware helptext
Michael Büsch [Tue, 7 Apr 2009 18:48:20 +0000 (18:48 +0000)]
Add some b43 firmware helptext

SVN-Revision: 15143

15 years agoRemove 500-b43-disable_qos_when_openfw.patch
Michael Büsch [Tue, 7 Apr 2009 18:40:10 +0000 (18:40 +0000)]
Remove 500-b43-disable_qos_when_openfw.patch

This patch is incorrect. It leaves mac80211 and b43 in different states.
mac80211's hw->queues will be left at 4 (QoS enabled), while QoS will be disabled
inside of b43's queue handling.

There currently is no way to disable QoS after loading the firmware.

Buildroot should probably statically change the module parameter to QoS=0, if the
opensource firmware is built into the image.

SVN-Revision: 15142

15 years agomadwifi: remove braindead code that overwrote the user's antenna diversity setting...
Felix Fietkau [Tue, 7 Apr 2009 16:13:25 +0000 (16:13 +0000)]
madwifi: remove braindead code that overwrote the user's antenna diversity setting (thx, brainslayer)

SVN-Revision: 15141

15 years agorevert changeset 15081 seems to break Alice box devices
Florian Fainelli [Tue, 7 Apr 2009 15:14:40 +0000 (15:14 +0000)]
revert changeset 15081 seems to break Alice box devices

SVN-Revision: 15140

15 years agoimagetag's -k argument is expected to be hexadecimal instead of decimal (#4885)
Florian Fainelli [Tue, 7 Apr 2009 13:22:32 +0000 (13:22 +0000)]
imagetag's -k argument is expected to be hexadecimal instead of decimal (#4885)

SVN-Revision: 15133

15 years agofix typo in 910-cryptodev_backport.patch (#3933)
Florian Fainelli [Tue, 7 Apr 2009 11:07:02 +0000 (11:07 +0000)]
fix typo in 910-cryptodev_backport.patch (#3933)

SVN-Revision: 15132

15 years agokernel: tweak the maximum allocation size to improve memory allocator performance
Felix Fietkau [Tue, 7 Apr 2009 02:51:10 +0000 (02:51 +0000)]
kernel: tweak the maximum allocation size to improve memory allocator performance

SVN-Revision: 15130

15 years agotweak some sysctl values for better performance
Felix Fietkau [Tue, 7 Apr 2009 02:51:04 +0000 (02:51 +0000)]
tweak some sysctl values for better performance

SVN-Revision: 15129

15 years agokernel: replace jhash2 with the faster jhash3 algorithm
Felix Fietkau [Tue, 7 Apr 2009 01:40:46 +0000 (01:40 +0000)]
kernel: replace jhash2 with the faster jhash3 algorithm

SVN-Revision: 15128

15 years agoremove debugging code
Felix Fietkau [Tue, 7 Apr 2009 01:37:43 +0000 (01:37 +0000)]
remove debugging code

SVN-Revision: 15127

15 years agoaccomodate netfilter module (xt_recent) name change in 2.6.28, add missing kconfig...
Nicolas Thill [Mon, 6 Apr 2009 19:00:20 +0000 (19:00 +0000)]
accomodate netfilter module (xt_recent) name change in 2.6.28, add missing kconfig when xt_recent is enabled

SVN-Revision: 15123

15 years ago2.6.28: add Kconfig prompt for the old crypto symbols
Gabor Juhos [Mon, 6 Apr 2009 18:08:48 +0000 (18:08 +0000)]
2.6.28: add Kconfig prompt for the old crypto symbols

SVN-Revision: 15122

15 years agob43: Add DMA poisoning patches
Michael Büsch [Mon, 6 Apr 2009 17:15:19 +0000 (17:15 +0000)]
b43: Add DMA poisoning patches

SVN-Revision: 15121

15 years agoA patch which works around the issue is included in compat wireless.
Michael Büsch [Mon, 6 Apr 2009 16:47:17 +0000 (16:47 +0000)]
A patch which works around the issue is included in compat wireless.

SVN-Revision: 15120

15 years agoadd a patch to disable compile-time buffer checks enabled by default on Ubuntu 8...
Nicolas Thill [Mon, 6 Apr 2009 16:45:10 +0000 (16:45 +0000)]
add a patch to disable compile-time buffer checks enabled by default on Ubuntu 8.10 and later (closes: #4826)

SVN-Revision: 15119

15 years agoixp4xx: do not delete /var, /jffs, /rom - it breaks non-freecom images
Felix Fietkau [Mon, 6 Apr 2009 11:03:38 +0000 (11:03 +0000)]
ixp4xx: do not delete /var, /jffs, /rom - it breaks non-freecom images

SVN-Revision: 15118

15 years agoixp4xx: don't leave zImage on the rootfs for images other than the freecom one
Felix Fietkau [Mon, 6 Apr 2009 10:29:40 +0000 (10:29 +0000)]
ixp4xx: don't leave zImage on the rootfs for images other than the freecom one

SVN-Revision: 15117

15 years agowprobe: enable conditional compilation
Felix Fietkau [Mon, 6 Apr 2009 09:56:34 +0000 (09:56 +0000)]
wprobe: enable conditional compilation

SVN-Revision: 15116

15 years agoixp4xx: make apex optional, clean up the makefile - fixes spurious recompilation...
Felix Fietkau [Mon, 6 Apr 2009 09:56:30 +0000 (09:56 +0000)]
ixp4xx: make apex optional, clean up the makefile - fixes spurious recompilation issues

SVN-Revision: 15115

15 years agoclean up gmp and mpfr
Felix Fietkau [Mon, 6 Apr 2009 09:56:25 +0000 (09:56 +0000)]
clean up gmp and mpfr

SVN-Revision: 15114

15 years agoadd check for common config variants for tools/install
Felix Fietkau [Mon, 6 Apr 2009 09:56:21 +0000 (09:56 +0000)]
add check for common config variants for tools/install

SVN-Revision: 15113

15 years agoadd support for config options checking in top-level directory stampfiles
Felix Fietkau [Mon, 6 Apr 2009 09:56:16 +0000 (09:56 +0000)]
add support for config options checking in top-level directory stampfiles

SVN-Revision: 15112

15 years agosmall cleanup for tools/Makefile
Felix Fietkau [Mon, 6 Apr 2009 09:56:12 +0000 (09:56 +0000)]
small cleanup for tools/Makefile

SVN-Revision: 15111

15 years agoadd a default template for Host/Install
Felix Fietkau [Mon, 6 Apr 2009 09:56:06 +0000 (09:56 +0000)]
add a default template for Host/Install

SVN-Revision: 15110

15 years agolua: add zlib build dependency, fix inaccuracy in gzip loader
Jo-Philipp Wich [Sun, 5 Apr 2009 02:33:41 +0000 (02:33 +0000)]
lua: add zlib build dependency, fix inaccuracy in gzip loader

SVN-Revision: 15109

15 years agolua: add support for loading gzip compressed source files, bump package revision
Jo-Philipp Wich [Sat, 4 Apr 2009 23:06:56 +0000 (23:06 +0000)]
lua: add support for loading gzip compressed source files, bump package revision

SVN-Revision: 15108

15 years agoupdate openssl to 0.9.8k (#4846)
Florian Fainelli [Sat, 4 Apr 2009 18:30:56 +0000 (18:30 +0000)]
update openssl to 0.9.8k (#4846)

SVN-Revision: 15106

15 years agodo not copy all library files, saves some space (#4872)
Florian Fainelli [Sat, 4 Apr 2009 12:55:14 +0000 (12:55 +0000)]
do not copy all library files, saves some space (#4872)

SVN-Revision: 15101

15 years agomadwifi: fix crash under load
Felix Fietkau [Sat, 4 Apr 2009 09:36:05 +0000 (09:36 +0000)]
madwifi: fix crash under load

SVN-Revision: 15099

15 years agofix a vfs api bug in squashfs triggered by zabbix-agent (#4365)
Felix Fietkau [Sat, 4 Apr 2009 09:36:00 +0000 (09:36 +0000)]
fix a vfs api bug in squashfs triggered by zabbix-agent (#4365)

SVN-Revision: 15098

15 years agorename our /bin/login script to /bin/login.sh to avoid collisions with busybox -...
Felix Fietkau [Sat, 4 Apr 2009 09:35:55 +0000 (09:35 +0000)]
rename our /bin/login script to /bin/login.sh to avoid collisions with busybox - we always use -l on telnetd anyway

SVN-Revision: 15097

15 years agofix failsafe mode
Felix Fietkau [Sat, 4 Apr 2009 09:35:49 +0000 (09:35 +0000)]
fix failsafe mode

SVN-Revision: 15096

15 years agoudhcpc: run dhcp hotplug events after dns has been set
Felix Fietkau [Sat, 4 Apr 2009 07:07:25 +0000 (07:07 +0000)]
udhcpc: run dhcp hotplug events after dns has been set

SVN-Revision: 15095

15 years agoupdate iw to 0.9.11 (#4833)
Florian Fainelli [Fri, 3 Apr 2009 08:36:33 +0000 (08:36 +0000)]
update iw to 0.9.11 (#4833)

SVN-Revision: 15084

15 years agoUpdate to compat-wireless-2009-03-31
Hauke Mehrtens [Thu, 2 Apr 2009 16:50:20 +0000 (16:50 +0000)]
Update to compat-wireless-2009-03-31

SVN-Revision: 15083

15 years agocompute rootfs crc32 required for brcm63xx web upgrades
Florian Fainelli [Thu, 2 Apr 2009 09:57:00 +0000 (09:57 +0000)]
compute rootfs crc32 required for brcm63xx web upgrades

SVN-Revision: 15081

15 years agodocument a little bit more the rationale of the 6bridge script
Florian Fainelli [Thu, 2 Apr 2009 09:43:53 +0000 (09:43 +0000)]
document a little bit more the rationale of the 6bridge script

SVN-Revision: 15079

15 years agofeeds.conf.default: Change openwrt feeds urls from https to svn
Andy Boyett [Wed, 1 Apr 2009 18:29:19 +0000 (18:29 +0000)]
feeds.conf.default: Change openwrt feeds urls from https to svn

SVN-Revision: 15076

15 years agodropbear: update to 0.52 (#4635)
Jo-Philipp Wich [Sun, 29 Mar 2009 21:04:05 +0000 (21:04 +0000)]
dropbear: update to 0.52 (#4635)

SVN-Revision: 15074

15 years agobusybox: avoid infinite loop in lsmod (#4834)
Jo-Philipp Wich [Sun, 29 Mar 2009 20:26:45 +0000 (20:26 +0000)]
busybox: avoid infinite loop in lsmod (#4834)

SVN-Revision: 15071

15 years agoMake b43 hwrng optional
Michael Büsch [Sun, 29 Mar 2009 16:49:23 +0000 (16:49 +0000)]
Make b43 hwrng optional

SVN-Revision: 15070

15 years agoipkg-make-index: remove leading './' from the Filename field
Gabor Juhos [Sun, 29 Mar 2009 08:46:04 +0000 (08:46 +0000)]
ipkg-make-index: remove leading './' from the Filename field

SVN-Revision: 15069

15 years agomadwifi: improve turbo/autochannel patch
Felix Fietkau [Sun, 29 Mar 2009 05:28:50 +0000 (05:28 +0000)]
madwifi: improve turbo/autochannel patch

SVN-Revision: 15067

15 years agowprobe: add init script for exporter
Felix Fietkau [Sun, 29 Mar 2009 05:01:25 +0000 (05:01 +0000)]
wprobe: add init script for exporter

SVN-Revision: 15066

15 years agowprobe: export the newly added fields via ipfix
Felix Fietkau [Sun, 29 Mar 2009 04:47:19 +0000 (04:47 +0000)]
wprobe: export the newly added fields via ipfix

SVN-Revision: 15065

15 years agowprobe: fix moving average
Felix Fietkau [Sun, 29 Mar 2009 02:12:47 +0000 (02:12 +0000)]
wprobe: fix moving average

SVN-Revision: 15064

15 years agomadwifi: add wprobe rxframe/probereq counters
Felix Fietkau [Sun, 29 Mar 2009 02:12:39 +0000 (02:12 +0000)]
madwifi: add wprobe rxframe/probereq counters

SVN-Revision: 15063

15 years agomadwifi: remove obsolete spatch
Felix Fietkau [Sun, 29 Mar 2009 02:12:33 +0000 (02:12 +0000)]
madwifi: remove obsolete spatch

SVN-Revision: 15062

15 years agolibipfix: add additional IEs for wprobe use
Felix Fietkau [Sun, 29 Mar 2009 02:12:21 +0000 (02:12 +0000)]
libipfix: add additional IEs for wprobe use

SVN-Revision: 15061

15 years agomadwifi: do not use turbo mode during ap mode autoselection unless specifically requested
Felix Fietkau [Sun, 29 Mar 2009 00:11:00 +0000 (00:11 +0000)]
madwifi: do not use turbo mode during ap mode autoselection unless specifically requested

SVN-Revision: 15060

15 years agomadwifi: only set the desired mode for the first vap
Felix Fietkau [Sun, 29 Mar 2009 00:10:31 +0000 (00:10 +0000)]
madwifi: only set the desired mode for the first vap

SVN-Revision: 15059

15 years agofix unparsable options generated by wpa_supplicant.sh (#4835)
Jo-Philipp Wich [Sat, 28 Mar 2009 21:30:07 +0000 (21:30 +0000)]
fix unparsable options generated by wpa_supplicant.sh (#4835)

SVN-Revision: 15058

15 years agoopkg: fix error message reporting caused by an uninitialized variable
Felix Fietkau [Sat, 28 Mar 2009 20:39:19 +0000 (20:39 +0000)]
opkg: fix error message reporting caused by an uninitialized variable

SVN-Revision: 15057

15 years agowifi: fix hostapd + autochannel
Felix Fietkau [Fri, 27 Mar 2009 21:14:59 +0000 (21:14 +0000)]
wifi: fix hostapd + autochannel

SVN-Revision: 15055

15 years agomadwifi: add config option for adjusting the beacon power relative to the full tx...
Felix Fietkau [Thu, 26 Mar 2009 23:04:23 +0000 (23:04 +0000)]
madwifi: add config option for adjusting the beacon power relative to the full tx power (needs testing, units/scale still unknown, defaults to max.)

SVN-Revision: 15054

15 years agomadwifi: add a small missing change to the tx power rework
Felix Fietkau [Thu, 26 Mar 2009 23:04:14 +0000 (23:04 +0000)]
madwifi: add a small missing change to the tx power rework

SVN-Revision: 15053

15 years agomadwifi on linux 2.4 is no longer supported
Felix Fietkau [Thu, 26 Mar 2009 21:10:08 +0000 (21:10 +0000)]
madwifi on linux 2.4 is no longer supported

SVN-Revision: 15052

15 years agoimplement support for wprobe in madwifi
Felix Fietkau [Thu, 26 Mar 2009 20:56:58 +0000 (20:56 +0000)]
implement support for wprobe in madwifi

SVN-Revision: 15051

15 years agoadd wireless measurement probe infrastructure, developed at Fraunhofer FOKUS
Felix Fietkau [Thu, 26 Mar 2009 20:56:47 +0000 (20:56 +0000)]
add wireless measurement probe infrastructure, developed at Fraunhofer FOKUS

SVN-Revision: 15050

15 years agoadd libipfix
Felix Fietkau [Thu, 26 Mar 2009 20:56:36 +0000 (20:56 +0000)]
add libipfix

SVN-Revision: 15049

15 years agoadd a workaround on kmod-textsearch modules (#4832)
Florian Fainelli [Thu, 26 Mar 2009 12:04:42 +0000 (12:04 +0000)]
add a workaround on kmod-textsearch modules (#4832)

SVN-Revision: 15047

15 years agoenable roboswitch for brcm-2.4 config
Florian Fainelli [Thu, 26 Mar 2009 10:06:50 +0000 (10:06 +0000)]
enable roboswitch for brcm-2.4 config

SVN-Revision: 15046

15 years agomove the mii_ioctl to generic patches, fixes (#1802)
Florian Fainelli [Thu, 26 Mar 2009 09:28:24 +0000 (09:28 +0000)]
move the mii_ioctl to generic patches, fixes (#1802)

SVN-Revision: 15045

15 years agoooops, m4 is already part of the host tools
Ralph Hempel [Wed, 25 Mar 2009 20:17:33 +0000 (20:17 +0000)]
ooops, m4 is already part of the host tools

SVN-Revision: 15044

15 years agoadded m4 to prereq check, thanks to Gerph
Ralph Hempel [Wed, 25 Mar 2009 19:51:32 +0000 (19:51 +0000)]
added m4 to prereq check, thanks to Gerph

SVN-Revision: 15043

15 years ago- fix mac assignment for broadcom vifs in bridging mode - thanks abramoff1 for spotti...
Jo-Philipp Wich [Wed, 25 Mar 2009 19:13:15 +0000 (19:13 +0000)]
- fix mac assignment for broadcom vifs in bridging mode - thanks abramoff1 for spotting this - fix possible regression with different interface protocols - bump PKG_RELEASE

SVN-Revision: 15042

15 years agoadd a workaround for devices that only start beaconing after scanning, that is almost...
Florian Fainelli [Wed, 25 Mar 2009 15:54:13 +0000 (15:54 +0000)]
add a workaround for devices that only start beaconing after scanning, that is almost every driver except b43

SVN-Revision: 15041

15 years agolibnl: fix compilation with eglibc (closes: #4785)
Nicolas Thill [Wed, 25 Mar 2009 15:05:04 +0000 (15:05 +0000)]
libnl: fix compilation with eglibc (closes: #4785)

SVN-Revision: 15039

15 years agofix wrong logic in MDIO code and second PHY address
Florian Fainelli [Wed, 25 Mar 2009 09:15:30 +0000 (09:15 +0000)]
fix wrong logic in MDIO code and second PHY address

SVN-Revision: 15034

15 years agooops. committed an old version of the patch
Felix Fietkau [Wed, 25 Mar 2009 01:51:49 +0000 (01:51 +0000)]
oops. committed an old version of the patch

SVN-Revision: 15033

15 years agomadwifi: fix run-time channel switching in ap mode (including CSA)
Felix Fietkau [Wed, 25 Mar 2009 01:26:55 +0000 (01:26 +0000)]
madwifi: fix run-time channel switching in ap mode (including CSA)

SVN-Revision: 15032

15 years agomadwifi: rework tx power handling, don't clamp user-configured tx power limit based...
Felix Fietkau [Wed, 25 Mar 2009 01:26:44 +0000 (01:26 +0000)]
madwifi: rework tx power handling, don't clamp user-configured tx power limit based on current channel properties

SVN-Revision: 15031

15 years agomadwifi: treat rxorn like rx, reset after rxorn seems to do more harm than good
Felix Fietkau [Wed, 25 Mar 2009 01:26:36 +0000 (01:26 +0000)]
madwifi: treat rxorn like rx, reset after rxorn seems to do more harm than good

SVN-Revision: 15030

15 years agomadwifi: delay calibration with a timer when called from becaon context
Felix Fietkau [Wed, 25 Mar 2009 01:26:20 +0000 (01:26 +0000)]
madwifi: delay calibration with a timer when called from becaon context

SVN-Revision: 15029

15 years agosync macs with vif bssids in broadcom.sh, fixes multi-ssid with wpa
Jo-Philipp Wich [Tue, 24 Mar 2009 23:42:09 +0000 (23:42 +0000)]
sync macs with vif bssids in broadcom.sh, fixes multi-ssid with wpa

SVN-Revision: 15028

15 years agoatheros: fix a spiflash write performance regression
Felix Fietkau [Tue, 24 Mar 2009 23:41:29 +0000 (23:41 +0000)]
atheros: fix a spiflash write performance regression

SVN-Revision: 15027

15 years agopkg-config: disable potentially recursive compat lookups which break on systems with...
Felix Fietkau [Tue, 24 Mar 2009 22:27:22 +0000 (22:27 +0000)]
pkg-config: disable potentially recursive compat lookups which break on systems with gnome devel tools installed (thx, lubek)

SVN-Revision: 15026

15 years agocorrect md5sum
Hauke Mehrtens [Tue, 24 Mar 2009 16:56:23 +0000 (16:56 +0000)]
correct md5sum

SVN-Revision: 15025

15 years agocreate firmware image for the TL-WR841ND v3 board
Gabor Juhos [Tue, 24 Mar 2009 16:11:50 +0000 (16:11 +0000)]
create firmware image for the TL-WR841ND v3 board

SVN-Revision: 15024