openwrt/svn-archive/archive.git
12 years ago[brcm63xx] use macros to generate SPI registers table and switches
Florian Fainelli [Tue, 21 Jun 2011 10:05:51 +0000 (10:05 +0000)]
[brcm63xx] use macros to generate SPI registers table and switches

SVN-Revision: 27246

12 years agoRevert "[toolchain/eglibc} eglibc in fact can be built with -Os"
Mirko Vogt [Mon, 20 Jun 2011 11:12:46 +0000 (11:12 +0000)]
Revert "[toolchain/eglibc} eglibc in fact can be built with -Os"

Compiling with -Os results in: "error: #error "glibc cannot be compiled without optimization"

Still, building with -Os is listed as feature in
<http://www.eglibc.org/features>:

""
Building with -Os
     EGLIBC supports building the library with compiler optimizing for size -Os instead of for speed -O2.
""

SVN-Revision: 27245

12 years ago[PATCH] scripts/config/.gitignore omits source files
Jo-Philipp Wich [Mon, 20 Jun 2011 10:41:02 +0000 (10:41 +0000)]
[PATCH] scripts/config/.gitignore omits source files
scripts/config/.gitignore aims to avoid checking binaries in to git.
Unfortunately it also omits conf.c, confdata.c, and all source files
in lxdialog. An OpenWRT tree pulled from a git repository will not
build, and I suspect this was not the intention.

Signed-off-by: Denton Gentry <denny@geekhold.com>
SVN-Revision: 27244

