Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | ||||
* | define UIMAGE for various rootfs targets | Florian Fainelli | 2011-06-04 | 1 | -1/+17 |
| | | | | SVN-Revision: 27113 | ||||
* | use IMG_PREFIX for image name | Florian Fainelli | 2011-06-04 | 1 | -1/+1 |
| | | | | SVN-Revision: 27112 | ||||
* | add more config symbols to 2.6.39 | Florian Fainelli | 2011-06-04 | 1 | -0/+6 |
| | | | | SVN-Revision: 27111 | ||||
* | update to 2.6.39.1 | Florian Fainelli | 2011-06-04 | 5 | -1/+71 |
| | | | | SVN-Revision: 27110 | ||||
* | grub: improve package requirement error, patch by Jim Cromie ↵ | Jo-Philipp Wich | 2011-06-04 | 1 | -1/+1 |
| | | | | | | <jim.cromie@gmail.com> SVN-Revision: 27109 | ||||
* | update to 2.6.39.1 | Florian Fainelli | 2011-06-04 | 2 | -17/+36 |
| | | | | SVN-Revision: 27107 | ||||
* | update to 2.6.39.1 | Florian Fainelli | 2011-06-04 | 2 | -1/+167 |
| | | | | SVN-Revision: 27106 | ||||
* | add some missing 2.6.39 config symbols | Florian Fainelli | 2011-06-04 | 1 | -0/+4 |
| | | | | SVN-Revision: 27105 | ||||
* | update to 2.6.39.1 | Florian Fainelli | 2011-06-04 | 42 | -199/+112 |
| | | | | | | patch from Peter Wagner SVN-Revision: 27104 | ||||
* | compcache does not build on 2.6.38+ | Florian Fainelli | 2011-06-04 | 1 | -1/+1 |
| | | | | SVN-Revision: 27103 | ||||
* | ar71xx: setup wdt_clock for AR913X to avoid a kernel bug | Gabor Juhos | 2011-06-04 | 1 | -0/+2 |
| | | | | | | Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com> SVN-Revision: 27102 | ||||
* | ar71xx: select the internal antenna by default on the ZCN-1523H boards | Gabor Juhos | 2011-06-04 | 1 | -0/+2 |
| | | | | SVN-Revision: 27101 | ||||
* | acx-mac80211: remove patch | Hauke Mehrtens | 2011-06-04 | 1 | -19/+0 |
| | | | | | | | | This patch is already incorporated into the original source code. closes #9499 SVN-Revision: 27100 | ||||
* | soloscli: fix new lines in soloscli | Florian Fainelli | 2011-06-02 | 2 | -4/+8 |
| | | | | | | | | If the string received from the ADSL firmware is missing \n, add it in. Signed-off-by: Nathan Williams <nathan@traverse.com.au> SVN-Revision: 27096 | ||||
* | acx-mac80211: add io endianness patch | Florian Fainelli | 2011-06-02 | 1 | -0/+19 |
| | | | | | | Signed-off-by: Alexey Torkhov <atorkhov@gmail.com> SVN-Revision: 27095 | ||||
* | update to 2.6.39 | Florian Fainelli | 2011-06-02 | 6 | -1/+339 |
| | | | | SVN-Revision: 27090 | ||||
* | Revert "ar71xx: only enable the rx engine after the link is up..." | Felix Fietkau | 2011-06-01 | 1 | -68/+67 |
| | | | | | | It messes up the DMA state when the link goes down SVN-Revision: 27088 | ||||
* | kernel.mk: add a new helper for comparing kernel versions, which can take 1 ↵ | Felix Fietkau | 2011-06-01 | 1 | -4/+13 |
| | | | | | | | | | - 4 field kernel versions implement CompareKernelPatchVer using this new helper implement kernel_patchver_{gt,ge,eq,le,lt}, which are more convenient for use with inline $(if) SVN-Revision: 27087 | ||||
* | netfilter.mk: remove a few obsolete CompareKernelPatchVer calls | Felix Fietkau | 2011-06-01 | 1 | -17/+5 |
| | | | | SVN-Revision: 27086 | ||||
* | mac80211: add initial support for AR9330 | Gabor Juhos | 2011-06-01 | 33 | -1/+3758 |
| | | | | SVN-Revision: 27084 |