Imre Kaloz
fc778afbd3
add 2.6.32 patches to use ext4 for ext2/3
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24082 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-11-22 12:03:23 +00:00
Imre Kaloz
a75d08e09d
[target/x86]: additional Kconfig options for newer kernels
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24081 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-11-22 11:34:45 +00:00
Imre Kaloz
a25f521af8
[target/x86]: we don't need microcode updates
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24080 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-11-22 11:33:25 +00:00
Imre Kaloz
62a0e46e62
add missing Kconfig symbols
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24077 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-11-22 11:03:29 +00:00
Felix Fietkau
d35807315d
x86: add missing l1 cache shift change
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24072 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-11-21 23:27:25 +00:00
Felix Fietkau
23aa86b653
x86: turn off CONFIG_X86_GENERIC for geos and net5501
...
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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24071 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-11-21 22:56:33 +00:00
Daniel Dickinson
4470bf532c
[brcm63xx] Initial support for Telsey CPVA642 boards (no vlans, no DSL, GPIO led/buttons not known).
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24040 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-11-19 13:41:54 +00:00
Imre Kaloz
901109022b
[avr32]: upgrade u-boot to v2010.12-rc1
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24039 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-11-19 11:44:25 +00:00
Gabor Juhos
08b2d2d413
ar71xx: D-Link DIR-825 B1 eth1 MAC address is garbage
...
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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24036 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-11-19 07:24:00 +00:00
Felix Fietkau
a1d04e3c69
x86: refresh config, enable pci express support
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24026 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-11-17 22:41:17 +00:00
Alexandros C. Couloumbis
bd932b7e83
target/linux: revert r24014 (further testing is needed)
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24015 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-11-16 14:07:40 +00:00
Alexandros C. Couloumbis
7b55671599
linux/generic: add kernel mppc/mppe for 2.6.37. http://yablochkin.net.ru/mppc/ (not enabled by default)
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24014 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-11-16 13:42:21 +00:00
Alexandros C. Couloumbis
4b0c4432ab
linux/generic: fix a dynamic ingress_queue allocation on 2.6.37. http://patchwork.ozlabs.org/patch/71237/ (thank you KanjiMonster)
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24013 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-11-16 13:28:24 +00:00
Alexandros C. Couloumbis
5a691fb28a
linux/generic: switch to userspace __aligned_u64 calls.
...
http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commitdiff_plain;h=79b5dc0c64d88cda3da23b2e22a5cec0964372ac (thank you hauke)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24012 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-11-16 08:00:07 +00:00
Daniel Dickinson
caefcca898
[tools/firmware-utils] imagetag: Significantly updated brcm63xx imagetag writing tool.
...
* Rewrote 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).
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24011 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-11-16 06:46:53 +00:00
Florian Fainelli
79de0c7921
[rdc] fix r6040 multicast operations ( #7848 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24006 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-11-15 14:24:50 +00:00
Florian Fainelli
c13a07e822
[kernel] refresh 2.6.32 patches
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24005 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-11-15 14:24:43 +00:00
Alexandros C. Couloumbis
33589253f4
linux/generic: update to layer7-2.22 for kernels >=2.6.36
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24004 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-11-15 12:24:48 +00:00
Alexandros C. Couloumbis
c433f48119
target/linux: add some 2.6.37 missing symbols. (thank you maddes)
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24002 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-11-15 09:04:23 +00:00
Alexandros C. Couloumbis
cc88c8d687
linux/generic: add a missing symbol. (thank you kaloz)
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24001 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-11-15 08:57:26 +00:00
Hauke Mehrtens
11ba81f1fa
kernel: fix l2tp kernel packages
...
l2tp-ip and l2tp-eth should depend on l2tp_netlink
fix pppol2tp for kernel >= 2.6.35
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23993 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-11-14 20:51:30 +00:00
Alexandros C. Couloumbis
3ea3dc20c6
linux/generic: backport device tree support to MIPS from 2.6.37 to 2.6.36
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23991 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-11-14 11:43:22 +00:00
Gabor Juhos
dae3603170
generic: update gpio_buttons driver
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23984 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-11-12 18:53:01 +00:00
Gabor Juhos
b98fe2a932
ar71xx: drivers/ar71xx_wdt: fix size argument passed to copy_to_user()
...
Signed-off-by: Arnaud Lacombe <lacombar@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23983 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-11-12 18:52:45 +00:00
Gabor Juhos
8a30b10bb8
ar71xx: drivers/ag71xx: remove deprecated usage of IRQF_SAMPLE_RANDOM
...
Signed-off-by: Arnaud Lacombe <lacombar@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23982 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-11-12 18:52:28 +00:00
Gabor Juhos
6a833a66ca
ar71xx: use pr_* functions in drivers
...
Signed-off-by: Arnaud Lacombe <lacombar@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23981 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-11-12 18:52:12 +00:00
Gabor Juhos
68ef19ebb3
ar71xx: drivers/rb4xx_nand: remove C++ comment usage
...
Signed-off-by: Arnaud Lacombe <lacombar@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23980 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-11-12 18:51:55 +00:00
Gabor Juhos
b61766aa30
ar71xx: return statements does not need parenthesis
...
Signed-off-by: Arnaud Lacombe <lacombar@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23979 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-11-12 18:51:38 +00:00
Gabor Juhos
b94e0b9e2f
ar71xx: fix inline attribute location
...
Signed-off-by: Arnaud Lacombe <lacombar@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23978 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-11-12 18:51:21 +00:00
Gabor Juhos
ab91049eb3
ar71xx: wrap long lines
...
(build errors has been fixed - juhosg)
Signed-off-by: Arnaud Lacombe <lacombar@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23977 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-11-12 18:51:04 +00:00
Gabor Juhos
cea635ab15
ar71xx: fix trailing statements location
...
Signed-off-by: Arnaud Lacombe <lacombar@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23976 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-11-12 18:50:47 +00:00
Gabor Juhos
7832529d3f
ar71xx: fix whitespaces nits
...
(build error has been fixed - juhosg)
Signed-off-by: Arnaud Lacombe <lacombar@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23975 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-11-12 18:50:29 +00:00
Alexandros C. Couloumbis
67d4581c1b
linux/adm5120: add preliminary 2.6.37 kernel support
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23973 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-11-12 17:06:16 +00:00
Alexandros C. Couloumbis
bcc4ec3c11
linux/generic: add imq patches for linux kernels 2.6.35,36,37. ( closes #8211 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23970 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-11-12 09:28:00 +00:00
Alexandros C. Couloumbis
6592cbf3cb
linux/ixp4xx: remove some garbage from 601_arm_2.6.37_update.patch
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23965 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-11-11 18:45:28 +00:00
Alexandros C. Couloumbis
ccf31efb80
linux/ixp4xx: add preliminary 2.6.37 kernel support
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23964 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-11-11 18:42:38 +00:00
Alexandros C. Couloumbis
e6d8be9371
linux/generic: add some missing 2.6.37 USB symbols
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23963 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-11-11 16:36:05 +00:00
Alexandros C. Couloumbis
6a2986156b
linux/generic: cosmetic
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23958 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-11-11 15:09:04 +00:00
Alexandros C. Couloumbis
0b60059858
linux/generic: fix a mistake in 2.6.37/089-mtd-samsung-flash.patch. (thank you maddes)
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23957 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-11-11 14:57:58 +00:00
Alexandros C. Couloumbis
5f9d5bcfb6
linux/generic: update mini_fo for kernels >=2.6.36
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23956 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-11-11 13:48:48 +00:00
Alexandros C. Couloumbis
c7dfea4b17
linux/brcm47xx: include a missing 2.6.37 file (thank you hauke)
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23955 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-11-11 08:49:52 +00:00
Hauke Mehrtens
117b470805
kernel: disable some config symbols for kernel 2.6.37
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23951 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-11-10 20:42:46 +00:00
Hauke Mehrtens
60d9f14774
brcm47xx: missing in r23949
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23950 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-11-10 19:12:49 +00:00
Hauke Mehrtens
c30285638d
brcm47xx: CONFIG_HAMRADIO=n makes no sense
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23949 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-11-10 19:11:24 +00:00
Alexandros C. Couloumbis
9c90dce828
linux/brcm47xx: add preliminary 2.6.37 kernel support
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23945 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-11-10 19:01:07 +00:00
Alexandros C. Couloumbis
283e547606
linux/ar71xx: add preliminary 2.6.37 kernel support
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23944 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-11-10 16:23:42 +00:00
Imre Kaloz
ae3afbb5ca
[orion]: use CMDLINE_FORCE
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23942 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-11-10 13:13:03 +00:00
Imre Kaloz
8fdb3c0654
[orion]: upgrade to 2.6.36
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23941 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-11-10 13:12:25 +00:00
Imre Kaloz
524ba1264f
add a patch to fixup pcie reset on kirkwood - also fixes the boot issue on the wrt350n v2
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23939 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-11-10 12:26:18 +00:00
Florian Fainelli
585ad959a9
[malta] update to 2.6.36
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23935 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-11-09 08:42:28 +00:00