summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
* bcm47xx: Remove kernel checks from image MakefileHauke Mehrtens2011-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> SVN-Revision: 27185
* Fix CONFIG_LINUX_ for linux 3.0Hauke Mehrtens2011-06-151-1/+5
| | | | | | Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com> SVN-Revision: 27184
* Properly extract KERNEL_PATCHVER for linux 3.0Hauke Mehrtens2011-06-151-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 Wich2011-06-151-0/+1
| | | | | | | | defined. Signed-off-by: Philip A. Prindeville <philipp@redfish-solutions.com> SVN-Revision: 27182
* add missing kernel config symbols for usb on powerpcFelix Fietkau2011-06-152-0/+4
| | | | SVN-Revision: 27181
* backport upstream Kernel commit 1ed2f73d90fb49bcf5704aee7e9084adb882bfc5 ↵Jo-Philipp Wich2011-06-156-0/+156
| | | | | | (netfilter: IPv6: fix DSCP mangle code) SVN-Revision: 27179
* revert r26997, it does not apply against 2.6.36.4Jo-Philipp Wich2011-06-151-1/+1
| | | | SVN-Revision: 27178
* switch to 2.6.39Florian Fainelli2011-06-143-74/+401
| | | | SVN-Revision: 27175
* fix diag.sh with qube2 front ledFlorian Fainelli2011-06-141-6/+8
| | | | SVN-Revision: 27174
* resync kernel configFlorian Fainelli2011-06-141-17/+5
| | | | SVN-Revision: 27173
* Fix for bug where the iniatialisation of the MAC data private strucureJohn Crispin2011-06-132-6/+6
| | | | | | | | | | is copied into the wrong location. Ticket #9547 Signed-off-by: Conor O'Gorman <conor at dna.ie> SVN-Revision: 27172
* link hotplug2 against libbsd when eglibc is usedMirko Vogt2011-06-131-1/+6
| | | | SVN-Revision: 27170
* add library 'libbsd'Mirko Vogt2011-06-131-0/+53
| | | | | | | | | 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) SVN-Revision: 27169
* replace unfortify patch with a better oneFlorian Fainelli2011-06-132-21/+14
| | | | | | Thanks to Richard Weinberger for providing this patch SVN-Revision: 27168
* tools/firmware-utils: fix buffalo csum calculationGabor Juhos2011-06-132-2/+4
| | | | | | Also print an error message if decryption fails. SVN-Revision: 27167
* ar71xx: use ar933x_uart.h in the AR933X serial driverGabor Juhos2011-06-131-339/+75
| | | | SVN-Revision: 27166
* ar71xx: update early_printk codeGabor Juhos2011-06-132-44/+112
| | | | SVN-Revision: 27165
* 6to4: advertise effective tunnel mtu in RAsJo-Philipp Wich2011-06-122-6/+7
| | | | SVN-Revision: 27163
* cleanup files using checkpatch.plFlorian Fainelli2011-06-1242-290/+294
| | | | SVN-Revision: 27162
* 6to4: don't start if detected local IPv4 address is RFC1918, allows people ↵Jo-Philipp Wich2011-06-122-2/+16
| | | | | | to deploy firmwares with 6to4 enabled by default SVN-Revision: 27160
* ppp: remove -ffunction-sections, -fdata-sections and -Wl,--gc-sections, it ↵Felix Fietkau2011-06-121-3/+0
| | | | | | can cause functions needed by plugins to disappear (fixes #9462) SVN-Revision: 27159
* * move patches around * add basic support for gigaset sx76xJohn Crispin2011-06-126-1/+172
| | | | SVN-Revision: 27158
* toolchain/gdb: fix compile for powerpc targets, refresh patchFelix Fietkau2011-06-112-10/+17
| | | | SVN-Revision: 27155
* Remove trailing spaces, convert spaces to tabsVasilis Tsiligiannis2011-06-0912-83/+83
| | | | SVN-Revision: 27153
* kernel: revert unrelated change in previous commitJo-Philipp Wich2011-06-091-1/+0
| | | | SVN-Revision: 27150
* kernel: gre depends on ipv6 is Kernel is built with IPv6 supportJo-Philipp Wich2011-06-091-0/+2
| | | | SVN-Revision: 27149
* base-files: assume a default ipv6 prefix size of /64, thats what the ↵Jo-Philipp Wich2011-06-091-1/+1
| | | | | | majority of users mean when they just specify an ip address SVN-Revision: 27147
* base-files: if an ip6addr without a prefix is given, assume /128 - otherwise ↵Jo-Philipp Wich2011-06-092-1/+6
| | | | | | the busybox utilities will interpret it as /0 and create an invalid default route SVN-Revision: 27145