Alexandros C. Couloumbis
5a7db9dd68
revert last commit
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20244 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-03-16 14:40:59 +00:00
Alexandros C. Couloumbis
4c68b8e18b
adm5120: use 2.6.33.1 kernel
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20243 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-03-16 14:16:00 +00:00
Gabor Juhos
f29068f97c
ar71xx: optimize GPIO code
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20242 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-03-16 14:02:31 +00:00
Markus Wigge
eacdd48f66
new kernel checksums:
...
2.6.32.10
2.6.33.1
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20241 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-03-16 13:04:03 +00:00
Markus Wigge
d21239408d
fix yenta_socket driver
...
Disable some calls the WRT54G3G implementation does not like
and enable interrupts to allow hotplugging.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20240 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-03-16 10:41:26 +00:00
Markus Wigge
0853ea7e18
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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20239 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-03-16 10:39:37 +00:00
Alexandros C. Couloumbis
e33dc979fd
rb532: don't use bridge by default
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20238 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-03-16 08:26:50 +00:00
Alexandros C. Couloumbis
497fe4a97e
rb532: sync patches. Use 2.6.33.1 kernel
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20237 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-03-16 08:23:02 +00:00
Alexandros C. Couloumbis
6a634f5c42
generic-2.6: sync patches to 2.6.33.1
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20236 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-03-16 08:15:47 +00:00
Travis Kemen
761c197e2e
actually fix linux-atm
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20233 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-03-15 18:30:56 +00:00
Felix Fietkau
99acdb0a76
base-files: reload switch settings on /etc/init.d/network start as well
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20232 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-03-15 14:02:49 +00:00
Gabor Juhos
aa755504fc
ar71xx: fix defconfig script to work with ImageBuilder
...
* patch from #5722
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20231 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-03-15 13:29:16 +00:00
Gabor Juhos
7e31015103
ar71xx: create separated and smaller sysupgrade files for the DIR-615 and similar boards
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20230 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-03-15 11:03:38 +00:00
Gabor Juhos
7edaae7476
ar71xx: build firmware image for the Fry's FR-54RTR board
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20229 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-03-15 11:03:36 +00:00
Gabor Juhos
9441a246a3
ar71xx: don't break the existing network configuration in the wget2nand script
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20228 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-03-15 11:03:33 +00:00
Gabor Juhos
68c1341586
ar71xx: change DIR-600-A1 image generation template, will be usable for other boards
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20227 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-03-15 11:03:31 +00:00
Gabor Juhos
0e9b97ef76
orion: drop DECLARE_MAC_BUF usage from the DT2 support file
...
* fixes build error on 2.6.33
* closes #6863
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20226 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-03-15 09:32:17 +00:00
Travis Kemen
adf7c30338
fixup linux-atm package after the broken patch earlier
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20225 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-03-15 03:59:14 +00:00
Vasilis Tsiligiannis
b6be102f23
[package] hostap-driver: Fix package installation
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20224 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-03-15 00:51:26 +00:00
Travis Kemen
e70ffc568c
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
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20222 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-03-14 21:55:11 +00:00
Travis Kemen
f1389d9319
/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
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20221 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-03-14 21:42:56 +00:00
Travis Kemen
29b352391e
if readethers is set to true make sure /etc/ethers exists, closes #6740
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20220 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-03-14 21:33:02 +00:00
Travis Kemen
3229e3a5f6
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
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20219 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-03-14 21:26:45 +00:00
Felix Fietkau
17cf7bef79
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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20218 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-03-14 21:10:07 +00:00
Lars-Peter Clausen
ee7f33508e
[xburst] config-2.6.32: Add mising symbol
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20217 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-03-14 19:27:13 +00:00
Travis Kemen
4becdf7e77
[package] 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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20216 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-03-14 18:58:33 +00:00
Felix Fietkau
e9b2c3c8bb
add an arch suffix for handling different variants of arm/mips for the toolchain/target directories
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20215 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-03-14 18:24:05 +00:00
Travis Kemen
e1a1410dcc
fix missing nls support for 2.6.33
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20214 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-03-14 18:22:57 +00:00
Gabor Juhos
f19453c2bc
atheros: fix FIS directory parsing on Top Boot flash chips
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20213 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-03-14 18:20:04 +00:00
Lars-Peter Clausen
4fd777fab1
[xburst] jzcodec: Fix supported formats.
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20210 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-03-14 17:49:30 +00:00
Florian Fainelli
a63e26c399
[kernel] also fix invalid hunks in 2.6.33 patch
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20209 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-03-14 17:21:47 +00:00
Florian Fainelli
4f260d9bad
[uml] add 2.6.34 support
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20208 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-03-14 17:20:45 +00:00
Florian Fainelli
750a9131ce
[kernel] fix invalid hunks in 060-block2mtd_init.patch file
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20207 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-03-14 17:20:40 +00:00
Florian Fainelli
8cf55514b1
[kernel] export rescan_partitions to prevent linking failures in block2mtd ( #6741 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20205 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-03-14 16:21:33 +00:00
Florian Fainelli
26b6c87a9a
[brcm63xx] refresh 2.6.32 patches, fix livebox support ( #6821 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20204 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-03-14 16:21:28 +00:00
Florian Fainelli
97a8b93e78
[toolchain] fix kernel-headers build for uml
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20203 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-03-14 16:21:18 +00:00
Gabor Juhos
8979a44c56
atheros: sync kernel configs
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20202 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-03-14 16:08:24 +00:00
Gabor Juhos
895ec09073
atheros: add early-printk support
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20201 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-03-14 16:08:21 +00:00
Travis Kemen
0c5137a795
remove empty patch file
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20200 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-03-14 15:17:12 +00:00
Gabor Juhos
d29b130df6
kernel: refresh lzo patch for 2.6.33
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20199 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-03-14 13:22:46 +00:00
Gabor Juhos
637b5a7cbf
atheros: refresh 2.6.33 patches
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20198 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-03-14 13:22:43 +00:00
Gabor Juhos
08946a95dc
atheros: refresh 2.6.32 patches
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20197 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-03-14 13:22:38 +00:00
Felix Fietkau
6634191745
add missing kconfig symbol for the hifn 795x crypto accelerator module (patch by dogge10)
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20196 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-03-14 13:16:26 +00:00
Felix Fietkau
4bcf112fa5
madwifi: disable softled by default on pci devices ( fixes #4484 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20195 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-03-14 12:25:23 +00:00
Felix Fietkau
c2a946196e
wireless-tools: fix encryption display in the scanning list ( #6732 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20194 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-03-14 04:49:31 +00:00
Travis Kemen
c77b6b564f
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
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20190 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-03-14 02:01:14 +00:00
Travis Kemen
ef11d8626c
this patches fixes iproute2 parallel build.
...
-Raphael
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20189 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-03-14 01:56:33 +00:00
Travis Kemen
b6371cfd14
this patch fixes iptables parallel build.
...
-Raphael
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20188 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-03-14 01:53:41 +00:00
Travis Kemen
5b5ec73153
this patch fixes gdb parallel build.
...
-Raphael
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20187 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-03-14 01:50:53 +00:00
Travis Kemen
c9a3950959
this patch fixes openssl parallel build.
...
-Raphael
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20186 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-03-14 01:47:55 +00:00