Gabor Juhos
9971dfe059
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>
SVN-Revision: 24036
2010-11-19 07:24:00 +00:00
Felix Fietkau
ba5296268c
x86: refresh config, enable pci express support
...
SVN-Revision: 24026
2010-11-17 22:41:17 +00:00
Alexandros C. Couloumbis
79a2f2debc
target/linux: revert r24014 (further testing is needed)
...
SVN-Revision: 24015
2010-11-16 14:07:40 +00:00
Alexandros C. Couloumbis
4cf92fbdf7
linux/generic: add kernel mppc/mppe for 2.6.37. http://yablochkin.net.ru/mppc/ (not enabled by default)
...
SVN-Revision: 24014
2010-11-16 13:42:21 +00:00
Alexandros C. Couloumbis
5d3e4e0bd3
linux/generic: fix a dynamic ingress_queue allocation on 2.6.37. http://patchwork.ozlabs.org/patch/71237/ (thank you KanjiMonster)
...
SVN-Revision: 24013
2010-11-16 13:28:24 +00:00
Alexandros C. Couloumbis
7ccc3d9695
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)
...
SVN-Revision: 24012
2010-11-16 08:00:07 +00:00
Daniel Dickinson
eadb5c84fa
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).
...
SVN-Revision: 24011
2010-11-16 06:46:53 +00:00
Florian Fainelli
0733900356
fix r6040 multicast operations ( #7848 )
...
SVN-Revision: 24006
2010-11-15 14:24:50 +00:00
Florian Fainelli
68bf194ee6
refresh 2.6.32 patches
...
SVN-Revision: 24005
2010-11-15 14:24:43 +00:00
Alexandros C. Couloumbis
3c027c784e
linux/generic: update to layer7-2.22 for kernels >=2.6.36
...
SVN-Revision: 24004
2010-11-15 12:24:48 +00:00
Alexandros C. Couloumbis
2a785745e9
target/linux: add some 2.6.37 missing symbols. (thank you maddes)
...
SVN-Revision: 24002
2010-11-15 09:04:23 +00:00
Alexandros C. Couloumbis
6bc36a80dd
linux/generic: add a missing symbol. (thank you kaloz)
...
SVN-Revision: 24001
2010-11-15 08:57:26 +00:00
Hauke Mehrtens
1c290dcbf7
kernel: fix l2tp kernel packages
...
l2tp-ip and l2tp-eth should depend on l2tp_netlink
fix pppol2tp for kernel >= 2.6.35
SVN-Revision: 23993
2010-11-14 20:51:30 +00:00
Alexandros C. Couloumbis
448a459ed9
linux/generic: backport device tree support to MIPS from 2.6.37 to 2.6.36
...
SVN-Revision: 23991
2010-11-14 11:43:22 +00:00
Gabor Juhos
1fa8af5e9f
generic: update gpio_buttons driver
...
SVN-Revision: 23984
2010-11-12 18:53:01 +00:00
Gabor Juhos
920a34c0ce
ar71xx: drivers/ar71xx_wdt: fix size argument passed to copy_to_user()
...
Signed-off-by: Arnaud Lacombe <lacombar@gmail.com>
SVN-Revision: 23983
2010-11-12 18:52:45 +00:00
Gabor Juhos
3106aea40b
ar71xx: drivers/ag71xx: remove deprecated usage of IRQF_SAMPLE_RANDOM
...
Signed-off-by: Arnaud Lacombe <lacombar@gmail.com>
SVN-Revision: 23982
2010-11-12 18:52:28 +00:00
Gabor Juhos
30ef7d55fc
ar71xx: use pr_* functions in drivers
...
Signed-off-by: Arnaud Lacombe <lacombar@gmail.com>
SVN-Revision: 23981
2010-11-12 18:52:12 +00:00
Gabor Juhos
fddf3b8dac
ar71xx: drivers/rb4xx_nand: remove C++ comment usage
...
Signed-off-by: Arnaud Lacombe <lacombar@gmail.com>
SVN-Revision: 23980
2010-11-12 18:51:55 +00:00
Gabor Juhos
f4d5c885e4
ar71xx: return statements does not need parenthesis
...
Signed-off-by: Arnaud Lacombe <lacombar@gmail.com>
SVN-Revision: 23979
2010-11-12 18:51:38 +00:00
Gabor Juhos
e244e1c7cd
ar71xx: fix inline attribute location
...
Signed-off-by: Arnaud Lacombe <lacombar@gmail.com>
SVN-Revision: 23978
2010-11-12 18:51:21 +00:00
Gabor Juhos
acd8ad4de5
ar71xx: wrap long lines
...
(build errors has been fixed - juhosg)
Signed-off-by: Arnaud Lacombe <lacombar@gmail.com>
SVN-Revision: 23977
2010-11-12 18:51:04 +00:00
Gabor Juhos
eef802855a
ar71xx: fix trailing statements location
...
Signed-off-by: Arnaud Lacombe <lacombar@gmail.com>
SVN-Revision: 23976
2010-11-12 18:50:47 +00:00
Gabor Juhos
500fac1735
ar71xx: fix whitespaces nits
...
(build error has been fixed - juhosg)
Signed-off-by: Arnaud Lacombe <lacombar@gmail.com>
SVN-Revision: 23975
2010-11-12 18:50:29 +00:00
Alexandros C. Couloumbis
f1924d7147
linux/adm5120: add preliminary 2.6.37 kernel support
...
SVN-Revision: 23973
2010-11-12 17:06:16 +00:00
Alexandros C. Couloumbis
79a27bd7b2
linux/generic: add imq patches for linux kernels 2.6.35,36,37. ( closes #8211 )
...
SVN-Revision: 23970
2010-11-12 09:28:00 +00:00
Alexandros C. Couloumbis
51fa01f42c
linux/ixp4xx: remove some garbage from 601_arm_2.6.37_update.patch
...
SVN-Revision: 23965
2010-11-11 18:45:28 +00:00
Alexandros C. Couloumbis
631ff80daa
linux/ixp4xx: add preliminary 2.6.37 kernel support
...
SVN-Revision: 23964
2010-11-11 18:42:38 +00:00
Alexandros C. Couloumbis
6a9ea41bc6
linux/generic: add some missing 2.6.37 USB symbols
...
SVN-Revision: 23963
2010-11-11 16:36:05 +00:00
Alexandros C. Couloumbis
9734d09de1
linux/generic: cosmetic
...
SVN-Revision: 23958
2010-11-11 15:09:04 +00:00
Alexandros C. Couloumbis
caaa492551
linux/generic: fix a mistake in 2.6.37/089-mtd-samsung-flash.patch. (thank you maddes)
...
SVN-Revision: 23957
2010-11-11 14:57:58 +00:00
Alexandros C. Couloumbis
7fb5461594
linux/generic: update mini_fo for kernels >=2.6.36
...
SVN-Revision: 23956
2010-11-11 13:48:48 +00:00
Alexandros C. Couloumbis
18dd104885
linux/brcm47xx: include a missing 2.6.37 file (thank you hauke)
...
SVN-Revision: 23955
2010-11-11 08:49:52 +00:00
Hauke Mehrtens
507986e6f6
kernel: disable some config symbols for kernel 2.6.37
...
SVN-Revision: 23951
2010-11-10 20:42:46 +00:00
Hauke Mehrtens
ce547cf748
brcm47xx: missing in r23949
...
SVN-Revision: 23950
2010-11-10 19:12:49 +00:00
Hauke Mehrtens
1652eb7863
brcm47xx: CONFIG_HAMRADIO=n makes no sense
...
SVN-Revision: 23949
2010-11-10 19:11:24 +00:00
Alexandros C. Couloumbis
f950840ec9
linux/brcm47xx: add preliminary 2.6.37 kernel support
...
SVN-Revision: 23945
2010-11-10 19:01:07 +00:00
Alexandros C. Couloumbis
0c66bb9c55
linux/ar71xx: add preliminary 2.6.37 kernel support
...
SVN-Revision: 23944
2010-11-10 16:23:42 +00:00
Imre Kaloz
cec876fe24
use CMDLINE_FORCE
...
SVN-Revision: 23942
2010-11-10 13:13:03 +00:00
Imre Kaloz
a64a42cbaa
upgrade to 2.6.36
...
SVN-Revision: 23941
2010-11-10 13:12:25 +00:00
Imre Kaloz
e4a1b7d2c3
add a patch to fixup pcie reset on kirkwood - also fixes the boot issue on the wrt350n v2
...
SVN-Revision: 23939
2010-11-10 12:26:18 +00:00
Florian Fainelli
0acb5636b2
update to 2.6.36
...
SVN-Revision: 23935
2010-11-09 08:42:28 +00:00
Florian Fainelli
396969e7f9
add missing 2.6.36 symbol CONFIG_CHELSIO_T4VF
...
SVN-Revision: 23934
2010-11-09 08:42:21 +00:00
Alexandros C. Couloumbis
297b9756bc
linux/generic: add some missing patches, refresh patches
...
SVN-Revision: 23931
2010-11-08 18:28:07 +00:00
Alexandros C. Couloumbis
75cf9a4cd3
linux/generic: fix creation of rootfs_data
...
SVN-Revision: 23930
2010-11-08 14:45:24 +00:00
Imre Kaloz
362ef97928
kernel targets uImage by default
...
SVN-Revision: 23929
2010-11-08 11:57:56 +00:00
Alexandros C. Couloumbis
8e971aa9ce
linux/atheros: add preliminary 2.6.37 kernel support (thank you nbd, florian)
...
SVN-Revision: 23928
2010-11-08 11:12:59 +00:00
Alexandros C. Couloumbis
a0992676b4
linux/generic: sync 2.6.37 patches
...
SVN-Revision: 23927
2010-11-08 11:08:08 +00:00
Imre Kaloz
2f2442f323
x86 kernels target bzImage by default
...
SVN-Revision: 23926
2010-11-08 09:44:33 +00:00
Florian Fainelli
9fc3b4b7fd
add README
...
SVN-Revision: 23925
2010-11-08 09:41:32 +00:00