openwrt.git
12 years agomac80211: configure HT IBSS through uci
nbd [Fri, 24 Jun 2011 19:53:31 +0000 (19:53 +0000)]
mac80211: configure HT IBSS through uci

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27279 3c298f89-4303-0410-b956-a3cf2f4a3e73

12 years agoiw: add support for configuring HT IBSS
nbd [Fri, 24 Jun 2011 19:53:27 +0000 (19:53 +0000)]
iw: add support for configuring HT IBSS

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27278 3c298f89-4303-0410-b956-a3cf2f4a3e73

12 years agomac80211: add the work-in-progress IBSS HT patch, with some minor fixes
nbd [Fri, 24 Jun 2011 19:53:22 +0000 (19:53 +0000)]
mac80211: add the work-in-progress IBSS HT patch, with some minor fixes

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27277 3c298f89-4303-0410-b956-a3cf2f4a3e73

12 years agoath9k: add some more pending fixes
nbd [Fri, 24 Jun 2011 19:53:18 +0000 (19:53 +0000)]
ath9k: add some more pending fixes

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27276 3c298f89-4303-0410-b956-a3cf2f4a3e73

12 years agomac80211: update to wireless-testing 2011-06-22
nbd [Fri, 24 Jun 2011 19:53:13 +0000 (19:53 +0000)]
mac80211: update to wireless-testing 2011-06-22

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27275 3c298f89-4303-0410-b956-a3cf2f4a3e73

12 years agokernel: fix wrong line for the +@DRIVER_WEXT_SUPPORT dependency in kmod-net-zd1201
nbd [Fri, 24 Jun 2011 19:53:09 +0000 (19:53 +0000)]
kernel: fix wrong line for the +@DRIVER_WEXT_SUPPORT dependency in kmod-net-zd1201

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27274 3c298f89-4303-0410-b956-a3cf2f4a3e73

12 years agomac80211: enable cfg80211 debugfs support
nbd [Fri, 24 Jun 2011 19:53:05 +0000 (19:53 +0000)]
mac80211: enable cfg80211 debugfs support

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27273 3c298f89-4303-0410-b956-a3cf2f4a3e73

12 years ago[kernel] add missing linux-3.0 config symbol
florian [Fri, 24 Jun 2011 11:43:30 +0000 (11:43 +0000)]
[kernel] add missing linux-3.0 config symbol

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27269 3c298f89-4303-0410-b956-a3cf2f4a3e73

12 years ago[scripts] metadata.pl: fix handling of multiple conditional depends that reference...
jow [Thu, 23 Jun 2011 19:28:16 +0000 (19:28 +0000)]
[scripts] metadata.pl: fix handling of multiple conditional depends that reference the same package (exposed by previous hotplug2 changes), also kill duplicate dependency specs while we're at it

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27267 3c298f89-4303-0410-b956-a3cf2f4a3e73

12 years ago[package] hotplug2: make libbsd depend on "not uclibc" for now, the conditional depde...
jow [Thu, 23 Jun 2011 18:49:24 +0000 (18:49 +0000)]
[package] hotplug2: make libbsd depend on "not uclibc" for now, the conditional depdendency handling needs fixes

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27266 3c298f89-4303-0410-b956-a3cf2f4a3e73

12 years ago[package/hotplug2] fix conditional dependencies to libbsd
mirko [Thu, 23 Jun 2011 14:38:29 +0000 (14:38 +0000)]
[package/hotplug2] fix conditional dependencies to libbsd

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27265 3c298f89-4303-0410-b956-a3cf2f4a3e73

12 years ago[toolchain/eglibc] manual/Makefile: Don't mix pattern rules with normal rules.
mirko [Thu, 23 Jun 2011 14:38:26 +0000 (14:38 +0000)]
[toolchain/eglibc] manual/Makefile: Don't mix pattern rules with normal rules.

This change got committed into the official eglibc repository in commit 11461.

Thanks to Philip Prindeville for pointing this out.

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27264 3c298f89-4303-0410-b956-a3cf2f4a3e73

