Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | iproute2: update to v2.6.31 (#7354) | Jo-Philipp Wich | 2010-05-20 | 7 | -156/+21 |
| | | | | SVN-Revision: 21513 | ||||
* | base-files: fix a preinit hang in jffs2_ready() when no rootfs_data ↵ | Jo-Philipp Wich | 2010-05-20 | 1 | -0/+1 |
| | | | | | | partition is found (#7362) SVN-Revision: 21511 | ||||
* | package/busybox: add upstream udhcp hostname truncation fix, bump release number | Nicolas Thill | 2010-05-19 | 2 | -1/+12 |
| | | | | SVN-Revision: 21510 | ||||
* | firewall: don't apply default udp/68 rule to ip6tables | Jo-Philipp Wich | 2010-05-19 | 1 | -0/+1 |
| | | | | SVN-Revision: 21509 | ||||
* | firewall: - fix ip6tables rules when icmp_type option is set - add "family" ↵ | Jo-Philipp Wich | 2010-05-19 | 7 | -41/+105 |
| | | | | | | option to zones, forwardings, redirects and rules to selectively apply rules to iptables and/or ip6tables SVN-Revision: 21508 | ||||
* | target/generic-2.6: add missing bits for 2.6.30 ssb update | Nicolas Thill | 2010-05-19 | 1 | -3/+166 |
| | | | | SVN-Revision: 21507 | ||||
* | firewall: add commented disable_ipv6 option to default config | Jo-Philipp Wich | 2010-05-19 | 1 | -0/+2 |
| | | | | SVN-Revision: 21505 | ||||
* | add upstream uclibc 0.9.31 patch to fix fcntl64 on 64-bits targets | Florian Fainelli | 2010-05-19 | 1 | -0/+26 |
| | | | | SVN-Revision: 21504 | ||||
* | firewall: implement disable_ipv6 uci option | Jo-Philipp Wich | 2010-05-19 | 2 | -5/+11 |
| | | | | SVN-Revision: 21503 | ||||
* | firewall (#7355) - partially revert r21486, start firewall on init again - ↵ | Jo-Philipp Wich | 2010-05-19 | 5 | -27/+12 |
| | | | | | | skip iface hotplug events if base fw is not up yet - get ifname and up state with uci_get_state() in iface setup since the values gathered by scan_interfaces() may be outdated when iface coldplugging happens (observed with pptp) - ignore up state when bringing down interfaces because ifdown reverts state vars before dispatching the iface event - bump package revision SVN-Revision: 21502 | ||||
* | firewall: fix a possible deadlock when the firewall config has syntax errors ↵ | Jo-Philipp Wich | 2010-05-18 | 1 | -2/+4 |
| | | | | | | during restart SVN-Revision: 21501 | ||||
* | adds proper kconfig to select the new mach types | John Crispin | 2010-05-18 | 1 | -3/+8 |
| | | | | SVN-Revision: 21500 | ||||
* | oops, missing fix from [21485] | John Crispin | 2010-05-18 | 1 | -1/+2 |
| | | | | SVN-Revision: 21499 | ||||
* | Add checksum for 2.6.34, refresh 2.6.34 patches and update targets from ↵ | Lars-Peter Clausen | 2010-05-17 | 12 | -19/+20 |
| | | | | | | 2.6.34-rcX to 2.6.34 SVN-Revision: 21498 | ||||
* | brcm47xx: fix destroying of 128MB modded ASUS WL-500GP | Hauke Mehrtens | 2010-05-17 | 1 | -1/+7 |
| | | | | | | | | | | | | This fixup was introduced in r11812 to correct settings for devices only showing 16MB RAM instead of 128MB. That killed devices with 128MB RAM. Now value is *set* 0x0009 and not ored. The value is only corrected if it has less than 32 MB Ram. This should fix the last problem in #3177 Thank you b.sander for the patch. SVN-Revision: 21497 | ||||
* | base-files (#7316) - improve rdate reliability - make rdate config more ntp ↵ | Jo-Philipp Wich | 2010-05-17 | 4 | -43/+78 |
| | | | | | | like - move time server list to /etc/config/timeserver - bump package revision SVN-Revision: 21495 | ||||
* | uci: bump package revision | Jo-Philipp Wich | 2010-05-17 | 1 | -1/+1 |
| | | | | SVN-Revision: 21494 | ||||
* | firewall: use uci_get_state() wrapper | Jo-Philipp Wich | 2010-05-17 | 1 | -1/+1 |
| | | | | SVN-Revision: 21493 | ||||
* | uhttpd: use uci_get() wrapper (#7312) | Jo-Philipp Wich | 2010-05-17 | 1 | -1/+1 |
| | | | | SVN-Revision: 21492 | ||||
* | busybox: use uci_get() wrapper (#7312) | Jo-Philipp Wich | 2010-05-17 | 1 | -1/+1 |
| | | | | SVN-Revision: 21491 | ||||
* | base-files: use uci_get() wrapper (#7312) | Jo-Philipp Wich | 2010-05-17 | 2 | -6/+1 |
| | | | | SVN-Revision: 21490 | ||||
* | uci: add uci_get() and uci_get_state() wrappers to shell api (#7312) | Jo-Philipp Wich | 2010-05-17 | 1 | -3/+21 |
| | | | | SVN-Revision: 21489 | ||||
* | firewall: properly clear hooks in fw_stop() to prevent extensions from being ↵ | Jo-Philipp Wich | 2010-05-17 | 1 | -1/+8 |
| | | | | | | called twice after fw_restart() SVN-Revision: 21488 | ||||
* | firewall: - defer firewall start until the first interface is brought up by ↵ | Jo-Philipp Wich | 2010-05-17 | 4 | -7/+21 |
| | | | | | | hotplug, fixes race conditions on slow devices - create a file lock during firewall start and wait for it in hotplug events, prevents race conditions between start and addif - start firewall actions in background from hotplug handler since the firewall itself fires further hotplug events which results in a deadlock if not forked off - get loaded state direcly from the uci binary since updated value is not recognized by config_get after uci_set_state - bump package revision to r2 SVN-Revision: 21486 | ||||
* | * adds support for speedport w502V | John Crispin | 2010-05-17 | 18 | -557/+215 |
| | | | | | | | | | | | * bump kernel to 2.6.33.4 * make ethernet be configurable as MII/RMII * on xway we now assign a static amount of cp1 ram (still need to find a sane value) * remove bogus board.c * jiffies were running with a (1 << 2) multiplier SVN-Revision: 21485 | ||||
* | atm driver was missing a dependency to the atm layer | John Crispin | 2010-05-17 | 1 | -1/+1 |
| | | | | SVN-Revision: 21484 | ||||
* | add missing ifxmips crypto config symbols, spotted by buildbot | Florian Fainelli | 2010-05-17 | 2 | -0/+2 |
| | | | | SVN-Revision: 21483 | ||||
* | hwmon: fix depends definition | Claudio Mignanti | 2010-05-16 | 1 | -4/+2 |
| | | | | SVN-Revision: 21481 | ||||
* | bump a bunch of packages updated after 10.03 | Nicolas Thill | 2010-05-16 | 6 | -12/+12 |
| | | | | SVN-Revision: 21477 | ||||
* | set vendor to RDC even if CPU id is not known | Florian Fainelli | 2010-05-16 | 2 | -2/+2 |
| | | | | SVN-Revision: 21475 | ||||
* | squash platform_support.patch into rdc_boards.patch | Florian Fainelli | 2010-05-16 | 2 | -12/+13 |
| | | | | SVN-Revision: 21474 | ||||
* | fix link checking with switches, only port1 of switches would report link up | Florian Fainelli | 2010-05-16 | 1 | -0/+33 |
| | | | | SVN-Revision: 21471 | ||||
* | mac80211: use stable firmware for b43 driver as the experimental causes ↵ | Hauke Mehrtens | 2010-05-16 | 1 | -1/+1 |
| | | | | | | | | problems on some devices with L-PHY This should close #6907 SVN-Revision: 21470 | ||||
* | mac80211: remove patches already in mainline compat-wireless | Hauke Mehrtens | 2010-05-16 | 2 | -22/+0 |
| | | | | SVN-Revision: 21469 | ||||
* | mac80211: update b43-fwcutter | Hauke Mehrtens | 2010-05-16 | 1 | -8/+8 |
| | | | | SVN-Revision: 21468 | ||||
* | switch to 2.6.32.12 | Florian Fainelli | 2010-05-16 | 1 | -1/+1 |
| | | | | SVN-Revision: 21467 | ||||
* | update acx-mac80211 to 2010514, bringing experimental AP support | Florian Fainelli | 2010-05-16 | 3 | -261/+3 |
| | | | | SVN-Revision: 21466 | ||||
* | get rid of CRLF encoding in various files | Felix Fietkau | 2010-05-16 | 0 | -0/+0 |
| | | | | SVN-Revision: 21462 | ||||
* | fix a kernel bug where IPv6 packets are received on IPv4 sockets, this fixes ↵ | Jo-Philipp Wich | 2010-05-15 | 1 | -0/+18 |
| | | | | | | dual stack software like OLSRd when running on Kernel 2.4 Signed-off-by: Alina Friedrichsen <x-alina@gmx.net> SVN-Revision: 21461 | ||||
* | fix wrong hunk introduced by r21309, thanks rtz2 | Florian Fainelli | 2010-05-15 | 1 | -2/+2 |
| | | | | SVN-Revision: 21460 | ||||
* | fix panic on boot due to invalid IORESOURCE for MFD cells, fix gpio value ↵ | Florian Fainelli | 2010-05-15 | 6 | -45/+61 |
| | | | | | | setting SVN-Revision: 21459 | ||||
* | fix 2.6.30 lzma tuning patch to output file size at end of kernel, otherwise ↵ | Florian Fainelli | 2010-05-15 | 1 | -5/+5 |
| | | | | | | decompressor remains stuck SVN-Revision: 21458 | ||||
* | use correct port type, which sets the correct receive fifo trigger options ↵ | Florian Fainelli | 2010-05-15 | 1 | -0/+30 |
| | | | | | | (#7095) SVN-Revision: 21457 | ||||
* | do not export find_task_by_vpid twice on 2.6.30 | Florian Fainelli | 2010-05-15 | 1 | -21/+19 |
| | | | | SVN-Revision: 21456 | ||||
* | only build bin packages for the selected build variants (same behaviour as ↵ | Felix Fietkau | 2010-05-15 | 1 | -0/+2 |
| | | | | | | with ipkg builds) SVN-Revision: 21455 | ||||
* | mac80211: update to wireless-testing 2010-05-12 plus some pending patches | Felix Fietkau | 2010-05-15 | 17 | -1478/+6897 |
| | | | | SVN-Revision: 21454 | ||||
* | ssb: activate CONFIG_SSB_BLOCKIO in the kernel and not in compat-wireless. | Hauke Mehrtens | 2010-05-15 | 18 | -37/+95 |
| | | | | | | | | Before this patch CONFIG_SSB_BLOCKIO was set to y in compat-wireless but the in kernel ssb system had it set to n, this causes an invalid pointer. b43 now needs CONFIG_SSB_BLOCKIO=y SVN-Revision: 21449 | ||||
* | firmware-utils/mkzynfw: add support for the NBG460N board | Gabor Juhos | 2010-05-14 | 2 | -0/+20 |
| | | | | | | | | Adding NBG460N/550N/550NH boards to mkzynfw. Signed-off-by: Michael Kurz <michi.kurz@googlemail.com> SVN-Revision: 21446 | ||||
* | firmware-utils/mkzynfw: don't use next_offset twice (closes #7273) | Gabor Juhos | 2010-05-14 | 1 | -1/+1 |
| | | | | | | | | | The test if a file can fit in an image considers the current offset twice. So a image that would fit is too big. Thanks-to: Michael Kurz <michi.kurz@googlemail.com> SVN-Revision: 21445 | ||||
* | ar71xx: Make wget2nand fail if copying the kernel fails and use the correct ↵ | Gabor Juhos | 2010-05-14 | 1 | -2/+5 |
| | | | | | | | | | | | | | | file extension for the rootfs image wget2nand didnt check the exit status after copying the kernel, if the copying failed for some reason ( for example not enougs space on the kernel partition) it simply continued extracting the rootfs. I also changed the filename, which wget2nand trys to download ( .tar.gz instead of .tgz ). Signed-off-by: Marko Foerster <mrkfoerster@googlemail.com> SVN-Revision: 21444 |