aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* cmake.mk: fix bogus values for FIND_ROOT_PATH_MODE_*; kept plplot from ↵Jo-Philipp Wich2011-06-221-3/+3
| | | | | | compiling (#9573) SVN-Revision: 27256
* firmware-utils: fix build on big endian systemsHauke Mehrtens2011-06-211-1/+1
| | | | | | This closes #9446 SVN-Revision: 27255
* fix tab damage in 141-led_count.patchFlorian Fainelli2011-06-212-2/+2
| | | | SVN-Revision: 27254
* fix and make usable kmod-pcmcia-rsrcFlorian Fainelli2011-06-212-15/+24
| | | | | | This module is also needed for e.g: kmod-bcm63xx-pcmcia SVN-Revision: 27253
* mac80211: use firmware from linux-firmware gitHauke Mehrtens2011-06-211-230/+64
| | | | | | | | | | | | | 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 SVN-Revision: 27252
* mac80211: fix debugfs for ath9k_htcHauke Mehrtens2011-06-211-1/+1
| | | | | | if debugfs was enabled ath9k_htc did not load. SVN-Revision: 27251
* mac80211: remove rests of ar9170 driverHauke Mehrtens2011-06-211-17/+1
| | | | SVN-Revision: 27250
* kernel: refresh patches for kernel 3.0-rc4Hauke Mehrtens2011-06-2114-14/+15
| | | | SVN-Revision: 27247
* use macros to generate SPI registers table and switchesFlorian Fainelli2011-06-212-244/+96
| | | | SVN-Revision: 27246
* Revert "[toolchain/eglibc} eglibc in fact can be built with -Os"Mirko Vogt2011-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. "" SVN-Revision: 27245
* scripts/config/.gitignore omits source files scripts/config/.gitignore aims ↵Jo-Philipp Wich2011-06-202-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 Fainelli2011-06-201-1/+2
| | | | SVN-Revision: 27243
* kernel: package more NIC drivers: * SiS 190 Fast/Gigabit Ethernet support * ↵Jo-Philipp Wich2011-06-201-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 Wich2011-06-191-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 Wich2011-06-193-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 codeFlorian Fainelli2011-06-194-10/+14
| | | | SVN-Revision: 27236
* fixup patches after r27234Florian Fainelli2011-06-1917-39/+40
| | | | SVN-Revision: 27235
* remove accidental bcm6345 related patchesFlorian Fainelli2011-06-193-628/+0
| | | | SVN-Revision: 27234
* remove support for 2.6.37 and 2.6.38Florian Fainelli2011-06-1979-10073/+0
| | | | SVN-Revision: 27233
* switch to 2.6.39Florian Fainelli2011-06-1926-47/+1302
| | | | SVN-Revision: 27232
* remove 2.6.35 and 2.6.32 supportFlorian Fainelli2011-06-192-736/+0
| | | | SVN-Revision: 27230
* remove pre 2.6.39 patches and configFlorian Fainelli2011-06-1928-25195/+0
| | | | SVN-Revision: 27229
* remove 2.6.37 patches and configFlorian Fainelli2011-06-196-356/+0
| | | | SVN-Revision: 27228
* block-mount: remove explicit lock waits, solves some potential race conditionsJo-Philipp Wich2011-06-193-27/+21
| | | | SVN-Revision: 27226
* ar71xx: cleanup AR933X UART driverGabor Juhos2011-06-192-483/+152
| | | | SVN-Revision: 27222
* ar71xx: fix uart clock frequency for AR933XGabor Juhos2011-06-191-1/+1
| | | | SVN-Revision: 27221
* explicitly disable the use of ldconfigMirko Vogt2011-06-181-0/+1
| | | | SVN-Revision: 27220
* brcm47xx: refresh patchesHauke Mehrtens2011-06-183-7/+7
| | | | SVN-Revision: 27219
* kernel: update to kernel 2.6.38.8Hauke Mehrtens2011-06-1812-24/+24
| | | | SVN-Revision: 27218
* brcm47xx: add support for kernel 3.0Hauke Mehrtens2011-06-1832-0/+3029
| | | | SVN-Revision: 27217
* patch: add /usr/lib to default search path of dynamic linkerMirko Vogt2011-06-182-0/+32
| | | | SVN-Revision: 27216
* add support for eglibc version 2.13Mirko Vogt2011-06-183-0/+9
| | | | SVN-Revision: 27215
* [toolchain/eglibc} eglibc in fact can be built with -OsMirko Vogt2011-06-181-4/+0
| | | | SVN-Revision: 27214
* when selecting eglibc, use version 2.12 by defaultMirko Vogt2011-06-181-1/+1
| | | | SVN-Revision: 27213
* fix glibc to work with all versions of binutils, fixes #7133 - thanks to ↵Mirko Vogt2011-06-172-0/+35
| | | | | | marek siller SVN-Revision: 27210
* link against 'libbsd' when using glibcMirko Vogt2011-06-171-2/+2
| | | | SVN-Revision: 27209
* ixp4xx: Removed kmod-madwifi from the NSLU2 profile, as the NSLU2 has not ↵Rod Whitby2011-06-171-1/+1
| | | | | | wifi capability out of the box. SVN-Revision: 27202
* package/kernel: Fixed missing CONFIG_HID_SUPPORT required for successful ↵Rod Whitby2011-06-171-1/+2
| | | | | | kmod-bluetooth compile. SVN-Revision: 27201
* firewall: ensure that fw_get_subnet4() sets an empty value if no (valid) ↵Jo-Philipp Wich2011-06-161-0/+1
| | | | | | IPv4 addr was found SVN-Revision: 27198
* firewall: allow symbolic names of interfaces and aliases in masq_src and ↵Jo-Philipp Wich2011-06-163-3/+28
| | | | | | masq_dest SVN-Revision: 27196
* add missing USBIP_CORE item in config-3.0Florian Fainelli2011-06-161-0/+1
| | | | SVN-Revision: 27195
* libbsd: do not build when using uclibcFlorian Fainelli2011-06-161-0/+1
| | | | SVN-Revision: 27194
* allow any console to be usedFlorian Fainelli2011-06-161-0/+7
| | | | SVN-Revision: 27193
* bcm63xx: Add support for Linux 3.0-rc3Florian Fainelli2011-06-1637-0/+4575
| | | | | | Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com> SVN-Revision: 27192
* linux/generic: Add support for 3.0-rc3Hauke Mehrtens2011-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> SVN-Revision: 27191
* acx-mac80211: Compile fix for newer kernelsHauke Mehrtens2011-06-151-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.0Hauke Mehrtens2011-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> SVN-Revision: 27189
* madwifi: Fix linux 3.0 detectionHauke Mehrtens2011-06-151-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 compatibilityHauke Mehrtens2011-06-1553-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.0Hauke Mehrtens2011-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> SVN-Revision: 27186