12 years ago[toolchain] add gfortran compiler support (#9600, patch from Xiangfu Liu via Qi hardware)
jow [Thu, 23 Jun 2011 11:46:24 +0000 (11:46 +0000)]
[toolchain] add gfortran compiler support (#9600, patch from Xiangfu Liu via Qi hardware)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27262 3c298f89-4303-0410-b956-a3cf2f4a3e73

12 years ago[toolchain] introduce option to enable setjump()/longjump() based C++ exceptions...
jow [Thu, 23 Jun 2011 11:37:39 +0000 (11:37 +0000)]
[toolchain] introduce option to enable setjump()/longjump() based C++ exceptions (#9185, patch from David Kuehling via Qi hardware)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27261 3c298f89-4303-0410-b956-a3cf2f4a3e73

12 years ago[brcm63xx] register SSB sprom after ethernet devices
florian [Wed, 22 Jun 2011 12:32:03 +0000 (12:32 +0000)]
[brcm63xx] register SSB sprom after ethernet devices

In case the MAC address pool is not big enough to also register a SSB SPROM
prefer registering the Ethernet devices.

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27258 3c298f89-4303-0410-b956-a3cf2f4a3e73

12 years ago[include] cmake.mk: fix bogus values for FIND_ROOT_PATH_MODE_*; kept plplot from...
jow [Wed, 22 Jun 2011 11:02:00 +0000 (11:02 +0000)]
[include] cmake.mk: fix bogus values for FIND_ROOT_PATH_MODE_*; kept plplot from compiling (#9573)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27256 3c298f89-4303-0410-b956-a3cf2f4a3e73

12 years agofirmware-utils: fix build on big endian systems
hauke [Tue, 21 Jun 2011 21:13:58 +0000 (21:13 +0000)]
firmware-utils: fix build on big endian systems

This closes #9446

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27255 3c298f89-4303-0410-b956-a3cf2f4a3e73

12 years ago[brcm63xx] fix tab damage in 141-led_count.patch
florian [Tue, 21 Jun 2011 20:52:58 +0000 (20:52 +0000)]
[brcm63xx] fix tab damage in 141-led_count.patch

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27254 3c298f89-4303-0410-b956-a3cf2f4a3e73

12 years ago[kernel] fix and make usable kmod-pcmcia-rsrc
florian [Tue, 21 Jun 2011 20:52:53 +0000 (20:52 +0000)]
[kernel] fix and make usable kmod-pcmcia-rsrc

This module is also needed for e.g: kmod-bcm63xx-pcmcia

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27253 3c298f89-4303-0410-b956-a3cf2f4a3e73

12 years agomac80211: use firmware from linux-firmware git
hauke [Tue, 21 Jun 2011 20:50:10 +0000 (20:50 +0000)]
mac80211: use firmware from linux-firmware git

Use the firmware from linux-firmware git where possible.

Update some firmware files in that process and check for missing firmware files for some modules.

 * update Ralink firmwares
 * update ath9k_htc firmware
 * add firmware for mwl8k
 * add more firmware files for libertas-sd and libertas-usb

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27252 3c298f89-4303-0410-b956-a3cf2f4a3e73

12 years agomac80211: fix debugfs for ath9k_htc
hauke [Tue, 21 Jun 2011 20:44:50 +0000 (20:44 +0000)]
mac80211: fix debugfs for ath9k_htc

if debugfs was enabled ath9k_htc did not load.

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27251 3c298f89-4303-0410-b956-a3cf2f4a3e73

12 years agomac80211: remove rests of ar9170 driver
hauke [Tue, 21 Jun 2011 20:43:50 +0000 (20:43 +0000)]
mac80211: remove rests of ar9170 driver

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27250 3c298f89-4303-0410-b956-a3cf2f4a3e73

12 years agokernel: refresh patches for kernel 3.0-rc4
hauke [Tue, 21 Jun 2011 18:39:47 +0000 (18:39 +0000)]
kernel: refresh patches for kernel 3.0-rc4

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27247 3c298f89-4303-0410-b956-a3cf2f4a3e73

12 years ago[brcm63xx] use macros to generate SPI registers table and switches
florian [Tue, 21 Jun 2011 10:05:51 +0000 (10:05 +0000)]
[brcm63xx] use macros to generate SPI registers table and switches

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27246 3c298f89-4303-0410-b956-a3cf2f4a3e73

12 years agoRevert "[toolchain/eglibc} eglibc in fact can be built with -Os"
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

12 years ago[PATCH] scripts/config/.gitignore omits source files
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

12 years ago[adm5120] fix usb mis-cleanup after r27162 (#9581)
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

12 years ago[package] kernel: package more NIC drivers:
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

12 years ago[x86] Restrict Soekris specific base-files handling to Soekris profiles, based on...
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

12 years ago[PATCH] generic: Remove IPv6 depependency of bridge in 2.6.38+
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

12 years ago[brcm63xx] dev-spi.c checks for running CPU, not board code
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

12 years ago[brcm63xx] fixup patches after r27234
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

12 years ago[brcm63xx] remove accidental bcm6345 related patches
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

12 years ago[brcm63xx] remove support for 2.6.37 and 2.6.38
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

12 years ago[brcm63xx] switch to 2.6.39
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

12 years ago[ar7] cleanup empty directory
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

12 years ago[cobalt] remove 2.6.35 and 2.6.32 support
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

12 years ago[ep93xx] remove pre 2.6.39 patches and config
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

12 years ago[au1000] remove 2.6.37 patches and config
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

12 years ago[package] block-mount: remove explicit lock waits, solves some potential race conditions
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

12 years agoar71xx: cleanup AR933X UART driver
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

12 years agoar71xx: fix uart clock frequency for AR933X
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

12 years ago[toolchain/eglibc] explicitly disable the use of ldconfig
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

12 years agobrcm47xx: refresh patches
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

12 years agokernel: update to kernel 2.6.38.8
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

12 years agobrcm47xx: add support for kernel 3.0
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

12 years ago[toolchain/eglibc] patch: add /usr/lib to default search path of dynamic linker
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

12 years ago[toolchain/eglibc] add support for eglibc version 2.13
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

12 years ago[toolchain/eglibc} eglibc in fact can be built with -Os
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

12 years ago[toolchain/eglibc] when selecting eglibc, use version 2.12 by default
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

12 years ago[toolchain/glibc] fix glibc to work with all versions of binutils, fixes #7133 -...
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

12 years ago[package/hotplug2] link against 'libbsd' when using glibc
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

12 years agoixp4xx: Removed kmod-madwifi from the NSLU2 profile, as the NSLU2 has not wifi capabi...
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

12 years agopackage/kernel: Fixed missing CONFIG_HID_SUPPORT required for successful kmod-bluetoo...
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

12 years ago[package] firewall: ensure that fw_get_subnet4() sets an empty value if no (valid...
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

12 years ago[package] firewall: allow symbolic names of interfaces and aliases in masq_src and...
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

12 years ago[kernel] add missing USBIP_CORE item in config-3.0
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

12 years ago[package] libbsd: do not build when using uclibc
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

12 years ago[malta] allow any console to be used
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

12 years agobcm63xx: Add support for Linux 3.0-rc3
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

12 years agolinux/generic: Add support for 3.0-rc3
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

12 years agoacx-mac80211: Compile fix for newer kernels
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

12 years agobusybox: Fix insmod for linux 3.0
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

12 years agomadwifi: Fix linux 3.0 detection
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

12 years agopackage/mac80211: Add linux 3.0 compatibility
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

12 years agopackage/kernel: Update version dependencies and kmods for linux 3.0
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

12 years agobcm47xx: Remove kernel checks from image Makefile
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

12 years agoFix CONFIG_LINUX_ for linux 3.0
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

12 years agoProperly extract KERNEL_PATCHVER for linux 3.0
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

12 years ago[PATCH] 2.6.39.1: missing kernel symbols
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

12 years agoadd missing kernel config symbols for usb on powerpc
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

12 years ago[generic] backport upstream Kernel commit 1ed2f73d90fb49bcf5704aee7e9084adb882bfc5...
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

12 years ago[generic] revert r26997, it does not apply against 2.6.36.4
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

12 years ago[cobalt] switch to 2.6.39
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

12 years ago[cobalt] fix diag.sh with qube2 front led
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

12 years ago[cobalt] resync kernel config
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

12 years ago[lantiq]
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

12 years ago[package/hotplug] link hotplug2 against libbsd when eglibc is used
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

12 years ago[package] add library 'libbsd'
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

12 years ago[uml] replace unfortify patch with a better one
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

12 years agotools/firmware-utils: fix buffalo csum calculation
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

12 years agoar71xx: use ar933x_uart.h in the AR933X serial driver
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

12 years agoar71xx: update early_printk code
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

12 years ago[package] 6to4: advertise effective tunnel mtu in RAs
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

12 years ago[adm5120] cleanup files using checkpatch.pl
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

12 years ago[package] 6to4: don't start if detected local IPv4 address is RFC1918, allows people...
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

12 years agoppp: remove -ffunction-sections, -fdata-sections and -Wl,--gc-sections, it can cause...
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

12 years ago[lantiq]
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

12 years agotoolchain/gdb: fix compile for powerpc targets, refresh patch
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

12 years ago[ar71xx] Remove trailing spaces, convert spaces to tabs
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

12 years ago[package] kernel: revert unrelated change in previous commit
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

12 years ago[package] kernel: gre depends on ipv6 is Kernel is built with IPv6 support
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

12 years ago[package] base-files: assume a default ipv6 prefix size of /64, thats what the majori...
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

12 years ago[package] base-files: if an ip6addr without a prefix is given, assume /128 - otherwis...
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

12 years ago[ledtrig-netdev]
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

12 years ago[atheros]
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

12 years agoRevert "[package/block-mount] remove example config file"
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

12 years ago[package] make sure that base-files is installed last, this allows per-target base...
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

12 years ago[lantiq]
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

12 years ago[package/block-mount] remove example config file
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