Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 2.6.31 support (WiP) | Imre Kaloz | 2010-11-22 | 61 | -4/+21947 |
| | | | | SVN-Revision: 24087 | ||||
* | move x86 back to .32 for now | Imre Kaloz | 2010-11-22 | 1 | -1/+1 |
| | | | | SVN-Revision: 24085 | ||||
* | switch from ext2 to ext4 (w/o) journaling | Imre Kaloz | 2010-11-22 | 27 | -84/+41 |
| | | | | SVN-Revision: 24084 | ||||
* | use ext4 for ext2/3 on 2.6.32+ | Imre Kaloz | 2010-11-22 | 6 | -5/+6 |
| | | | | SVN-Revision: 24083 | ||||
* | add 2.6.32 patches to use ext4 for ext2/3 | Imre Kaloz | 2010-11-22 | 3 | -0/+202 |
| | | | | SVN-Revision: 24082 | ||||
* | additional Kconfig options for newer kernels | Imre Kaloz | 2010-11-22 | 1 | -0/+4 |
| | | | | SVN-Revision: 24081 | ||||
* | we don't need microcode updates | Imre Kaloz | 2010-11-22 | 1 | -4/+1 |
| | | | | SVN-Revision: 24080 | ||||
* | add missing Kconfig symbols | Imre Kaloz | 2010-11-22 | 1 | -0/+2 |
| | | | | SVN-Revision: 24077 | ||||
* | x86: add missing l1 cache shift change | Felix Fietkau | 2010-11-21 | 1 | -1/+1 |
| | | | | SVN-Revision: 24072 | ||||
* | x86: turn off CONFIG_X86_GENERIC for geos and net5501 | Felix Fietkau | 2010-11-21 | 2 | -2/+5 |
| | | | | | | | | CONFIG_X86_GENERIC obscures CONFIG_MGEODE_LX, etc. and causes it to use wrong cache-line size. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com> SVN-Revision: 24071 | ||||
* | Initial support for Telsey CPVA642 boards (no vlans, no DSL, GPIO ↵ | Daniel Dickinson | 2010-11-19 | 2 | -0/+40 |
| | | | | | | led/buttons not known). SVN-Revision: 24040 | ||||
* | upgrade u-boot to v2010.12-rc1 | Imre Kaloz | 2010-11-19 | 3 | -1143/+6 |
| | | | | SVN-Revision: 24039 | ||||
* | ar71xx: D-Link DIR-825 B1 eth1 MAC address is garbage | Gabor Juhos | 2010-11-19 | 1 | -1/+1 |
| | | | | | | | | | r22700 contained a copy-and-paste error that set eth0's MAC address twice and never set eth1's. Signed-off-by: Mark Mentovai <mark@moxienet.com> SVN-Revision: 24036 | ||||
* | x86: refresh config, enable pci express support | Felix Fietkau | 2010-11-17 | 4 | -29/+37 |
| | | | | SVN-Revision: 24026 | ||||
* | target/linux: revert r24014 (further testing is needed) | Alexandros C. Couloumbis | 2010-11-16 | 2 | -1745/+0 |
| | | | | SVN-Revision: 24015 | ||||
* | linux/generic: add kernel mppc/mppe for 2.6.37. ↵ | Alexandros C. Couloumbis | 2010-11-16 | 2 | -0/+1745 |
| | | | | | | http://yablochkin.net.ru/mppc/ (not enabled by default) SVN-Revision: 24014 | ||||
* | linux/generic: fix a dynamic ingress_queue allocation on 2.6.37. ↵ | Alexandros C. Couloumbis | 2010-11-16 | 1 | -0/+18 |
| | | | | | | http://patchwork.ozlabs.org/patch/71237/ (thank you KanjiMonster) SVN-Revision: 24013 | ||||
* | linux/generic: switch to userspace __aligned_u64 calls. ↵ | Alexandros C. Couloumbis | 2010-11-16 | 1 | -0/+25 |
| | | | | | | http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commitdiff_plain;h=79b5dc0c64d88cda3da23b2e22a5cec0964372ac (thank you hauke) SVN-Revision: 24012 | ||||
* | imagetag: Significantly updated brcm63xx imagetag writing tool. * Rewrote ↵ | Daniel Dickinson | 2010-11-16 | 1 | -23/+25 |
| | | | | | | commandline parsing code using gengetopt - We now get long options - We have more options including use of the info section for board information (e.g. to add the same boardid but different GPIOs on different routers) * Added back the ability to write stock images (this is useful, for example, when copying the firmware from the in-memory flash, and then being able to create an image that will let you revert to/test stock firmware * Fixed copying of CRCs to use memcpy instead of strncpy (strncpy stops at 0) * Added ability to use all sections of the imagetag, including custom magic signatures (e.g. for the Telsey router I'm adding soon), info sections, and reserved sections * Added putting the router type (as defined in the image generating Makefile) into the info1 section and the filesystem type in the info2 section. This will be used by mtd (when I add the code) to return the name of image used to flash this router. (As requested by Jo, as well as being useful for same boardid different board scenario described above). SVN-Revision: 24011 | ||||
* | fix r6040 multicast operations (#7848) | Florian Fainelli | 2010-11-15 | 1 | -0/+177 |
| | | | | SVN-Revision: 24006 | ||||
* | refresh 2.6.32 patches | Florian Fainelli | 2010-11-15 | 1 | -2/+2 |
| | | | | SVN-Revision: 24005 | ||||
* | linux/generic: update to layer7-2.22 for kernels >=2.6.36 | Alexandros C. Couloumbis | 2010-11-15 | 4 | -1455/+1577 |
| | | | | SVN-Revision: 24004 | ||||
* | target/linux: add some 2.6.37 missing symbols. (thank you maddes) | Alexandros C. Couloumbis | 2010-11-15 | 1 | -0/+49 |
| | | | | SVN-Revision: 24002 | ||||
* | linux/generic: add a missing symbol. (thank you kaloz) | Alexandros C. Couloumbis | 2010-11-15 | 2 | -0/+2 |
| | | | | SVN-Revision: 24001 | ||||
* | kernel: fix l2tp kernel packages | Hauke Mehrtens | 2010-11-14 | 3 | -0/+9 |
| | | | | | | | l2tp-ip and l2tp-eth should depend on l2tp_netlink fix pppol2tp for kernel >= 2.6.35 SVN-Revision: 23993 | ||||
* | linux/generic: backport device tree support to MIPS from 2.6.37 to 2.6.36 | Alexandros C. Couloumbis | 2010-11-14 | 1 | -0/+233 |
| | | | | SVN-Revision: 23991 | ||||
* | generic: update gpio_buttons driver | Gabor Juhos | 2010-11-12 | 1 | -39/+55 |
| | | | | SVN-Revision: 23984 | ||||
* | ar71xx: drivers/ar71xx_wdt: fix size argument passed to copy_to_user() | Gabor Juhos | 2010-11-12 | 1 | -1/+1 |
| | | | | | | Signed-off-by: Arnaud Lacombe <lacombar@gmail.com> SVN-Revision: 23983 | ||||
* | ar71xx: drivers/ag71xx: remove deprecated usage of IRQF_SAMPLE_RANDOM | Gabor Juhos | 2010-11-12 | 1 | -1/+1 |
| | | | | | | Signed-off-by: Arnaud Lacombe <lacombar@gmail.com> SVN-Revision: 23982 | ||||
* | ar71xx: use pr_* functions in drivers | Gabor Juhos | 2010-11-12 | 2 | -10/+4 |
| | | | | | | Signed-off-by: Arnaud Lacombe <lacombar@gmail.com> SVN-Revision: 23981 | ||||
* | ar71xx: drivers/rb4xx_nand: remove C++ comment usage | Gabor Juhos | 2010-11-12 | 1 | -1/+3 |
| | | | | | | Signed-off-by: Arnaud Lacombe <lacombar@gmail.com> SVN-Revision: 23980 | ||||
* | ar71xx: return statements does not need parenthesis | Gabor Juhos | 2010-11-12 | 3 | -8/+8 |
| | | | | | | Signed-off-by: Arnaud Lacombe <lacombar@gmail.com> SVN-Revision: 23979 | ||||
* | ar71xx: fix inline attribute location | Gabor Juhos | 2010-11-12 | 3 | -6/+6 |
| | | | | | | Signed-off-by: Arnaud Lacombe <lacombar@gmail.com> SVN-Revision: 23978 | ||||
* | ar71xx: wrap long lines | Gabor Juhos | 2010-11-12 | 10 | -19/+29 |
| | | | | | | | | (build errors has been fixed - juhosg) Signed-off-by: Arnaud Lacombe <lacombar@gmail.com> SVN-Revision: 23977 | ||||
* | ar71xx: fix trailing statements location | Gabor Juhos | 2010-11-12 | 2 | -4/+8 |
| | | | | | | Signed-off-by: Arnaud Lacombe <lacombar@gmail.com> SVN-Revision: 23976 | ||||
* | ar71xx: fix whitespaces nits | Gabor Juhos | 2010-11-12 | 58 | -340/+340 |
| | | | | | | | | (build error has been fixed - juhosg) Signed-off-by: Arnaud Lacombe <lacombar@gmail.com> SVN-Revision: 23975 | ||||
* | linux/adm5120: add preliminary 2.6.37 kernel support | Alexandros C. Couloumbis | 2010-11-12 | 21 | -0/+1620 |
| | | | | SVN-Revision: 23973 | ||||
* | linux/generic: add imq patches for linux kernels 2.6.35,36,37. (closes #8211) | Alexandros C. Couloumbis | 2010-11-12 | 3 | -0/+4026 |
| | | | | SVN-Revision: 23970 | ||||
* | linux/ixp4xx: remove some garbage from 601_arm_2.6.37_update.patch | Alexandros C. Couloumbis | 2010-11-11 | 1 | -5/+0 |
| | | | | SVN-Revision: 23965 | ||||
* | linux/ixp4xx: add preliminary 2.6.37 kernel support | Alexandros C. Couloumbis | 2010-11-11 | 41 | -0/+6542 |
| | | | | SVN-Revision: 23964 | ||||
* | linux/generic: add some missing 2.6.37 USB symbols | Alexandros C. Couloumbis | 2010-11-11 | 1 | -0/+5 |
| | | | | SVN-Revision: 23963 | ||||
* | linux/generic: cosmetic | Alexandros C. Couloumbis | 2010-11-11 | 1 | -4/+5 |
| | | | | SVN-Revision: 23958 | ||||
* | linux/generic: fix a mistake in 2.6.37/089-mtd-samsung-flash.patch. (thank ↵ | Alexandros C. Couloumbis | 2010-11-11 | 1 | -16/+11 |
| | | | | | | you maddes) SVN-Revision: 23957 | ||||
* | linux/generic: update mini_fo for kernels >=2.6.36 | Alexandros C. Couloumbis | 2010-11-11 | 2 | -18/+44 |
| | | | | SVN-Revision: 23956 | ||||
* | linux/brcm47xx: include a missing 2.6.37 file (thank you hauke) | Alexandros C. Couloumbis | 2010-11-11 | 1 | -0/+559 |
| | | | | SVN-Revision: 23955 | ||||
* | kernel: disable some config symbols for kernel 2.6.37 | Hauke Mehrtens | 2010-11-10 | 1 | -0/+13 |
| | | | | SVN-Revision: 23951 | ||||
* | brcm47xx: missing in r23949 | Hauke Mehrtens | 2010-11-10 | 1 | -1/+0 |
| | | | | SVN-Revision: 23950 | ||||
* | brcm47xx: CONFIG_HAMRADIO=n makes no sense | Hauke Mehrtens | 2010-11-10 | 4 | -4/+0 |
| | | | | SVN-Revision: 23949 | ||||
* | linux/brcm47xx: add preliminary 2.6.37 kernel support | Alexandros C. Couloumbis | 2010-11-10 | 28 | -0/+3086 |
| | | | | SVN-Revision: 23945 | ||||
* | linux/ar71xx: add preliminary 2.6.37 kernel support | Alexandros C. Couloumbis | 2010-11-10 | 35 | -0/+1126 |
| | | | | SVN-Revision: 23944 |