mirko [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.
""
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27245
3c298f89-4303-0410-b956-
a3cf2f4a3e73
jow [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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27244
3c298f89-4303-0410-b956-
a3cf2f4a3e73
florian [Mon, 20 Jun 2011 10:04:53 +0000 (10:04 +0000)]
[adm5120] fix usb mis-cleanup after r27162 (#9581)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27243
3c298f89-4303-0410-b956-
a3cf2f4a3e73
jow [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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27242
3c298f89-4303-0410-b956-
a3cf2f4a3e73
jow [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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27241
3c298f89-4303-0410-b956-
a3cf2f4a3e73
jow [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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27237
3c298f89-4303-0410-b956-
a3cf2f4a3e73
florian [Sun, 19 Jun 2011 20:46:00 +0000 (20:46 +0000)]
[brcm63xx] dev-spi.c checks for running CPU, not board code
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27236
3c298f89-4303-0410-b956-
a3cf2f4a3e73
florian [Sun, 19 Jun 2011 20:28:38 +0000 (20:28 +0000)]
[brcm63xx] fixup patches after r27234
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27235
3c298f89-4303-0410-b956-
a3cf2f4a3e73
florian [Sun, 19 Jun 2011 20:16:59 +0000 (20:16 +0000)]
[brcm63xx] remove accidental bcm6345 related patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27234
3c298f89-4303-0410-b956-
a3cf2f4a3e73
florian [Sun, 19 Jun 2011 20:14:22 +0000 (20:14 +0000)]
[brcm63xx] remove support for 2.6.37 and 2.6.38
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27233
3c298f89-4303-0410-b956-
a3cf2f4a3e73
florian [Sun, 19 Jun 2011 20:12:45 +0000 (20:12 +0000)]
[brcm63xx] switch to 2.6.39
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27232
3c298f89-4303-0410-b956-
a3cf2f4a3e73
florian [Sun, 19 Jun 2011 20:10:36 +0000 (20:10 +0000)]
[ar7] cleanup empty directory
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27231
3c298f89-4303-0410-b956-
a3cf2f4a3e73
florian [Sun, 19 Jun 2011 20:09:40 +0000 (20:09 +0000)]
[cobalt] remove 2.6.35 and 2.6.32 support
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27230
3c298f89-4303-0410-b956-
a3cf2f4a3e73
florian [Sun, 19 Jun 2011 20:09:00 +0000 (20:09 +0000)]
[ep93xx] remove pre 2.6.39 patches and config
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27229
3c298f89-4303-0410-b956-
a3cf2f4a3e73
florian [Sun, 19 Jun 2011 20:07:26 +0000 (20:07 +0000)]
[au1000] remove 2.6.37 patches and config
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27228
3c298f89-4303-0410-b956-
a3cf2f4a3e73
jow [Sun, 19 Jun 2011 18:15:14 +0000 (18:15 +0000)]
[package] block-mount: remove explicit lock waits, solves some potential race conditions
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27226
3c298f89-4303-0410-b956-
a3cf2f4a3e73
juhosg [Sun, 19 Jun 2011 13:17:51 +0000 (13:17 +0000)]
ar71xx: cleanup AR933X UART driver
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27222
3c298f89-4303-0410-b956-
a3cf2f4a3e73
juhosg [Sun, 19 Jun 2011 13:17:50 +0000 (13:17 +0000)]
ar71xx: fix uart clock frequency for AR933X
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27221
3c298f89-4303-0410-b956-
a3cf2f4a3e73
mirko [Sat, 18 Jun 2011 17:53:41 +0000 (17:53 +0000)]
[toolchain/eglibc] explicitly disable the use of ldconfig
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27220
3c298f89-4303-0410-b956-
a3cf2f4a3e73
hauke [Sat, 18 Jun 2011 15:53:14 +0000 (15:53 +0000)]
brcm47xx: refresh patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27219
3c298f89-4303-0410-b956-
a3cf2f4a3e73
hauke [Sat, 18 Jun 2011 15:52:15 +0000 (15:52 +0000)]
kernel: update to kernel 2.6.38.8
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27218
3c298f89-4303-0410-b956-
a3cf2f4a3e73
hauke [Sat, 18 Jun 2011 15:24:44 +0000 (15:24 +0000)]
brcm47xx: add support for kernel 3.0
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27217
3c298f89-4303-0410-b956-
a3cf2f4a3e73
mirko [Sat, 18 Jun 2011 11:14:07 +0000 (11:14 +0000)]
[toolchain/eglibc] patch: add /usr/lib to default search path of dynamic linker
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27216
3c298f89-4303-0410-b956-
a3cf2f4a3e73
mirko [Sat, 18 Jun 2011 11:14:05 +0000 (11:14 +0000)]
[toolchain/eglibc] add support for eglibc version 2.13
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27215
3c298f89-4303-0410-b956-
a3cf2f4a3e73
mirko [Sat, 18 Jun 2011 11:14:01 +0000 (11:14 +0000)]
[toolchain/eglibc} eglibc in fact can be built with -Os
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27214
3c298f89-4303-0410-b956-
a3cf2f4a3e73
mirko [Sat, 18 Jun 2011 07:33:28 +0000 (07:33 +0000)]
[toolchain/eglibc] when selecting eglibc, use version 2.12 by default
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27213
3c298f89-4303-0410-b956-
a3cf2f4a3e73
mirko [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
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27210
3c298f89-4303-0410-b956-
a3cf2f4a3e73
mirko [Fri, 17 Jun 2011 22:51:20 +0000 (22:51 +0000)]
[package/hotplug2] link against 'libbsd' when using glibc
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27209
3c298f89-4303-0410-b956-
a3cf2f4a3e73
rwhitby [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.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27202
3c298f89-4303-0410-b956-
a3cf2f4a3e73
rwhitby [Fri, 17 Jun 2011 11:21:16 +0000 (11:21 +0000)]
package/kernel: Fixed missing CONFIG_HID_SUPPORT required for successful kmod-bluetooth compile.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27201
3c298f89-4303-0410-b956-
a3cf2f4a3e73
jow [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
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27198
3c298f89-4303-0410-b956-
a3cf2f4a3e73
jow [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
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27196
3c298f89-4303-0410-b956-
a3cf2f4a3e73
florian [Thu, 16 Jun 2011 14:34:50 +0000 (14:34 +0000)]
[kernel] add missing USBIP_CORE item in config-3.0
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27195
3c298f89-4303-0410-b956-
a3cf2f4a3e73
florian [Thu, 16 Jun 2011 14:34:47 +0000 (14:34 +0000)]
[package] libbsd: do not build when using uclibc
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27194
3c298f89-4303-0410-b956-
a3cf2f4a3e73
florian [Thu, 16 Jun 2011 14:34:44 +0000 (14:34 +0000)]
[malta] allow any console to be used
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27193
3c298f89-4303-0410-b956-
a3cf2f4a3e73
florian [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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27192
3c298f89-4303-0410-b956-
a3cf2f4a3e73
hauke [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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27191
3c298f89-4303-0410-b956-
a3cf2f4a3e73
hauke [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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27190
3c298f89-4303-0410-b956-
a3cf2f4a3e73
hauke [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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27189
3c298f89-4303-0410-b956-
a3cf2f4a3e73
hauke [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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27188
3c298f89-4303-0410-b956-
a3cf2f4a3e73
hauke [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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27187
3c298f89-4303-0410-b956-
a3cf2f4a3e73
hauke [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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27186
3c298f89-4303-0410-b956-
a3cf2f4a3e73
hauke [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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27185
3c298f89-4303-0410-b956-
a3cf2f4a3e73
hauke [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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27184
3c298f89-4303-0410-b956-
a3cf2f4a3e73
hauke [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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27183
3c298f89-4303-0410-b956-
a3cf2f4a3e73
jow [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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27182
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Wed, 15 Jun 2011 18:07:26 +0000 (18:07 +0000)]
add missing kernel config symbols for usb on powerpc
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27181
3c298f89-4303-0410-b956-
a3cf2f4a3e73
jow [Wed, 15 Jun 2011 14:11:33 +0000 (14:11 +0000)]
[generic] backport upstream Kernel commit
1ed2f73d90fb49bcf5704aee7e9084adb882bfc5 (netfilter: IPv6: fix DSCP mangle code)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27179
3c298f89-4303-0410-b956-
a3cf2f4a3e73
jow [Wed, 15 Jun 2011 13:51:57 +0000 (13:51 +0000)]
[generic] revert r26997, it does not apply against 2.6.36.4
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27178
3c298f89-4303-0410-b956-
a3cf2f4a3e73
florian [Tue, 14 Jun 2011 20:05:13 +0000 (20:05 +0000)]
[cobalt] switch to 2.6.39
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27175
3c298f89-4303-0410-b956-
a3cf2f4a3e73
florian [Tue, 14 Jun 2011 20:05:09 +0000 (20:05 +0000)]
[cobalt] fix diag.sh with qube2 front led
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27174
3c298f89-4303-0410-b956-
a3cf2f4a3e73
florian [Tue, 14 Jun 2011 20:05:03 +0000 (20:05 +0000)]
[cobalt] resync kernel config
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27173
3c298f89-4303-0410-b956-
a3cf2f4a3e73
blogic [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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27172
3c298f89-4303-0410-b956-
a3cf2f4a3e73
mirko [Mon, 13 Jun 2011 13:16:11 +0000 (13:16 +0000)]
[package/hotplug] link hotplug2 against libbsd when eglibc is used
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27170
3c298f89-4303-0410-b956-
a3cf2f4a3e73
mirko [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)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27169
3c298f89-4303-0410-b956-
a3cf2f4a3e73
florian [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
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27168
3c298f89-4303-0410-b956-
a3cf2f4a3e73
juhosg [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.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27167
3c298f89-4303-0410-b956-
a3cf2f4a3e73
juhosg [Mon, 13 Jun 2011 08:12:40 +0000 (08:12 +0000)]
ar71xx: use ar933x_uart.h in the AR933X serial driver
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27166
3c298f89-4303-0410-b956-
a3cf2f4a3e73
juhosg [Mon, 13 Jun 2011 08:12:38 +0000 (08:12 +0000)]
ar71xx: update early_printk code
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27165
3c298f89-4303-0410-b956-
a3cf2f4a3e73
jow [Sun, 12 Jun 2011 19:27:21 +0000 (19:27 +0000)]
[package] 6to4: advertise effective tunnel mtu in RAs
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27163
3c298f89-4303-0410-b956-
a3cf2f4a3e73
florian [Sun, 12 Jun 2011 19:17:57 +0000 (19:17 +0000)]
[adm5120] cleanup files using checkpatch.pl
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27162
3c298f89-4303-0410-b956-
a3cf2f4a3e73
jow [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
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27160
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [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)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27159
3c298f89-4303-0410-b956-
a3cf2f4a3e73
blogic [Sun, 12 Jun 2011 08:56:26 +0000 (08:56 +0000)]
[lantiq]
* move patches around
* add basic support for gigaset sx76x
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27158
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Sat, 11 Jun 2011 13:25:00 +0000 (13:25 +0000)]
toolchain/gdb: fix compile for powerpc targets, refresh patch
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27155
3c298f89-4303-0410-b956-
a3cf2f4a3e73
acinonyx [Thu, 9 Jun 2011 19:30:50 +0000 (19:30 +0000)]
[ar71xx] Remove trailing spaces, convert spaces to tabs
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27153
3c298f89-4303-0410-b956-
a3cf2f4a3e73
jow [Thu, 9 Jun 2011 14:36:01 +0000 (14:36 +0000)]
[package] kernel: revert unrelated change in previous commit
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27150
3c298f89-4303-0410-b956-
a3cf2f4a3e73
jow [Thu, 9 Jun 2011 14:34:53 +0000 (14:34 +0000)]
[package] kernel: gre depends on ipv6 is Kernel is built with IPv6 support
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27149
3c298f89-4303-0410-b956-
a3cf2f4a3e73
jow [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
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27147
3c298f89-4303-0410-b956-
a3cf2f4a3e73
jow [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
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27145
3c298f89-4303-0410-b956-
a3cf2f4a3e73
blogic [Thu, 9 Jun 2011 07:08:54 +0000 (07:08 +0000)]
[ledtrig-netdev]
we dont need 1024 bytes buffer. 128 bytes is enough.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27143
3c298f89-4303-0410-b956-
a3cf2f4a3e73
blogic [Thu, 9 Jun 2011 05:10:18 +0000 (05:10 +0000)]
[atheros]
* revert accidental config change
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27142
3c298f89-4303-0410-b956-
a3cf2f4a3e73
mirko [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
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27139
3c298f89-4303-0410-b956-
a3cf2f4a3e73
jow [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
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27138
3c298f89-4303-0410-b956-
a3cf2f4a3e73
blogic [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)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27137
3c298f89-4303-0410-b956-
a3cf2f4a3e73
mirko [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.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27136
3c298f89-4303-0410-b956-
a3cf2f4a3e73
jow [Tue, 7 Jun 2011 23:25:43 +0000 (23:25 +0000)]
[package] base-files: fix error reporting for unsupported protocols on virtual interfaces
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27132
3c298f89-4303-0410-b956-
a3cf2f4a3e73
jow [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
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27131
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Tue, 7 Jun 2011 17:07:10 +0000 (17:07 +0000)]
ar71xx: override inittab to enable login on ttyATH0
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27128
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [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)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27127
3c298f89-4303-0410-b956-
a3cf2f4a3e73
hauke [Tue, 7 Jun 2011 15:39:12 +0000 (15:39 +0000)]
kernel: fix description of kmod-pata-cs5535 and kmod-pata-cs5536
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27126
3c298f89-4303-0410-b956-
a3cf2f4a3e73
hauke [Tue, 7 Jun 2011 15:36:49 +0000 (15:36 +0000)]
kernel: fix call of kmod-pata-cs5535 and kmod-pata-cs5536
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27125
3c298f89-4303-0410-b956-
a3cf2f4a3e73
mirko [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)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27122
3c298f89-4303-0410-b956-
a3cf2f4a3e73
mirko [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
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27118
3c298f89-4303-0410-b956-
a3cf2f4a3e73
mirko [Mon, 6 Jun 2011 22:27:04 +0000 (22:27 +0000)]
[package/pptp] require mppe 128bit-encryption by default
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27117
3c298f89-4303-0410-b956-
a3cf2f4a3e73
florian [Sat, 4 Jun 2011 18:27:14 +0000 (18:27 +0000)]
[ep93xx] update to 2.6.39.1
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27114
3c298f89-4303-0410-b956-
a3cf2f4a3e73
florian [Sat, 4 Jun 2011 18:27:09 +0000 (18:27 +0000)]
[ep93xx] define UIMAGE for various rootfs targets
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27113
3c298f89-4303-0410-b956-
a3cf2f4a3e73
florian [Sat, 4 Jun 2011 18:27:04 +0000 (18:27 +0000)]
[ep93xx] use IMG_PREFIX for image name
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27112
3c298f89-4303-0410-b956-
a3cf2f4a3e73
florian [Sat, 4 Jun 2011 18:27:00 +0000 (18:27 +0000)]
[kernel] add more config symbols to 2.6.39
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27111
3c298f89-4303-0410-b956-
a3cf2f4a3e73
florian [Sat, 4 Jun 2011 18:26:54 +0000 (18:26 +0000)]
[uml] update to 2.6.39.1
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27110
3c298f89-4303-0410-b956-
a3cf2f4a3e73
jow [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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27109
3c298f89-4303-0410-b956-
a3cf2f4a3e73
florian [Sat, 4 Jun 2011 13:36:09 +0000 (13:36 +0000)]
[realview] update to 2.6.39.1
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27107
3c298f89-4303-0410-b956-
a3cf2f4a3e73
florian [Sat, 4 Jun 2011 13:36:05 +0000 (13:36 +0000)]
[malta] update to 2.6.39.1
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27106
3c298f89-4303-0410-b956-
a3cf2f4a3e73
florian [Sat, 4 Jun 2011 13:36:00 +0000 (13:36 +0000)]
[kernel] add some missing 2.6.39 config symbols
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27105
3c298f89-4303-0410-b956-
a3cf2f4a3e73
florian [Sat, 4 Jun 2011 13:35:55 +0000 (13:35 +0000)]
[kernel] update to 2.6.39.1
patch from Peter Wagner
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27104
3c298f89-4303-0410-b956-
a3cf2f4a3e73
florian [Sat, 4 Jun 2011 13:35:48 +0000 (13:35 +0000)]
[package] compcache does not build on 2.6.38+
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27103
3c298f89-4303-0410-b956-
a3cf2f4a3e73
juhosg [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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27102
3c298f89-4303-0410-b956-
a3cf2f4a3e73
juhosg [Sat, 4 Jun 2011 12:30:09 +0000 (12:30 +0000)]
ar71xx: select the internal antenna by default on the ZCN-1523H boards
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27101
3c298f89-4303-0410-b956-
a3cf2f4a3e73
hauke [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
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27100
3c298f89-4303-0410-b956-
a3cf2f4a3e73
florian [Thu, 2 Jun 2011 14:38:01 +0000 (14:38 +0000)]
[package] soloscli: fix new lines in soloscli
If the string received from the ADSL firmware is missing \n, add it in.
Signed-off-by: Nathan Williams <nathan@traverse.com.au>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27096
3c298f89-4303-0410-b956-
a3cf2f4a3e73
This page took 0.07209 seconds and 4 git commands to generate.