summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Revert "[toolchain/eglibc} eglibc in fact can be built with -Os"mirko2011-06-201-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. "" git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27245 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [PATCH] scripts/config/.gitignore omits source filesjow2011-06-202-1/+6
| | | | | | | | | | | | 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
* [adm5120] fix usb mis-cleanup after r27162 (#9581)florian2011-06-201-1/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27243 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] kernel: package more NIC drivers:jow2011-06-201-0/+66
| | | | | | | | | | | | | * 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
* [x86] Restrict Soekris specific base-files handling to Soekris profiles, ↵jow2011-06-191-0/+2
| | | | | | 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
* [PATCH] generic: Remove IPv6 depependency of bridge in 2.6.38+jow2011-06-193-0/+303
| | | | | | | | | | | | | | | | | 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
* [brcm63xx] dev-spi.c checks for running CPU, not board codeflorian2011-06-194-10/+14
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27236 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] fixup patches after r27234florian2011-06-1917-39/+40
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27235 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] remove accidental bcm6345 related patchesflorian2011-06-193-628/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27234 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] remove support for 2.6.37 and 2.6.38florian2011-06-1979-10073/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27233 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] switch to 2.6.39florian2011-06-1926-47/+1302
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27232 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ar7] cleanup empty directoryflorian2011-06-190-0/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27231 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [cobalt] remove 2.6.35 and 2.6.32 supportflorian2011-06-192-736/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27230 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ep93xx] remove pre 2.6.39 patches and configflorian2011-06-1928-25195/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27229 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [au1000] remove 2.6.37 patches and configflorian2011-06-196-356/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27228 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] block-mount: remove explicit lock waits, solves some potential ↵jow2011-06-193-27/+21
| | | | | | race conditions git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27226 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: cleanup AR933X UART driverjuhosg2011-06-192-483/+152
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27222 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: fix uart clock frequency for AR933Xjuhosg2011-06-191-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27221 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [toolchain/eglibc] explicitly disable the use of ldconfigmirko2011-06-181-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27220 3c298f89-4303-0410-b956-a3cf2f4a3e73
* brcm47xx: refresh patcheshauke2011-06-183-7/+7
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27219 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: update to kernel 2.6.38.8hauke2011-06-1812-24/+24
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27218 3c298f89-4303-0410-b956-a3cf2f4a3e73
* brcm47xx: add support for kernel 3.0hauke2011-06-1832-0/+3029
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27217 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [toolchain/eglibc] patch: add /usr/lib to default search path of dynamic linkermirko2011-06-182-0/+32
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27216 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [toolchain/eglibc] add support for eglibc version 2.13mirko2011-06-183-0/+9
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27215 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [toolchain/eglibc} eglibc in fact can be built with -Osmirko2011-06-181-4/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27214 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [toolchain/eglibc] when selecting eglibc, use version 2.12 by defaultmirko2011-06-181-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27213 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [toolchain/glibc] fix glibc to work with all versions of binutils, fixes ↵mirko2011-06-172-0/+35
| | | | | | #7133 - thanks to marek siller git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27210 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package/hotplug2] link against 'libbsd' when using glibcmirko2011-06-171-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27209 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ixp4xx: Removed kmod-madwifi from the NSLU2 profile, as the NSLU2 has not ↵rwhitby2011-06-171-1/+1
| | | | | | wifi capability out of the box. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27202 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/kernel: Fixed missing CONFIG_HID_SUPPORT required for successful ↵rwhitby2011-06-171-1/+2
| | | | | | kmod-bluetooth compile. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27201 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] firewall: ensure that fw_get_subnet4() sets an empty value if no ↵jow2011-06-161-0/+1
| | | | | | (valid) IPv4 addr was found git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27198 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] firewall: allow symbolic names of interfaces and aliases in ↵jow2011-06-163-3/+28
| | | | | | masq_src and masq_dest git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27196 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] add missing USBIP_CORE item in config-3.0florian2011-06-161-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27195 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] libbsd: do not build when using uclibcflorian2011-06-161-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27194 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [malta] allow any console to be usedflorian2011-06-161-0/+7
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27193 3c298f89-4303-0410-b956-a3cf2f4a3e73
* bcm63xx: Add support for Linux 3.0-rc3florian2011-06-1637-0/+4575
| | | | | | 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
* linux/generic: Add support for 3.0-rc3hauke2011-06-15108-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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27191 3c298f89-4303-0410-b956-a3cf2f4a3e73
* acx-mac80211: Compile fix for newer kernelshauke2011-06-151-0/+10
| | | | | | | | | 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
* busybox: Fix insmod for linux 3.0hauke2011-06-151-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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27189 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: Fix linux 3.0 detectionhauke2011-06-151-0/+25
| | | | | | | | | 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
* package/mac80211: Add linux 3.0 compatibilityhauke2011-06-1553-190/+626
| | | | | | | | | 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
* package/kernel: Update version dependencies and kmods for linux 3.0hauke2011-06-154-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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27186 3c298f89-4303-0410-b956-a3cf2f4a3e73
* bcm47xx: Remove kernel checks from image Makefilehauke2011-06-151-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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27185 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Fix CONFIG_LINUX_ for linux 3.0hauke2011-06-151-1/+5
| | | | | | | 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
* Properly extract KERNEL_PATCHVER for linux 3.0hauke2011-06-151-1/+5
| | | | | | | 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
* [PATCH] 2.6.39.1: missing kernel symbolsjow2011-06-151-0/+1
| | | | | | | | | 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
* add missing kernel config symbols for usb on powerpcnbd2011-06-152-0/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27181 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [generic] backport upstream Kernel commit ↵jow2011-06-156-0/+156
| | | | | | 1ed2f73d90fb49bcf5704aee7e9084adb882bfc5 (netfilter: IPv6: fix DSCP mangle code) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27179 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [generic] revert r26997, it does not apply against 2.6.36.4jow2011-06-151-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27178 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [cobalt] switch to 2.6.39florian2011-06-143-74/+401
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27175 3c298f89-4303-0410-b956-a3cf2f4a3e73