Alexandros C. Couloumbis [Tue, 16 Mar 2010 14:40:59 +0000 (14:40 +0000)]
revert last commit
SVN-Revision: 20244
Alexandros C. Couloumbis [Tue, 16 Mar 2010 14:16:00 +0000 (14:16 +0000)]
adm5120: use 2.6.33.1 kernel
SVN-Revision: 20243
Gabor Juhos [Tue, 16 Mar 2010 14:02:31 +0000 (14:02 +0000)]
ar71xx: optimize GPIO code
SVN-Revision: 20242
Markus Wigge [Tue, 16 Mar 2010 13:04:03 +0000 (13:04 +0000)]
new kernel checksums: 2.6.32.10 2.6.33.1
SVN-Revision: 20241
Markus Wigge [Tue, 16 Mar 2010 10:41:26 +0000 (10:41 +0000)]
fix yenta_socket driver
Disable some calls the WRT54G3G implementation does not like
and enable interrupts to allow hotplugging.
SVN-Revision: 20240
Markus Wigge [Tue, 16 Mar 2010 10:39:37 +0000 (10:39 +0000)]
fix PCI resouce allocation for SSB PCI host bridge
The defined offset is wrong and the fixup-code overrides it
later on so that it never gets used for most PCI devices.
Unfortunately the yenta-socket allocates its own resources
and crashes because of the wrong mem_offset.
It seems that the offset and fixup code came from 2.4 where
resource allocation was handled differently.
This patch removes the unneeded parts and thus enables
the yenta_socket on the WRT54G3G platform.
It was tested on Asus WL500G-Premium (v1 and v2), Linksys
WRT54G3G, Netgear WGT634U
Signed-off-by: Michael Buesch <mb@bu3sch.de>
SVN-Revision: 20239
Alexandros C. Couloumbis [Tue, 16 Mar 2010 08:26:50 +0000 (08:26 +0000)]
rb532: don't use bridge by default
SVN-Revision: 20238
Alexandros C. Couloumbis [Tue, 16 Mar 2010 08:23:02 +0000 (08:23 +0000)]
rb532: sync patches. Use 2.6.33.1 kernel
SVN-Revision: 20237
Alexandros C. Couloumbis [Tue, 16 Mar 2010 08:15:47 +0000 (08:15 +0000)]
generic-2.6: sync patches to 2.6.33.1
SVN-Revision: 20236
Travis Kemen [Mon, 15 Mar 2010 18:30:56 +0000 (18:30 +0000)]
actually fix linux-atm
SVN-Revision: 20233
Felix Fietkau [Mon, 15 Mar 2010 14:02:49 +0000 (14:02 +0000)]
base-files: reload switch settings on /etc/init.d/network start as well
SVN-Revision: 20232
Gabor Juhos [Mon, 15 Mar 2010 13:29:16 +0000 (13:29 +0000)]
ar71xx: fix defconfig script to work with ImageBuilder
* patch from #5722
SVN-Revision: 20231
Gabor Juhos [Mon, 15 Mar 2010 11:03:38 +0000 (11:03 +0000)]
ar71xx: create separated and smaller sysupgrade files for the DIR-615 and similar boards
SVN-Revision: 20230
Gabor Juhos [Mon, 15 Mar 2010 11:03:36 +0000 (11:03 +0000)]
ar71xx: build firmware image for the Fry's FR-54RTR board
SVN-Revision: 20229
Gabor Juhos [Mon, 15 Mar 2010 11:03:33 +0000 (11:03 +0000)]
ar71xx: don't break the existing network configuration in the wget2nand script
SVN-Revision: 20228
Gabor Juhos [Mon, 15 Mar 2010 11:03:31 +0000 (11:03 +0000)]
ar71xx: change DIR-600-A1 image generation template, will be usable for other boards
SVN-Revision: 20227
Gabor Juhos [Mon, 15 Mar 2010 09:32:17 +0000 (09:32 +0000)]
orion: drop DECLARE_MAC_BUF usage from the DT2 support file
* fixes build error on 2.6.33
* closes #6863
SVN-Revision: 20226
Travis Kemen [Mon, 15 Mar 2010 03:59:14 +0000 (03:59 +0000)]
fixup linux-atm package after the broken patch earlier
SVN-Revision: 20225
Vasilis Tsiligiannis [Mon, 15 Mar 2010 00:51:26 +0000 (00:51 +0000)]
hostap-driver: Fix package installation
SVN-Revision: 20224
Travis Kemen [Sun, 14 Mar 2010 21:55:11 +0000 (21:55 +0000)]
Updated post r19769, integrates the missing dl_method bzr hunk from #6370, uses the export subcommand for the vcs' that provide a usable version (hg archive doesn't work remotely, git archive isn't enabled on github), from #6700
SVN-Revision: 20222
Travis Kemen [Sun, 14 Mar 2010 21:42:56 +0000 (21:42 +0000)]
/lib/network/ppp.sh fixes a problem with PPtP (and other PPP-based things) where PPtP + PPPoE will fail to work. This is because PPtP defaults to ppp0 and so does PPPoE, because /etc/init.d/ppp reinitializes the unit counter for each PPP-type connection (so you could have multiple PPtP over cable, for instance, but PPPoE + PPtP is a problem).
/etc/init.d/ppp automatically starts pptp session on boot., from #6720
SVN-Revision: 20221
Travis Kemen [Sun, 14 Mar 2010 21:33:02 +0000 (21:33 +0000)]
if readethers is set to true make sure /etc/ethers exists, closes #6740
SVN-Revision: 20220
Travis Kemen [Sun, 14 Mar 2010 21:26:45 +0000 (21:26 +0000)]
this patch allow to set -g option 1. -g allow to make a more secure ssh server configuration by avoiding brute force attack on root while allowing user to use password (where the username is more difficult to guess).
Matthieu
from #6736
SVN-Revision: 20219
Felix Fietkau [Sun, 14 Mar 2010 21:10:07 +0000 (21:10 +0000)]
fix error output of brctl if bridging is not supported.
The following error is displayed during network configuration on any device that has DEVICE_TYPE set to something else then router, or has brctl functionality disabled through some other method:
"brctl: SIOCGIFBR: Package not installed"
This is due to the unbridge function being called, which uses "brctl show" to determine if the interface is bridged.
Signed-off-by: Ithamar R. Adema <ithamar.adema@team-embedded.nl>
SVN-Revision: 20218
Lars-Peter Clausen [Sun, 14 Mar 2010 19:27:13 +0000 (19:27 +0000)]
config-2.6.32: Add mising symbol
SVN-Revision: 20217
Travis Kemen [Sun, 14 Mar 2010 18:58:33 +0000 (18:58 +0000)]
linux-atm: Update to stable version 2.5.1 from upstream project
This commit integrates the upstream version of the linux-atm tools
version 2.5.1.
It simplify the patchset but keeps the debian-patches,
prevent the usage of libflex on the target, and let the package
compiles every tools.
The Makefile only installs atmarp & atmarpd, but some useful debug
programs are also included (like aread/awrite, atmdump,...) in the
makefile, but commented by default.
Signed-off-by: Obinou <obconseil@gmail.com>
SVN-Revision: 20216
Felix Fietkau [Sun, 14 Mar 2010 18:24:05 +0000 (18:24 +0000)]
add an arch suffix for handling different variants of arm/mips for the toolchain/target directories
SVN-Revision: 20215
Travis Kemen [Sun, 14 Mar 2010 18:22:57 +0000 (18:22 +0000)]
fix missing nls support for 2.6.33
SVN-Revision: 20214
Gabor Juhos [Sun, 14 Mar 2010 18:20:04 +0000 (18:20 +0000)]
atheros: fix FIS directory parsing on Top Boot flash chips
SVN-Revision: 20213
Lars-Peter Clausen [Sun, 14 Mar 2010 17:49:30 +0000 (17:49 +0000)]
jzcodec: Fix supported formats.
SVN-Revision: 20210
Florian Fainelli [Sun, 14 Mar 2010 17:21:47 +0000 (17:21 +0000)]
also fix invalid hunks in 2.6.33 patch
SVN-Revision: 20209
Florian Fainelli [Sun, 14 Mar 2010 17:20:45 +0000 (17:20 +0000)]
add 2.6.34 support
SVN-Revision: 20208
Florian Fainelli [Sun, 14 Mar 2010 17:20:40 +0000 (17:20 +0000)]
fix invalid hunks in 060-block2mtd_init.patch file
SVN-Revision: 20207
Florian Fainelli [Sun, 14 Mar 2010 16:21:33 +0000 (16:21 +0000)]
export rescan_partitions to prevent linking failures in block2mtd (#6741)
SVN-Revision: 20205
Florian Fainelli [Sun, 14 Mar 2010 16:21:28 +0000 (16:21 +0000)]
refresh 2.6.32 patches, fix livebox support (#6821)
SVN-Revision: 20204
Florian Fainelli [Sun, 14 Mar 2010 16:21:18 +0000 (16:21 +0000)]
fix kernel-headers build for uml
SVN-Revision: 20203
Gabor Juhos [Sun, 14 Mar 2010 16:08:24 +0000 (16:08 +0000)]
atheros: sync kernel configs
SVN-Revision: 20202
Gabor Juhos [Sun, 14 Mar 2010 16:08:21 +0000 (16:08 +0000)]
atheros: add early-printk support
SVN-Revision: 20201
Travis Kemen [Sun, 14 Mar 2010 15:17:12 +0000 (15:17 +0000)]
remove empty patch file
SVN-Revision: 20200
Gabor Juhos [Sun, 14 Mar 2010 13:22:46 +0000 (13:22 +0000)]
kernel: refresh lzo patch for 2.6.33
SVN-Revision: 20199
Gabor Juhos [Sun, 14 Mar 2010 13:22:43 +0000 (13:22 +0000)]
atheros: refresh 2.6.33 patches
SVN-Revision: 20198
Gabor Juhos [Sun, 14 Mar 2010 13:22:38 +0000 (13:22 +0000)]
atheros: refresh 2.6.32 patches
SVN-Revision: 20197
Felix Fietkau [Sun, 14 Mar 2010 13:16:26 +0000 (13:16 +0000)]
add missing kconfig symbol for the hifn 795x crypto accelerator module (patch by dogge10)
SVN-Revision: 20196
Felix Fietkau [Sun, 14 Mar 2010 12:25:23 +0000 (12:25 +0000)]
madwifi: disable softled by default on pci devices (fixes #4484)
SVN-Revision: 20195
Felix Fietkau [Sun, 14 Mar 2010 04:49:31 +0000 (04:49 +0000)]
wireless-tools: fix encryption display in the scanning list (#6732)
SVN-Revision: 20194
Travis Kemen [Sun, 14 Mar 2010 02:01:14 +0000 (02:01 +0000)]
find attached the announced patch for fuse. changes: - latest fuse 2.8.3 - includes now the kernel module for kernel 2.4 - builds parallel - fuse-utils includes now ulockmgr_server
fuse24 should be deleted from trunk.
bud
SVN-Revision: 20190
Travis Kemen [Sun, 14 Mar 2010 01:56:33 +0000 (01:56 +0000)]
this patches fixes iproute2 parallel build.
-Raphael
SVN-Revision: 20189
Travis Kemen [Sun, 14 Mar 2010 01:53:41 +0000 (01:53 +0000)]
this patch fixes iptables parallel build.
-Raphael
SVN-Revision: 20188
Travis Kemen [Sun, 14 Mar 2010 01:50:53 +0000 (01:50 +0000)]
this patch fixes gdb parallel build.
-Raphael
SVN-Revision: 20187
Travis Kemen [Sun, 14 Mar 2010 01:47:55 +0000 (01:47 +0000)]
this patch fixes openssl parallel build.
-Raphael
SVN-Revision: 20186
Travis Kemen [Sun, 14 Mar 2010 01:41:52 +0000 (01:41 +0000)]
Switch Marvell Orion CPU to kernel 2.6.32 plus LED support for all LEDs on LinkSys WRT350Nv2.
Signed-off by: Matthias Buecher <mail@maddes.net> and Dirk Teurlings
<info@upexia.nl>
SVN-Revision: 20185
Felix Fietkau [Sun, 14 Mar 2010 01:39:26 +0000 (01:39 +0000)]
replace some more references to hostapd-mini with wpad-mini
SVN-Revision: 20184
Florian Fainelli [Sat, 13 Mar 2010 17:22:27 +0000 (17:22 +0000)]
fix path to the malta kernel
SVN-Revision: 20183
Florian Fainelli [Sat, 13 Mar 2010 17:22:23 +0000 (17:22 +0000)]
resync kernel config
SVN-Revision: 20182
Florian Fainelli [Sat, 13 Mar 2010 17:22:18 +0000 (17:22 +0000)]
add support for uClibc 0.9.30.3
SVN-Revision: 20181
Florian Fainelli [Sat, 13 Mar 2010 17:22:10 +0000 (17:22 +0000)]
fix build hanging on kconfig symbol input
SVN-Revision: 20180
Lars-Peter Clausen [Sat, 13 Mar 2010 14:45:57 +0000 (14:45 +0000)]
modules.mk: Fix typo
SVN-Revision: 20179
Jo-Philipp Wich [Sat, 13 Mar 2010 02:59:05 +0000 (02:59 +0000)]
base-files: force preinit to use busybox mount (#6797)
SVN-Revision: 20176
Gabor Juhos [Fri, 12 Mar 2010 14:37:19 +0000 (14:37 +0000)]
package/base-files: call preinit_ip_deconfig before processing init on initramfs images
SVN-Revision: 20159
Florian Fainelli [Fri, 12 Mar 2010 14:24:17 +0000 (14:24 +0000)]
add support for 2.6.33
SVN-Revision: 20158
Florian Fainelli [Fri, 12 Mar 2010 14:24:12 +0000 (14:24 +0000)]
fix the building of the lzo decompressor on some architectures
SVN-Revision: 20157
Nicolas Thill [Fri, 12 Mar 2010 11:50:45 +0000 (11:50 +0000)]
remove CONFIG_PCI=y missed from [20136] in generic 2.6.30 config
SVN-Revision: 20156
Felix Fietkau [Fri, 12 Mar 2010 03:03:57 +0000 (03:03 +0000)]
ath9k: fix a client mode crash that happens on wpa rekeying
SVN-Revision: 20155
Felix Fietkau [Fri, 12 Mar 2010 00:35:36 +0000 (00:35 +0000)]
sstrip: fix a section length corruption bug (patch from #6847)
SVN-Revision: 20154
Felix Fietkau [Thu, 11 Mar 2010 22:08:06 +0000 (22:08 +0000)]
minstrel_ht: make the ewma of the ampdu length more smooth by updating it on stats updates and reduce the frequency of aggregation checks
SVN-Revision: 20153
Lars-Peter Clausen [Thu, 11 Mar 2010 19:02:00 +0000 (19:02 +0000)]
Fix image generation for qi_lb60 subtarget
SVN-Revision: 20152
Felix Fietkau [Thu, 11 Mar 2010 18:49:01 +0000 (18:49 +0000)]
mips: allow the compiler to optimize memset, memcmp, memcpy for better performance and (in some instances) smaller code
SVN-Revision: 20151
Felix Fietkau [Thu, 11 Mar 2010 18:48:57 +0000 (18:48 +0000)]
ar71xx: fix oprofile support
SVN-Revision: 20150
Felix Fietkau [Thu, 11 Mar 2010 18:48:50 +0000 (18:48 +0000)]
the mips -ffreestanding patch has been unnecessary for a long time now, remove it
SVN-Revision: 20149
Nicolas Thill [Thu, 11 Mar 2010 16:37:11 +0000 (16:37 +0000)]
kernel: fix kmod-pcmcia-yenta on 2.4
SVN-Revision: 20147
Claudio Mignanti [Thu, 11 Mar 2010 15:38:50 +0000 (15:38 +0000)]
fix kernel modules dependences for i2c and ata-core
SVN-Revision: 20146
Felix Fietkau [Thu, 11 Mar 2010 15:30:37 +0000 (15:30 +0000)]
mac80211: improve performance a bit
SVN-Revision: 20145
Alexandros C. Couloumbis [Thu, 11 Mar 2010 13:08:41 +0000 (13:08 +0000)]
adm5120: add CONFIG_PCI=y on router_le too
SVN-Revision: 20143
Alexandros C. Couloumbis [Thu, 11 Mar 2010 12:25:50 +0000 (12:25 +0000)]
ar71xx: add 2.6.34 preliminary support (patches)
SVN-Revision: 20141
Alexandros C. Couloumbis [Thu, 11 Mar 2010 12:24:17 +0000 (12:24 +0000)]
generic-2.6: add 2.6.34 preliminary support (patches)
SVN-Revision: 20140
Alexandros C. Couloumbis [Thu, 11 Mar 2010 11:57:21 +0000 (11:57 +0000)]
ar71xx: add 2.6.34 preliminary support
SVN-Revision: 20139
Alexandros C. Couloumbis [Thu, 11 Mar 2010 11:55:34 +0000 (11:55 +0000)]
generic-2.6: add 2.6.34 preliminary support
SVN-Revision: 20138
Alexandros C. Couloumbis [Thu, 11 Mar 2010 11:50:25 +0000 (11:50 +0000)]
add binutils-2.20.1
SVN-Revision: 20137
Nicolas Thill [Thu, 11 Mar 2010 09:50:11 +0000 (09:50 +0000)]
do *not* enable CONFIG_PCI in generic config, but on targets where it makes sense instead (partially revert [18370])
SVN-Revision: 20136
Nicolas Thill [Thu, 11 Mar 2010 09:19:34 +0000 (09:19 +0000)]
avr32: add missing CONFIG_SND_ATMEL_SOC config symbol
SVN-Revision: 20135
Florian Fainelli [Thu, 11 Mar 2010 09:16:55 +0000 (09:16 +0000)]
define panic_on_unrecovered_nmi in the southbridge driver and fix watchdog init message Patch from Bernhard Loos.
SVN-Revision: 20134
Nicolas Thill [Thu, 11 Mar 2010 09:12:44 +0000 (09:12 +0000)]
kernel: add missing CONFIG_SND_SOC_ALL_CODECS to kmod-sound-soc-core KCONFIG
SVN-Revision: 20133
Lars-Peter Clausen [Thu, 11 Mar 2010 02:00:59 +0000 (02:00 +0000)]
Add kernel sound packages
SVN-Revision: 20132
Lars-Peter Clausen [Thu, 11 Mar 2010 01:54:09 +0000 (01:54 +0000)]
jz4740-i2s: Export jz4740_i2s_dai
SVN-Revision: 20131
Lars-Peter Clausen [Thu, 11 Mar 2010 01:35:12 +0000 (01:35 +0000)]
kernel: Add SoC sound support package
SVN-Revision: 20130
Lars-Peter Clausen [Thu, 11 Mar 2010 01:29:44 +0000 (01:29 +0000)]
dma: export jz4740_dma_request
SVN-Revision: 20129
Lars-Peter Clausen [Thu, 11 Mar 2010 00:29:21 +0000 (00:29 +0000)]
metronomefb: Add rotation support and some minor cleanups
SVN-Revision: 20128
Lars-Peter Clausen [Thu, 11 Mar 2010 00:28:39 +0000 (00:28 +0000)]
n516-lpc: Fix irq strom during resume
SVN-Revision: 20127
Nicolas Thill [Wed, 10 Mar 2010 22:24:52 +0000 (22:24 +0000)]
ar7: platform has *no* PCI support, override CONFIG_PCI default
SVN-Revision: 20126
Hauke Mehrtens [Wed, 10 Mar 2010 21:51:17 +0000 (21:51 +0000)]
mac80211: fix build problems with kmod-mac80211=n
Build compat-wireless also if kmod-mac80211=n, but do not build mac80211.ko.
Fix problem in ticket #6813.
SVN-Revision: 20125
Nicolas Thill [Wed, 10 Mar 2010 18:09:53 +0000 (18:09 +0000)]
base-files: fix preinit code typos
Signed-off-by: Ithamar R. Adema <ithamar.adema@team-embedded.nl>
Acked-by: Daniel Dickinson <cshore@csolve.net>
SVN-Revision: 20124
Nicolas Thill [Wed, 10 Mar 2010 17:53:04 +0000 (17:53 +0000)]
kernel: mark kmod-nfs-common-v4 as BROKEN (enabling it will interfere with the other stable nfs modules)
SVN-Revision: 20123
Nicolas Thill [Wed, 10 Mar 2010 17:49:14 +0000 (17:49 +0000)]
busybox: fix default value for BUSYBOX_CONFIG_DEFAULT_SETFONT_DIR (unused) option
SVN-Revision: 20122
Gabor Juhos [Wed, 10 Mar 2010 17:41:52 +0000 (17:41 +0000)]
ar71xx: create smaller sysupgrade files for the TP-Link boards
SVN-Revision: 20121
Gabor Juhos [Wed, 10 Mar 2010 17:41:50 +0000 (17:41 +0000)]
mktplinkfw: add option to strip padding from the end of the image
SVN-Revision: 20120
Gabor Juhos [Wed, 10 Mar 2010 17:41:45 +0000 (17:41 +0000)]
ar71xx: fix sysupgrade on the LS-SR71 board
SVN-Revision: 20119
Nicolas Thill [Wed, 10 Mar 2010 04:17:22 +0000 (04:17 +0000)]
uboot-envtools: mark as 2.6 only, use a shorter title and a longer description
SVN-Revision: 20118
Nicolas Thill [Wed, 10 Mar 2010 04:12:57 +0000 (04:12 +0000)]
use a common way of marking packages as not supported on specific targets
SVN-Revision: 20117
Nicolas Thill [Wed, 10 Mar 2010 04:03:37 +0000 (04:03 +0000)]
sort entries in images md5sums files
SVN-Revision: 20116
Felix Fietkau [Wed, 10 Mar 2010 01:17:23 +0000 (01:17 +0000)]
Revert "mac80211/ath9k: fix duration calculation for short-guard-interval frames (thanks to Duy Nguyen for pointing this out)" again It appears to be causing trouble at least with some clients.
SVN-Revision: 20115