acoul
3fc5f9de73
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
acoul
1723896745
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
acoul
6dfcae994b
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
acoul
3537e1d856
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
cshore
33d20e9dce
[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
jow
038dd5fbe6
[feeds] switch to LuCI trunk, should be stable enough for common use now
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24010 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-11-16 00:05:41 +00:00
florian
a300c5bb30
[ar7] fix proc filesystem usage, patch from Wipster.
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24008 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-11-15 18:33:09 +00:00
florian
3c9084f873
[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
f516d1d9e7
[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
acoul
d453069149
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
acoul
a70dfa8550
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
acoul
9893933674
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
cshore
59e644e826
[tools] brcm63xx: imagetag: Fixed occaisonal wrong CRC in image due to using strncpy to copy the CRC into the imagetag. strncpy stops copying after a 00 byte, memcpy doesn't.
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24000 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-11-15 04:08:09 +00:00
jow
71b59686b1
[package] 6to4: use revert instead of delete, avoids aggregating deltas in /tmp/.uci over time
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23998 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-11-15 01:17:32 +00:00
jow
5334f6ff6f
[package] 6to4: remove leftover peeraddr stuff
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23997 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-11-15 00:49:21 +00:00
jow
3abe70cd87
[package] add 6to4 - provides full automatic 6to setup with optional configuration in /etc/config/network
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23996 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-11-14 23:51:16 +00:00
jow
1caf373d39
[PATCH] add input subsystem to hotplug rules
...
This patch adds the input subsystem to the hotplug rules, making it possible to
react on the addition of input devices (e.g. USB numpads).
Signed-off-by: Stefan Tomanek <stefan.tomanek+openwrt@wertarbyte.de>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23994 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-11-14 22:00:10 +00:00
hauke
fe242ff768
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
acoul
7f98aaaa7a
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
jow
7ffe9830cf
[package] busybox: add 6RD prefix sanity checking as mandated by RFC5969, bump pkg revision
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23990 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-11-14 05:58:34 +00:00
jow
47661d88e6
[package] busybox: implement support for 6RD (RFC5969 7.1.1, DHCP option 212) in udhcpc
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23989 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-11-14 05:32:45 +00:00
nbd
124f6910b1
hostapd: fix madwifi related linker error (include wext support for non-wpad hostapd builds)
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23987 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-11-13 17:00:18 +00:00
hauke
589d5bb068
kernel: add CONFIG_IPV6_SIT_6RD
...
This closes #8227
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23986 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-11-13 13:44:52 +00:00
juhosg
dc37a9bd6b
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
juhosg
4355718b98
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
juhosg
cc04995115
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
juhosg
cbd9e227db
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
juhosg
b0acc8feff
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
juhosg
c0734b8ffe
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
juhosg
74ed307c1e
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
juhosg
2adda3cec6
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
juhosg
6be076283d
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
juhosg
b6dbd83901
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
nbd
fd4246150d
mac80211: fix another 2.6.35 compile error
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23974 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-11-12 18:49:24 +00:00
acoul
8db1ac1beb
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
nbd
52c60e6c8e
mac80211: fix compile on linux 2.6.35
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23972 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-11-12 16:56:07 +00:00
acoul
c177eb0d43
package/madwifi: refresh madwifi patches
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23971 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-11-12 15:14:27 +00:00
acoul
28620683f1
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
nbd
a6e86dfede
hostapd: update to 2010-11-11
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23969 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-11-11 22:39:19 +00:00
nbd
b8702bf547
mac80211: update to wireless-testing 2010-11-10 + some pending work
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23968 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-11-11 22:39:12 +00:00
acoul
ef689f44db
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
acoul
bb1657ec55
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
acoul
b5b2ead8eb
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
jow
3edfca66b6
[package] busybox: mark as essential
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23961 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-11-11 16:23:16 +00:00
jow
8e477eb518
[package] base-files: mark libc as hold and essential, opkg should now bail out if someone tries to uninstall libc
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23960 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-11-11 16:18:58 +00:00
jow
0673dd785e
[include] package-ipkg.mk: add support for "essential" package flag, fix typo
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23959 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-11-11 16:18:01 +00:00
acoul
c5ec8ecc60
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
acoul
f2e717e983
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
acoul
30062312e2
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
acoul
24e0b7a944
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