Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | ||||
* | switch to 2.6.39 | Florian Fainelli | 2011-06-14 | 3 | -74/+401 |
| | | | | SVN-Revision: 27175 | ||||
* | fix diag.sh with qube2 front led | Florian Fainelli | 2011-06-14 | 1 | -6/+8 |
| | | | | SVN-Revision: 27174 | ||||
* | resync kernel config | Florian Fainelli | 2011-06-14 | 1 | -17/+5 |
| | | | | SVN-Revision: 27173 | ||||
* | Fix for bug where the iniatialisation of the MAC data private strucure | John Crispin | 2011-06-13 | 2 | -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 used | Mirko Vogt | 2011-06-13 | 1 | -1/+6 |
| | | | | SVN-Revision: 27170 | ||||
* | add library 'libbsd' | Mirko Vogt | 2011-06-13 | 1 | -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 one | Florian Fainelli | 2011-06-13 | 2 | -21/+14 |
| | | | | | | Thanks to Richard Weinberger for providing this patch SVN-Revision: 27168 | ||||
* | tools/firmware-utils: fix buffalo csum calculation | Gabor Juhos | 2011-06-13 | 2 | -2/+4 |
| | | | | | | Also print an error message if decryption fails. SVN-Revision: 27167 | ||||
* | ar71xx: use ar933x_uart.h in the AR933X serial driver | Gabor Juhos | 2011-06-13 | 1 | -339/+75 |
| | | | | SVN-Revision: 27166 | ||||
* | ar71xx: update early_printk code | Gabor Juhos | 2011-06-13 | 2 | -44/+112 |
| | | | | SVN-Revision: 27165 | ||||
* | 6to4: advertise effective tunnel mtu in RAs | Jo-Philipp Wich | 2011-06-12 | 2 | -6/+7 |
| | | | | SVN-Revision: 27163 | ||||
* | cleanup files using checkpatch.pl | Florian Fainelli | 2011-06-12 | 42 | -290/+294 |
| | | | | SVN-Revision: 27162 | ||||
* | 6to4: don't start if detected local IPv4 address is RFC1918, allows people ↵ | Jo-Philipp Wich | 2011-06-12 | 2 | -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 Fietkau | 2011-06-12 | 1 | -3/+0 |
| | | | | | | can cause functions needed by plugins to disappear (fixes #9462) SVN-Revision: 27159 | ||||
* | * move patches around * add basic support for gigaset sx76x | John Crispin | 2011-06-12 | 6 | -1/+172 |
| | | | | SVN-Revision: 27158 | ||||
* | toolchain/gdb: fix compile for powerpc targets, refresh patch | Felix Fietkau | 2011-06-11 | 2 | -10/+17 |
| | | | | SVN-Revision: 27155 | ||||
* | Remove trailing spaces, convert spaces to tabs | Vasilis Tsiligiannis | 2011-06-09 | 12 | -83/+83 |
| | | | | SVN-Revision: 27153 | ||||
* | kernel: revert unrelated change in previous commit | Jo-Philipp Wich | 2011-06-09 | 1 | -1/+0 |
| | | | | SVN-Revision: 27150 | ||||
* | kernel: gre depends on ipv6 is Kernel is built with IPv6 support | Jo-Philipp Wich | 2011-06-09 | 1 | -0/+2 |
| | | | | SVN-Revision: 27149 | ||||
* | base-files: assume a default ipv6 prefix size of /64, thats what the ↵ | Jo-Philipp Wich | 2011-06-09 | 1 | -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 Wich | 2011-06-09 | 2 | -1/+6 |
| | | | | | | the busybox utilities will interpret it as /0 and create an invalid default route SVN-Revision: 27145 | ||||
* | we dont need 1024 bytes buffer. 128 bytes is enough. | John Crispin | 2011-06-09 | 1 | -2/+2 |
| | | | | SVN-Revision: 27143 | ||||
* | * revert accidental config change | John Crispin | 2011-06-09 | 1 | -20/+53 |
| | | | | SVN-Revision: 27142 | ||||
* | Revert "[package/block-mount] remove example config file" | Mirko Vogt | 2011-06-08 | 2 | -0/+22 |
| | | | | | | This isn't needed anymore due to commit 27138 SVN-Revision: 27139 | ||||
* | make sure that base-files is installed last, this allows per-target ↵ | Jo-Philipp Wich | 2011-06-08 | 1 | -1/+1 |
| | | | | | | base-file overlays to work correctly SVN-Revision: 27138 | ||||
* | * fixes spi flash for ar9 | John Crispin | 2011-06-08 | 7 | -61/+184 |
| | | | | | | * adds limited support for netgear dgn3500 (enough for others to start working with) SVN-Revision: 27137 | ||||
* | remove example config file | Mirko Vogt | 2011-06-08 | 2 | -22/+0 |
| | | | | | | | | 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. SVN-Revision: 27136 | ||||
* | base-files: fix error reporting for unsupported protocols on virtual interfaces | Jo-Philipp Wich | 2011-06-07 | 3 | -4/+4 |
| | | | | SVN-Revision: 27132 | ||||
* | uClibc: fix a crash in __read_etc_hosts_r() that occurs if more than five ↵ | Jo-Philipp Wich | 2011-06-07 | 1 | -0/+10 |
| | | | | | | hostnames follow a dotted quad in /etc/hosts SVN-Revision: 27131 | ||||
* | ar71xx: override inittab to enable login on ttyATH0 | Felix Fietkau | 2011-06-07 | 1 | -0/+4 |
| | | | | SVN-Revision: 27128 | ||||
* | base-files: do not write to /etc/config/wireless at boot time unless a new ↵ | Felix Fietkau | 2011-06-07 | 1 | -3/+6 |
| | | | | | | | | | | interface was found eliminates unnecessary flash write cycles at every boot patch by Peter Wagner (tripolar) SVN-Revision: 27127 | ||||
* | kernel: fix description of kmod-pata-cs5535 and kmod-pata-cs5536 | Hauke Mehrtens | 2011-06-07 | 1 | -2/+2 |
| | | | | SVN-Revision: 27126 | ||||
* | kernel: fix call of kmod-pata-cs5535 and kmod-pata-cs5536 | Hauke Mehrtens | 2011-06-07 | 1 | -2/+2 |
| | | | | SVN-Revision: 27125 | ||||
* | remove empty file (patch went upstream and file didn't get deleted but only ↵ | Mirko Vogt | 2011-06-07 | 1 | -0/+0 |
| | | | | | | cleared) SVN-Revision: 27122 | ||||
* | upgrade Linaro GCC to 4.5-2011.05-0 - thanks to Mark Mentovai | Mirko Vogt | 2011-06-07 | 10 | -51/+35 |
| | | | | SVN-Revision: 27118 | ||||
* | require mppe 128bit-encryption by default | Mirko Vogt | 2011-06-06 | 1 | -0/+1 |
| | | | | SVN-Revision: 27117 | ||||
* | update to 2.6.39.1 | Florian Fainelli | 2011-06-04 | 6 | -1/+1589 |
| | | | | SVN-Revision: 27114 |