Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | kernel: refresh patches for kernel 3.0-rc4 | Hauke Mehrtens | 2011-06-21 | 14 | -14/+15 |
| | | | | SVN-Revision: 27247 | ||||
* | use macros to generate SPI registers table and switches | Florian Fainelli | 2011-06-21 | 2 | -244/+96 |
| | | | | SVN-Revision: 27246 | ||||
* | Revert "[toolchain/eglibc} eglibc in fact can be built with -Os" | Mirko Vogt | 2011-06-20 | 1 | -0/+4 |
| | | | | | | | | | | | | | | 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 | ||||
* | scripts/config/.gitignore omits source files scripts/config/.gitignore aims ↵ | Jo-Philipp Wich | 2011-06-20 | 2 | -1/+6 |
| | | | | | | | | 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 | ||||
* | fix usb mis-cleanup after r27162 (#9581) | Florian Fainelli | 2011-06-20 | 1 | -1/+2 |
| | | | | SVN-Revision: 27243 | ||||
* | kernel: package more NIC drivers: * SiS 190 Fast/Gigabit Ethernet support * ↵ | Jo-Philipp Wich | 2011-06-20 | 1 | -0/+66 |
| | | | | | | 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 | ||||
* | Restrict Soekris specific base-files handling to Soekris profiles, based on ↵ | Jo-Philipp Wich | 2011-06-19 | 1 | -0/+2 |
| | | | | | | patch by Philip Prindeville <philipp@redfish-solutions.com> SVN-Revision: 27241 | ||||
* | generic: Remove IPv6 depependency of bridge in 2.6.38+ Since 2.6.38 the ↵ | Jo-Philipp Wich | 2011-06-19 | 3 | -0/+303 |
| | | | | | | | | | | | | 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 | ||||
* | dev-spi.c checks for running CPU, not board code | Florian Fainelli | 2011-06-19 | 4 | -10/+14 |
| | | | | SVN-Revision: 27236 | ||||
* | fixup patches after r27234 | Florian Fainelli | 2011-06-19 | 17 | -39/+40 |
| | | | | SVN-Revision: 27235 | ||||
* | remove accidental bcm6345 related patches | Florian Fainelli | 2011-06-19 | 3 | -628/+0 |
| | | | | SVN-Revision: 27234 | ||||
* | remove support for 2.6.37 and 2.6.38 | Florian Fainelli | 2011-06-19 | 79 | -10073/+0 |
| | | | | SVN-Revision: 27233 | ||||
* | switch to 2.6.39 | Florian Fainelli | 2011-06-19 | 26 | -47/+1302 |
| | | | | SVN-Revision: 27232 | ||||
* | remove 2.6.35 and 2.6.32 support | Florian Fainelli | 2011-06-19 | 2 | -736/+0 |
| | | | | SVN-Revision: 27230 | ||||
* | remove pre 2.6.39 patches and config | Florian Fainelli | 2011-06-19 | 28 | -25195/+0 |
| | | | | SVN-Revision: 27229 | ||||
* | remove 2.6.37 patches and config | Florian Fainelli | 2011-06-19 | 6 | -356/+0 |
| | | | | SVN-Revision: 27228 | ||||
* | block-mount: remove explicit lock waits, solves some potential race conditions | Jo-Philipp Wich | 2011-06-19 | 3 | -27/+21 |
| | | | | SVN-Revision: 27226 | ||||
* | ar71xx: cleanup AR933X UART driver | Gabor Juhos | 2011-06-19 | 2 | -483/+152 |
| | | | | SVN-Revision: 27222 | ||||
* | ar71xx: fix uart clock frequency for AR933X | Gabor Juhos | 2011-06-19 | 1 | -1/+1 |
| | | | | SVN-Revision: 27221 | ||||
* | explicitly disable the use of ldconfig | Mirko Vogt | 2011-06-18 | 1 | -0/+1 |
| | | | | SVN-Revision: 27220 | ||||
* | brcm47xx: refresh patches | Hauke Mehrtens | 2011-06-18 | 3 | -7/+7 |
| | | | | SVN-Revision: 27219 | ||||
* | kernel: update to kernel 2.6.38.8 | Hauke Mehrtens | 2011-06-18 | 12 | -24/+24 |
| | | | | SVN-Revision: 27218 | ||||
* | brcm47xx: add support for kernel 3.0 | Hauke Mehrtens | 2011-06-18 | 32 | -0/+3029 |
| | | | | SVN-Revision: 27217 | ||||
* | patch: add /usr/lib to default search path of dynamic linker | Mirko Vogt | 2011-06-18 | 2 | -0/+32 |
| | | | | SVN-Revision: 27216 | ||||
* | add support for eglibc version 2.13 | Mirko Vogt | 2011-06-18 | 3 | -0/+9 |
| | | | | SVN-Revision: 27215 | ||||
* | [toolchain/eglibc} eglibc in fact can be built with -Os | Mirko Vogt | 2011-06-18 | 1 | -4/+0 |
| | | | | SVN-Revision: 27214 | ||||
* | when selecting eglibc, use version 2.12 by default | Mirko Vogt | 2011-06-18 | 1 | -1/+1 |
| | | | | SVN-Revision: 27213 | ||||
* | fix glibc to work with all versions of binutils, fixes #7133 - thanks to ↵ | Mirko Vogt | 2011-06-17 | 2 | -0/+35 |
| | | | | | | marek siller SVN-Revision: 27210 | ||||
* | link against 'libbsd' when using glibc | Mirko Vogt | 2011-06-17 | 1 | -2/+2 |
| | | | | SVN-Revision: 27209 | ||||
* | ixp4xx: Removed kmod-madwifi from the NSLU2 profile, as the NSLU2 has not ↵ | Rod Whitby | 2011-06-17 | 1 | -1/+1 |
| | | | | | | wifi capability out of the box. SVN-Revision: 27202 | ||||
* | package/kernel: Fixed missing CONFIG_HID_SUPPORT required for successful ↵ | Rod Whitby | 2011-06-17 | 1 | -1/+2 |
| | | | | | | kmod-bluetooth compile. SVN-Revision: 27201 | ||||
* | firewall: ensure that fw_get_subnet4() sets an empty value if no (valid) ↵ | Jo-Philipp Wich | 2011-06-16 | 1 | -0/+1 |
| | | | | | | IPv4 addr was found SVN-Revision: 27198 | ||||
* | firewall: allow symbolic names of interfaces and aliases in masq_src and ↵ | Jo-Philipp Wich | 2011-06-16 | 3 | -3/+28 |
| | | | | | | masq_dest SVN-Revision: 27196 | ||||
* | add missing USBIP_CORE item in config-3.0 | Florian Fainelli | 2011-06-16 | 1 | -0/+1 |
| | | | | SVN-Revision: 27195 | ||||
* | libbsd: do not build when using uclibc | Florian Fainelli | 2011-06-16 | 1 | -0/+1 |
| | | | | SVN-Revision: 27194 | ||||
* | allow any console to be used | Florian Fainelli | 2011-06-16 | 1 | -0/+7 |
| | | | | SVN-Revision: 27193 | ||||
* | bcm63xx: Add support for Linux 3.0-rc3 | Florian Fainelli | 2011-06-16 | 37 | -0/+4575 |
| | | | | | | Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com> SVN-Revision: 27192 | ||||
* | linux/generic: Add support for 3.0-rc3 | Hauke Mehrtens | 2011-06-15 | 108 | -0/+62478 |
| | | | | | | | | 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 | ||||
* | acx-mac80211: Compile fix for newer kernels | Hauke Mehrtens | 2011-06-15 | 1 | -0/+10 |
| | | | | | | | | common.c is missing an include for linux/ratelimit.h. Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com> SVN-Revision: 27190 | ||||
* | busybox: Fix insmod for linux 3.0 | Hauke Mehrtens | 2011-06-15 | 1 | -9/+16 |
| | | | | | | | | | | 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 | ||||
* | madwifi: Fix linux 3.0 detection | Hauke Mehrtens | 2011-06-15 | 1 | -0/+25 |
| | | | | | | | | Allows madwifi to be built against linux 3.0. Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com> SVN-Revision: 27188 | ||||
* | package/mac80211: Add linux 3.0 compatibility | Hauke Mehrtens | 2011-06-15 | 53 | -190/+626 |
| | | | | | | | | Add patches from Hauke adding linux 3.0 compatibility. Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com> SVN-Revision: 27187 | ||||
* | package/kernel: Update version dependencies and kmods for linux 3.0 | Hauke Mehrtens | 2011-06-15 | 4 | -7/+12 |
| | | | | | | | | | 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 | ||||
* | bcm47xx: Remove kernel checks from image Makefile | Hauke Mehrtens | 2011-06-15 | 1 | -6/+2 |
| | | | | | | | | | 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 | ||||
* | Fix CONFIG_LINUX_ for linux 3.0 | Hauke Mehrtens | 2011-06-15 | 1 | -1/+5 |
| | | | | | | Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com> SVN-Revision: 27184 | ||||
* | Properly extract KERNEL_PATCHVER for linux 3.0 | Hauke Mehrtens | 2011-06-15 | 1 | -1/+5 |
| | | | | | | Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com> SVN-Revision: 27183 | ||||
* | 2.6.39.1: missing kernel symbols If you turn on I2C, you'll need this symbol ↵ | Jo-Philipp Wich | 2011-06-15 | 1 | -0/+1 |
| | | | | | | | | defined. Signed-off-by: Philip A. Prindeville <philipp@redfish-solutions.com> SVN-Revision: 27182 | ||||
* | add missing kernel config symbols for usb on powerpc | Felix Fietkau | 2011-06-15 | 2 | -0/+4 |
| | | | | SVN-Revision: 27181 | ||||
* | backport upstream Kernel commit 1ed2f73d90fb49bcf5704aee7e9084adb882bfc5 ↵ | Jo-Philipp Wich | 2011-06-15 | 6 | -0/+156 |
| | | | | | | (netfilter: IPv6: fix DSCP mangle code) SVN-Revision: 27179 | ||||
* | revert r26997, it does not apply against 2.6.36.4 | Jo-Philipp Wich | 2011-06-15 | 1 | -1/+1 |
| | | | | SVN-Revision: 27178 |