summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* tools/firmware-utils: fix buffalo csum calculationjuhosg2011-06-132-2/+4
| | | | | | Also print an error message if decryption fails. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27167 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: use ar933x_uart.h in the AR933X serial driverjuhosg2011-06-131-339/+75
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27166 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: update early_printk codejuhosg2011-06-132-44/+112
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27165 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] 6to4: advertise effective tunnel mtu in RAsjow2011-06-122-6/+7
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27163 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [adm5120] cleanup files using checkpatch.plflorian2011-06-1242-290/+294
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27162 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] 6to4: don't start if detected local IPv4 address is RFC1918, ↵jow2011-06-122-2/+16
| | | | | | allows people to deploy firmwares with 6to4 enabled by default git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27160 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ppp: remove -ffunction-sections, -fdata-sections and -Wl,--gc-sections, it ↵nbd2011-06-121-3/+0
| | | | | | can cause functions needed by plugins to disappear (fixes #9462) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27159 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [lantiq]blogic2011-06-126-1/+172
| | | | | | | | * move patches around * add basic support for gigaset sx76x git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27158 3c298f89-4303-0410-b956-a3cf2f4a3e73
* toolchain/gdb: fix compile for powerpc targets, refresh patchnbd2011-06-112-10/+17
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27155 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ar71xx] Remove trailing spaces, convert spaces to tabsacinonyx2011-06-0912-83/+83
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27153 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] kernel: revert unrelated change in previous commitjow2011-06-091-1/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27150 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] kernel: gre depends on ipv6 is Kernel is built with IPv6 supportjow2011-06-091-0/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27149 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] base-files: assume a default ipv6 prefix size of /64, thats what ↵jow2011-06-091-1/+1
| | | | | | the majority of users mean when they just specify an ip address git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27147 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] base-files: if an ip6addr without a prefix is given, assume /128 - ↵jow2011-06-092-1/+6
| | | | | | otherwise the busybox utilities will interpret it as /0 and create an invalid default route git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27145 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ledtrig-netdev]blogic2011-06-091-2/+2
| | | | | | | | we dont need 1024 bytes buffer. 128 bytes is enough. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27143 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [atheros]blogic2011-06-091-20/+53
| | | | | | | * revert accidental config change git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27142 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Revert "[package/block-mount] remove example config file"mirko2011-06-082-0/+22
| | | | | | This isn't needed anymore due to commit 27138 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27139 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] make sure that base-files is installed last, this allows ↵jow2011-06-081-1/+1
| | | | | | per-target base-file overlays to work correctly git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27138 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [lantiq]blogic2011-06-087-61/+184
| | | | | | | | * fixes spi flash for ar9 * adds limited support for netgear dgn3500 (enough for others to start working with) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27137 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package/block-mount] remove example config filemirko2011-06-082-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. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27136 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] base-files: fix error reporting for unsupported protocols on ↵jow2011-06-073-4/+4
| | | | | | virtual interfaces git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27132 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [toolchain] uClibc: fix a crash in __read_etc_hosts_r() that occurs if more ↵jow2011-06-071-0/+10
| | | | | | than five hostnames follow a dotted quad in /etc/hosts git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27131 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: override inittab to enable login on ttyATH0nbd2011-06-071-0/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27128 3c298f89-4303-0410-b956-a3cf2f4a3e73
* base-files: do not write to /etc/config/wireless at boot time unless a new ↵nbd2011-06-071-3/+6
| | | | | | | | | | interface was found eliminates unnecessary flash write cycles at every boot patch by Peter Wagner (tripolar) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27127 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: fix description of kmod-pata-cs5535 and kmod-pata-cs5536hauke2011-06-071-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27126 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: fix call of kmod-pata-cs5535 and kmod-pata-cs5536hauke2011-06-071-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27125 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [toolchain/gcc] remove empty file (patch went upstream and file didn't get ↵mirko2011-06-071-0/+0
| | | | | | deleted but only cleared) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27122 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [toolchain/gcc] upgrade Linaro GCC to 4.5-2011.05-0 - thanks to Mark Mentovaimirko2011-06-0710-51/+35
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27118 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package/pptp] require mppe 128bit-encryption by defaultmirko2011-06-061-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27117 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ep93xx] update to 2.6.39.1florian2011-06-046-1/+1589
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27114 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ep93xx] define UIMAGE for various rootfs targetsflorian2011-06-041-1/+17
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27113 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ep93xx] use IMG_PREFIX for image nameflorian2011-06-041-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27112 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] add more config symbols to 2.6.39florian2011-06-041-0/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27111 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [uml] update to 2.6.39.1florian2011-06-045-1/+71
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27110 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] grub: improve package requirement error, patch by Jim Cromie ↵jow2011-06-041-1/+1
| | | | | | <jim.cromie@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27109 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [realview] update to 2.6.39.1florian2011-06-042-17/+36
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27107 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [malta] update to 2.6.39.1florian2011-06-042-1/+167
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27106 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] add some missing 2.6.39 config symbolsflorian2011-06-041-0/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27105 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] update to 2.6.39.1florian2011-06-0442-199/+112
| | | | | | patch from Peter Wagner git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27104 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] compcache does not build on 2.6.38+florian2011-06-041-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27103 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: setup wdt_clock for AR913X to avoid a kernel bugjuhosg2011-06-041-0/+2
| | | | | | Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27102 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: select the internal antenna by default on the ZCN-1523H boardsjuhosg2011-06-041-0/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27101 3c298f89-4303-0410-b956-a3cf2f4a3e73
* acx-mac80211: remove patchhauke2011-06-041-19/+0
| | | | | | | | | This patch is already incorporated into the original source code. closes #9499 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27100 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] soloscli: fix new lines in soloscliflorian2011-06-022-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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27096 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] acx-mac80211: add io endianness patchflorian2011-06-021-0/+19
| | | | | | Signed-off-by: Alexey Torkhov <atorkhov@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27095 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [au1000] update to 2.6.39florian2011-06-026-1/+339
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27090 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Revert "ar71xx: only enable the rx engine after the link is up..."nbd2011-06-011-68/+67
| | | | | | It messes up the DMA state when the link goes down git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27088 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel.mk: add a new helper for comparing kernel versions, which can take 1 ↵nbd2011-06-011-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) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27087 3c298f89-4303-0410-b956-a3cf2f4a3e73
* netfilter.mk: remove a few obsolete CompareKernelPatchVer callsnbd2011-06-011-17/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27086 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: add initial support for AR9330juhosg2011-06-0133-1/+3758
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27084 3c298f89-4303-0410-b956-a3cf2f4a3e73