12 years ago[adm5120] fix usb mis-cleanup after r27162 (#9581)
Florian Fainelli [Mon, 20 Jun 2011 10:04:53 +0000 (10:04 +0000)]
[adm5120] fix usb mis-cleanup after r27162 (#9581)

SVN-Revision: 27243

12 years ago[package] kernel: package more NIC drivers:
Jo-Philipp Wich [Mon, 20 Jun 2011 09:41:03 +0000 (09:41 +0000)]
[package] kernel: package more NIC drivers:
* SiS 190 Fast/Gigabit Ethernet support
* SysKonnect Yukon support
* Atheros L2 Fast Ethernet support
* Atheros L1 Gigabit Ethernet support
* Atheros L1C
* Atheros L1E
Patch by Lauri Võsandi<lauri.vosandi@gmail.com>

SVN-Revision: 27242

12 years ago[x86] Restrict Soekris specific base-files handling to Soekris profiles, based on...
Jo-Philipp Wich [Sun, 19 Jun 2011 23:05:21 +0000 (23:05 +0000)]
[x86] Restrict Soekris specific base-files handling to Soekris profiles, based on patch by Philip Prindeville <philipp@redfish-solutions.com>

SVN-Revision: 27241

12 years ago[PATCH] generic: Remove IPv6 depependency of bridge in 2.6.38+
Jo-Philipp Wich [Sun, 19 Jun 2011 22:48:53 +0000 (22:48 +0000)]
[PATCH] generic: Remove IPv6 depependency of bridge in 2.6.38+
Since 2.6.38 the bridge module has a dependency to IPv6 if IPv6 is
enabled. Since the IPv6 module isn't exactly lightweight and bridge also
only needs a single function from IPv6, it's rather easy to create a
common "lib" module with a RCU pointer to the actual implementation, if
the IPv6 module is loaded (although slightly hackish).

The codepath seems to be only taken when using IPv6, so there should be
no negative side effects when IPv6 isn't loaded. I did not measure how
big the performance impact is.

Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com>
SVN-Revision: 27237

12 years ago[brcm63xx] dev-spi.c checks for running CPU, not board code
Florian Fainelli [Sun, 19 Jun 2011 20:46:00 +0000 (20:46 +0000)]
[brcm63xx] dev-spi.c checks for running CPU, not board code

SVN-Revision: 27236

12 years ago[brcm63xx] fixup patches after r27234
Florian Fainelli [Sun, 19 Jun 2011 20:28:38 +0000 (20:28 +0000)]
[brcm63xx] fixup patches after r27234

SVN-Revision: 27235

12 years ago[brcm63xx] remove accidental bcm6345 related patches
Florian Fainelli [Sun, 19 Jun 2011 20:16:59 +0000 (20:16 +0000)]
[brcm63xx] remove accidental bcm6345 related patches

SVN-Revision: 27234

12 years ago[brcm63xx] remove support for 2.6.37 and 2.6.38
Florian Fainelli [Sun, 19 Jun 2011 20:14:22 +0000 (20:14 +0000)]
[brcm63xx] remove support for 2.6.37 and 2.6.38

SVN-Revision: 27233

12 years ago[brcm63xx] switch to 2.6.39
Florian Fainelli [Sun, 19 Jun 2011 20:12:45 +0000 (20:12 +0000)]
[brcm63xx] switch to 2.6.39

SVN-Revision: 27232

12 years ago[ar7] cleanup empty directory
Florian Fainelli [Sun, 19 Jun 2011 20:10:36 +0000 (20:10 +0000)]
[ar7] cleanup empty directory

SVN-Revision: 27231

12 years ago[cobalt] remove 2.6.35 and 2.6.32 support
Florian Fainelli [Sun, 19 Jun 2011 20:09:40 +0000 (20:09 +0000)]
[cobalt] remove 2.6.35 and 2.6.32 support

SVN-Revision: 27230

12 years ago[ep93xx] remove pre 2.6.39 patches and config
Florian Fainelli [Sun, 19 Jun 2011 20:09:00 +0000 (20:09 +0000)]
[ep93xx] remove pre 2.6.39 patches and config

SVN-Revision: 27229

12 years ago[au1000] remove 2.6.37 patches and config
Florian Fainelli [Sun, 19 Jun 2011 20:07:26 +0000 (20:07 +0000)]
[au1000] remove 2.6.37 patches and config

SVN-Revision: 27228

12 years ago[package] block-mount: remove explicit lock waits, solves some potential race conditions
Jo-Philipp Wich [Sun, 19 Jun 2011 18:15:14 +0000 (18:15 +0000)]
[package] block-mount: remove explicit lock waits, solves some potential race conditions

SVN-Revision: 27226

12 years agoar71xx: cleanup AR933X UART driver
Gabor Juhos [Sun, 19 Jun 2011 13:17:51 +0000 (13:17 +0000)]
ar71xx: cleanup AR933X UART driver

SVN-Revision: 27222

12 years agoar71xx: fix uart clock frequency for AR933X
Gabor Juhos [Sun, 19 Jun 2011 13:17:50 +0000 (13:17 +0000)]
ar71xx: fix uart clock frequency for AR933X

SVN-Revision: 27221

12 years ago[toolchain/eglibc] explicitly disable the use of ldconfig
Mirko Vogt [Sat, 18 Jun 2011 17:53:41 +0000 (17:53 +0000)]
[toolchain/eglibc] explicitly disable the use of ldconfig

SVN-Revision: 27220

12 years agobrcm47xx: refresh patches
Hauke Mehrtens [Sat, 18 Jun 2011 15:53:14 +0000 (15:53 +0000)]
brcm47xx: refresh patches

SVN-Revision: 27219

12 years agokernel: update to kernel 2.6.38.8
Hauke Mehrtens [Sat, 18 Jun 2011 15:52:15 +0000 (15:52 +0000)]
kernel: update to kernel 2.6.38.8

SVN-Revision: 27218

12 years agobrcm47xx: add support for kernel 3.0
Hauke Mehrtens [Sat, 18 Jun 2011 15:24:44 +0000 (15:24 +0000)]
brcm47xx: add support for kernel 3.0

SVN-Revision: 27217

12 years ago[toolchain/eglibc] patch: add /usr/lib to default search path of dynamic linker
Mirko Vogt [Sat, 18 Jun 2011 11:14:07 +0000 (11:14 +0000)]
[toolchain/eglibc] patch: add /usr/lib to default search path of dynamic linker

SVN-Revision: 27216

12 years ago[toolchain/eglibc] add support for eglibc version 2.13
Mirko Vogt [Sat, 18 Jun 2011 11:14:05 +0000 (11:14 +0000)]
[toolchain/eglibc] add support for eglibc version 2.13

SVN-Revision: 27215

12 years ago[toolchain/eglibc} eglibc in fact can be built with -Os
Mirko Vogt [Sat, 18 Jun 2011 11:14:01 +0000 (11:14 +0000)]
[toolchain/eglibc} eglibc in fact can be built with -Os

SVN-Revision: 27214

12 years ago[toolchain/eglibc] when selecting eglibc, use version 2.12 by default
Mirko Vogt [Sat, 18 Jun 2011 07:33:28 +0000 (07:33 +0000)]
[toolchain/eglibc] when selecting eglibc, use version 2.12 by default

SVN-Revision: 27213

12 years ago[toolchain/glibc] fix glibc to work with all versions of binutils, fixes #7133 -...
Mirko Vogt [Fri, 17 Jun 2011 22:51:24 +0000 (22:51 +0000)]
[toolchain/glibc] fix glibc to work with all versions of binutils, fixes #7133 - thanks to marek siller

SVN-Revision: 27210

12 years ago[package/hotplug2] link against 'libbsd' when using glibc
Mirko Vogt [Fri, 17 Jun 2011 22:51:20 +0000 (22:51 +0000)]
[package/hotplug2] link against 'libbsd' when using glibc

SVN-Revision: 27209

12 years agoixp4xx: Removed kmod-madwifi from the NSLU2 profile, as the NSLU2 has not wifi capabi...
Rod Whitby [Fri, 17 Jun 2011 11:22:22 +0000 (11:22 +0000)]
ixp4xx: Removed kmod-madwifi from the NSLU2 profile, as the NSLU2 has not wifi capability out of the box.

SVN-Revision: 27202

12 years agopackage/kernel: Fixed missing CONFIG_HID_SUPPORT required for successful kmod-bluetoo...
Rod Whitby [Fri, 17 Jun 2011 11:21:16 +0000 (11:21 +0000)]
package/kernel: Fixed missing CONFIG_HID_SUPPORT required for successful kmod-bluetooth compile.

SVN-Revision: 27201

12 years ago[package] firewall: ensure that fw_get_subnet4() sets an empty value if no (valid...
Jo-Philipp Wich [Thu, 16 Jun 2011 22:18:45 +0000 (22:18 +0000)]
[package] firewall: ensure that fw_get_subnet4() sets an empty value if no (valid) IPv4 addr was found

SVN-Revision: 27198

12 years ago[package] firewall: allow symbolic names of interfaces and aliases in masq_src and...
Jo-Philipp Wich [Thu, 16 Jun 2011 21:54:59 +0000 (21:54 +0000)]
[package] firewall: allow symbolic names of interfaces and aliases in masq_src and masq_dest

SVN-Revision: 27196

12 years ago[kernel] add missing USBIP_CORE item in config-3.0
Florian Fainelli [Thu, 16 Jun 2011 14:34:50 +0000 (14:34 +0000)]
[kernel] add missing USBIP_CORE item in config-3.0

SVN-Revision: 27195

12 years ago[package] libbsd: do not build when using uclibc
Florian Fainelli [Thu, 16 Jun 2011 14:34:47 +0000 (14:34 +0000)]
[package] libbsd: do not build when using uclibc

SVN-Revision: 27194

12 years ago[malta] allow any console to be used
Florian Fainelli [Thu, 16 Jun 2011 14:34:44 +0000 (14:34 +0000)]
[malta] allow any console to be used

SVN-Revision: 27193

12 years agobcm63xx: Add support for Linux 3.0-rc3
Florian Fainelli [Thu, 16 Jun 2011 14:34:40 +0000 (14:34 +0000)]
bcm63xx: Add support for Linux 3.0-rc3

Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com>
SVN-Revision: 27192

12 years agolinux/generic: Add support for 3.0-rc3
Hauke Mehrtens [Wed, 15 Jun 2011 21:31:01 +0000 (21:31 +0000)]
linux/generic: Add support for 3.0-rc3

Also make linux identify itself properly as 3.0, not 3.0.0.

Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com>
SVN-Revision: 27191

12 years agoacx-mac80211: Compile fix for newer kernels
Hauke Mehrtens [Wed, 15 Jun 2011 21:18:21 +0000 (21:18 +0000)]
acx-mac80211: Compile fix for newer kernels

common.c is missing an include for linux/ratelimit.h.

Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com>
SVN-Revision: 27190

12 years agobusybox: Fix insmod for linux 3.0
Hauke Mehrtens [Wed, 15 Jun 2011 21:17:52 +0000 (21:17 +0000)]
busybox: Fix insmod for linux 3.0

Insmod silently rejected being run on any non 2.x kernel. Make its version
check allow newer kernels (and reject 2.4- when not enabling the 2.4
feature).

Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com>
SVN-Revision: 27189

12 years agomadwifi: Fix linux 3.0 detection
Hauke Mehrtens [Wed, 15 Jun 2011 21:17:17 +0000 (21:17 +0000)]
madwifi: Fix linux 3.0 detection

Allows madwifi to be built against linux 3.0.

Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com>
SVN-Revision: 27188

12 years agopackage/mac80211: Add linux 3.0 compatibility
Hauke Mehrtens [Wed, 15 Jun 2011 21:16:38 +0000 (21:16 +0000)]
package/mac80211: Add linux 3.0 compatibility

Add patches from Hauke adding linux 3.0 compatibility.

Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com>
SVN-Revision: 27187

12 years agopackage/kernel: Update version dependencies and kmods for linux 3.0
Hauke Mehrtens [Wed, 15 Jun 2011 21:12:49 +0000 (21:12 +0000)]
package/kernel: Update version dependencies and kmods for linux 3.0

Also disable rtc-core for now since this changed to a bool, now directly
used in the kernel if enabled.

Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com>
SVN-Revision: 27186

12 years agobcm47xx: Remove kernel checks from image Makefile
Hauke Mehrtens [Wed, 15 Jun 2011 21:11:49 +0000 (21:11 +0000)]
bcm47xx: Remove kernel checks from image Makefile

2.4 isn't present anymore, so it will always be 2.6 (or newer). Since the
2.6 check will break with 3.0, remove it alltogether.

Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com>
SVN-Revision: 27185

12 years agoFix CONFIG_LINUX_ for linux 3.0
Hauke Mehrtens [Wed, 15 Jun 2011 21:11:05 +0000 (21:11 +0000)]
Fix CONFIG_LINUX_ for linux 3.0

Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com>
SVN-Revision: 27184

12 years agoProperly extract KERNEL_PATCHVER for linux 3.0
Hauke Mehrtens [Wed, 15 Jun 2011 21:10:33 +0000 (21:10 +0000)]
Properly extract KERNEL_PATCHVER for linux 3.0

Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com>
SVN-Revision: 27183

12 years ago[PATCH] 2.6.39.1: missing kernel symbols
Jo-Philipp Wich [Wed, 15 Jun 2011 18:18:32 +0000 (18:18 +0000)]
[PATCH] 2.6.39.1: missing kernel symbols
If you turn on I2C, you'll need this symbol defined.

Signed-off-by: Philip A. Prindeville <philipp@redfish-solutions.com>
SVN-Revision: 27182

12 years agoadd missing kernel config symbols for usb on powerpc
Felix Fietkau [Wed, 15 Jun 2011 18:07:26 +0000 (18:07 +0000)]
add missing kernel config symbols for usb on powerpc

SVN-Revision: 27181

12 years ago[generic] backport upstream Kernel commit 1ed2f73d90fb49bcf5704aee7e9084adb882bfc5...
Jo-Philipp Wich [Wed, 15 Jun 2011 14:11:33 +0000 (14:11 +0000)]
[generic] backport upstream Kernel commit 1ed2f73d90fb49bcf5704aee7e9084adb882bfc5 (netfilter: IPv6: fix DSCP mangle code)

SVN-Revision: 27179

12 years ago[generic] revert r26997, it does not apply against 2.6.36.4
Jo-Philipp Wich [Wed, 15 Jun 2011 13:51:57 +0000 (13:51 +0000)]
[generic] revert r26997, it does not apply against 2.6.36.4

SVN-Revision: 27178

12 years ago[cobalt] switch to 2.6.39
Florian Fainelli [Tue, 14 Jun 2011 20:05:13 +0000 (20:05 +0000)]
[cobalt] switch to 2.6.39

SVN-Revision: 27175

12 years ago[cobalt] fix diag.sh with qube2 front led
Florian Fainelli [Tue, 14 Jun 2011 20:05:09 +0000 (20:05 +0000)]
[cobalt] fix diag.sh with qube2 front led

SVN-Revision: 27174

12 years ago[cobalt] resync kernel config
Florian Fainelli [Tue, 14 Jun 2011 20:05:03 +0000 (20:05 +0000)]
[cobalt] resync kernel config

SVN-Revision: 27173

12 years ago[lantiq]
John Crispin [Mon, 13 Jun 2011 22:37:23 +0000 (22:37 +0000)]
[lantiq]

Fix for bug where the iniatialisation of the MAC data private strucure
is copied into the wrong location.

Ticket #9547

Signed-off-by: Conor O'Gorman <conor at dna.ie>
SVN-Revision: 27172

12 years ago[package/hotplug] link hotplug2 against libbsd when eglibc is used
Mirko Vogt [Mon, 13 Jun 2011 13:16:11 +0000 (13:16 +0000)]
[package/hotplug] link hotplug2 against libbsd when eglibc is used

SVN-Revision: 27170

12 years ago[package] add library 'libbsd'
Mirko Vogt [Mon, 13 Jun 2011 13:16:08 +0000 (13:16 +0000)]
[package] add library 'libbsd'

This library contains core functionality usually (but obviously not always)
provided by libc implementations which isneeded by OpenWrt core packages.
For instance the functions 'strlcat', 'strlcpy' are not implemented in
eglibc but needed by hotplug2 (udevtrigger)

SVN-Revision: 27169

12 years ago[uml] replace unfortify patch with a better one
Florian Fainelli [Mon, 13 Jun 2011 12:45:12 +0000 (12:45 +0000)]
[uml] replace unfortify patch with a better one

Thanks to Richard Weinberger for providing this patch

SVN-Revision: 27168

12 years agotools/firmware-utils: fix buffalo csum calculation
Gabor Juhos [Mon, 13 Jun 2011 08:12:41 +0000 (08:12 +0000)]
tools/firmware-utils: fix buffalo csum calculation

Also print an error message if decryption fails.

SVN-Revision: 27167

12 years agoar71xx: use ar933x_uart.h in the AR933X serial driver
Gabor Juhos [Mon, 13 Jun 2011 08:12:40 +0000 (08:12 +0000)]
ar71xx: use ar933x_uart.h in the AR933X serial driver

SVN-Revision: 27166

12 years agoar71xx: update early_printk code
Gabor Juhos [Mon, 13 Jun 2011 08:12:38 +0000 (08:12 +0000)]
ar71xx: update early_printk code

SVN-Revision: 27165

12 years ago[package] 6to4: advertise effective tunnel mtu in RAs
Jo-Philipp Wich [Sun, 12 Jun 2011 19:27:21 +0000 (19:27 +0000)]
[package] 6to4: advertise effective tunnel mtu in RAs

SVN-Revision: 27163

12 years ago[adm5120] cleanup files using checkpatch.pl
Florian Fainelli [Sun, 12 Jun 2011 19:17:57 +0000 (19:17 +0000)]
[adm5120] cleanup files using checkpatch.pl

SVN-Revision: 27162

12 years ago[package] 6to4: don't start if detected local IPv4 address is RFC1918, allows people...
Jo-Philipp Wich [Sun, 12 Jun 2011 18:59:40 +0000 (18:59 +0000)]
[package] 6to4: don't start if detected local IPv4 address is RFC1918, allows people to deploy firmwares with 6to4 enabled by default

SVN-Revision: 27160

12 years agoppp: remove -ffunction-sections, -fdata-sections and -Wl,--gc-sections, it can cause...
Felix Fietkau [Sun, 12 Jun 2011 14:07:08 +0000 (14:07 +0000)]
ppp: remove -ffunction-sections, -fdata-sections and -Wl,--gc-sections, it can cause functions needed by plugins to disappear (fixes #9462)

SVN-Revision: 27159

12 years ago[lantiq]
John Crispin [Sun, 12 Jun 2011 08:56:26 +0000 (08:56 +0000)]
[lantiq]
* move patches around
* add basic support for gigaset sx76x

SVN-Revision: 27158

12 years agotoolchain/gdb: fix compile for powerpc targets, refresh patch
Felix Fietkau [Sat, 11 Jun 2011 13:25:00 +0000 (13:25 +0000)]
toolchain/gdb: fix compile for powerpc targets, refresh patch

SVN-Revision: 27155

12 years ago[ar71xx] Remove trailing spaces, convert spaces to tabs
Vasilis Tsiligiannis [Thu, 9 Jun 2011 19:30:50 +0000 (19:30 +0000)]
[ar71xx] Remove trailing spaces, convert spaces to tabs

SVN-Revision: 27153

12 years ago[package] kernel: revert unrelated change in previous commit
Jo-Philipp Wich [Thu, 9 Jun 2011 14:36:01 +0000 (14:36 +0000)]
[package] kernel: revert unrelated change in previous commit

SVN-Revision: 27150

12 years ago[package] kernel: gre depends on ipv6 is Kernel is built with IPv6 support
Jo-Philipp Wich [Thu, 9 Jun 2011 14:34:53 +0000 (14:34 +0000)]
[package] kernel: gre depends on ipv6 is Kernel is built with IPv6 support

SVN-Revision: 27149

12 years ago[package] base-files: assume a default ipv6 prefix size of /64, thats what the majori...
Jo-Philipp Wich [Thu, 9 Jun 2011 12:36:30 +0000 (12:36 +0000)]
[package] base-files: assume a default ipv6 prefix size of /64, thats what the majority of users mean when they just specify an ip address

SVN-Revision: 27147

12 years ago[package] base-files: if an ip6addr without a prefix is given, assume /128 - otherwis...
Jo-Philipp Wich [Thu, 9 Jun 2011 12:25:48 +0000 (12:25 +0000)]
[package] base-files: if an ip6addr without a prefix is given, assume /128 - otherwise the busybox utilities will interpret it as /0 and create an invalid default route

SVN-Revision: 27145

12 years ago[ledtrig-netdev]
John Crispin [Thu, 9 Jun 2011 07:08:54 +0000 (07:08 +0000)]
[ledtrig-netdev]
we dont need 1024 bytes buffer. 128  bytes is enough.

SVN-Revision: 27143

12 years ago[atheros]
John Crispin [Thu, 9 Jun 2011 05:10:18 +0000 (05:10 +0000)]
[atheros]
* revert accidental config change

SVN-Revision: 27142

12 years agoRevert "[package/block-mount] remove example config file"
Mirko Vogt [Wed, 8 Jun 2011 20:45:19 +0000 (20:45 +0000)]
Revert "[package/block-mount] remove example config file"

This isn't needed anymore due to commit 27138

SVN-Revision: 27139

12 years ago[package] make sure that base-files is installed last, this allows per-target base...
Jo-Philipp Wich [Wed, 8 Jun 2011 19:38:25 +0000 (19:38 +0000)]
[package] make sure that base-files is installed last, this allows per-target base-file overlays to work correctly

SVN-Revision: 27138

12 years ago[lantiq]
John Crispin [Wed, 8 Jun 2011 17:57:55 +0000 (17:57 +0000)]
[lantiq]

* fixes spi flash for ar9
* adds limited support for netgear dgn3500 (enough for others to start working with)

SVN-Revision: 27137

12 years ago[package/block-mount] remove example config file
Mirko Vogt [Wed, 8 Jun 2011 17:39:16 +0000 (17:39 +0000)]
[package/block-mount] remove example config file

Having this file prevents the possibility of having target-specific
fstab config files (as target/linux/${target}/base-files/etc/config/fstab).
There is no need of a non-working example file on the target anyway.

SVN-Revision: 27136

12 years ago[package] base-files: fix error reporting for unsupported protocols on virtual interfaces
Jo-Philipp Wich [Tue, 7 Jun 2011 23:25:43 +0000 (23:25 +0000)]
[package] base-files: fix error reporting for unsupported protocols on virtual interfaces

SVN-Revision: 27132

12 years ago[toolchain] uClibc: fix a crash in __read_etc_hosts_r() that occurs if more than...
Jo-Philipp Wich [Tue, 7 Jun 2011 21:54:14 +0000 (21:54 +0000)]
[toolchain] uClibc: fix a crash in __read_etc_hosts_r() that occurs if more than five hostnames follow a dotted quad in /etc/hosts

SVN-Revision: 27131

12 years agoar71xx: override inittab to enable login on ttyATH0
Felix Fietkau [Tue, 7 Jun 2011 17:07:10 +0000 (17:07 +0000)]
ar71xx: override inittab to enable login on ttyATH0

SVN-Revision: 27128

12 years agobase-files: do not write to /etc/config/wireless at boot time unless a new interface...
Felix Fietkau [Tue, 7 Jun 2011 17:00:43 +0000 (17:00 +0000)]
base-files: do not write to /etc/config/wireless at boot time unless a new interface was found

eliminates unnecessary flash write cycles at every boot

patch by Peter Wagner (tripolar)

SVN-Revision: 27127

12 years agokernel: fix description of kmod-pata-cs5535 and kmod-pata-cs5536
Hauke Mehrtens [Tue, 7 Jun 2011 15:39:12 +0000 (15:39 +0000)]
kernel: fix description of kmod-pata-cs5535 and kmod-pata-cs5536

SVN-Revision: 27126

12 years agokernel: fix call of kmod-pata-cs5535 and kmod-pata-cs5536
Hauke Mehrtens [Tue, 7 Jun 2011 15:36:49 +0000 (15:36 +0000)]
kernel: fix call of kmod-pata-cs5535 and kmod-pata-cs5536

SVN-Revision: 27125

12 years ago[toolchain/gcc] remove empty file (patch went upstream and file didn't get deleted...
Mirko Vogt [Tue, 7 Jun 2011 08:37:25 +0000 (08:37 +0000)]
[toolchain/gcc] remove empty file (patch went upstream and file didn't get deleted but only cleared)

SVN-Revision: 27122

12 years ago[toolchain/gcc] upgrade Linaro GCC to 4.5-2011.05-0 - thanks to Mark Mentovai
Mirko Vogt [Tue, 7 Jun 2011 00:13:56 +0000 (00:13 +0000)]
[toolchain/gcc] upgrade Linaro GCC to 4.5-2011.05-0 - thanks to Mark Mentovai

SVN-Revision: 27118

12 years ago[package/pptp] require mppe 128bit-encryption by default
Mirko Vogt [Mon, 6 Jun 2011 22:27:04 +0000 (22:27 +0000)]
[package/pptp] require mppe 128bit-encryption by default

SVN-Revision: 27117

12 years ago[ep93xx] update to 2.6.39.1
Florian Fainelli [Sat, 4 Jun 2011 18:27:14 +0000 (18:27 +0000)]
[ep93xx] update to 2.6.39.1

SVN-Revision: 27114

12 years ago[ep93xx] define UIMAGE for various rootfs targets
Florian Fainelli [Sat, 4 Jun 2011 18:27:09 +0000 (18:27 +0000)]
[ep93xx] define UIMAGE for various rootfs targets

SVN-Revision: 27113

12 years ago[ep93xx] use IMG_PREFIX for image name
Florian Fainelli [Sat, 4 Jun 2011 18:27:04 +0000 (18:27 +0000)]
[ep93xx] use IMG_PREFIX for image name

SVN-Revision: 27112

12 years ago[kernel] add more config symbols to 2.6.39
Florian Fainelli [Sat, 4 Jun 2011 18:27:00 +0000 (18:27 +0000)]
[kernel] add more config symbols to 2.6.39

SVN-Revision: 27111

12 years ago[uml] update to 2.6.39.1
Florian Fainelli [Sat, 4 Jun 2011 18:26:54 +0000 (18:26 +0000)]
[uml] update to 2.6.39.1

SVN-Revision: 27110

12 years ago[package] grub: improve package requirement error, patch by Jim Cromie <jim.cromie...
Jo-Philipp Wich [Sat, 4 Jun 2011 14:33:35 +0000 (14:33 +0000)]
[package] grub: improve package requirement error, patch by Jim Cromie <jim.cromie@gmail.com>

SVN-Revision: 27109

12 years ago[realview] update to 2.6.39.1
Florian Fainelli [Sat, 4 Jun 2011 13:36:09 +0000 (13:36 +0000)]
[realview] update to 2.6.39.1

SVN-Revision: 27107

12 years ago[malta] update to 2.6.39.1
Florian Fainelli [Sat, 4 Jun 2011 13:36:05 +0000 (13:36 +0000)]
[malta] update to 2.6.39.1

SVN-Revision: 27106

12 years ago[kernel] add some missing 2.6.39 config symbols
Florian Fainelli [Sat, 4 Jun 2011 13:36:00 +0000 (13:36 +0000)]
[kernel] add some missing 2.6.39 config symbols

SVN-Revision: 27105

12 years ago[kernel] update to 2.6.39.1
Florian Fainelli [Sat, 4 Jun 2011 13:35:55 +0000 (13:35 +0000)]
[kernel] update to 2.6.39.1

patch from Peter Wagner

SVN-Revision: 27104

12 years ago[package] compcache does not build on 2.6.38+
Florian Fainelli [Sat, 4 Jun 2011 13:35:48 +0000 (13:35 +0000)]
[package] compcache does not build on 2.6.38+

SVN-Revision: 27103

12 years agoar71xx: setup wdt_clock for AR913X to avoid a kernel bug
Gabor Juhos [Sat, 4 Jun 2011 12:30:10 +0000 (12:30 +0000)]
ar71xx: setup wdt_clock for AR913X to avoid a kernel bug

Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com>
SVN-Revision: 27102

12 years agoar71xx: select the internal antenna by default on the ZCN-1523H boards
Gabor Juhos [Sat, 4 Jun 2011 12:30:09 +0000 (12:30 +0000)]
ar71xx: select the internal antenna by default on the ZCN-1523H boards

SVN-Revision: 27101

12 years agoacx-mac80211: remove patch
Hauke Mehrtens [Sat, 4 Jun 2011 09:33:02 +0000 (09:33 +0000)]
acx-mac80211: remove patch

This patch is already incorporated into the original source code.

closes #9499

SVN-Revision: 27100