Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | omap35xx: Add temporary fix for marvell wlan MAC address detection | Hamish Guthrie | 2010-08-04 | |
| | | | | SVN-Revision: 22477 | |||
* | swconfig: cleanup of kernel drivers and interface - add some comments to a ↵ | Felix Fietkau | 2010-08-04 | |
| | | | | | | few data structures - add a switch_dev_ops data structure for attributes and callback to replace the stupid template memcpy - get rid of the switch_dev.priv pointer - using container_of() is better SVN-Revision: 22476 | |||
* | brcm47xx: ignore some parts of flash on some netgear devices. This space is ↵ | Hauke Mehrtens | 2010-08-03 | |
| | | | | | | | | | | used to store config values. When overwriting it the device will not start any more. closes #7630 Thank you realopty for testing. SVN-Revision: 22475 | |||
* | Add lost handling of -fhonour-copts to 4.4.x+cs/910-mbsd_multi.patch | Lars-Peter Clausen | 2010-08-03 | |
| | | | | SVN-Revision: 22474 | |||
* | ip17xx: r21709 broke VLAN functionality on the IP175C switch, add back ↵ | Jo-Philipp Wich | 2010-08-03 | |
| | | | | | | mdelay() to wait before reading back the phy state, fixes ethernet on the DIR-300 and possibly others SVN-Revision: 22468 | |||
* | base-files: r22444 caused interfaces to remain down if the macaddr option is ↵ | Jo-Philipp Wich | 2010-08-02 | |
| | | | | | | used, fix it. Also localize the txqueuelen option variable SVN-Revision: 22467 | |||
* | base-files: diag.sh: For power button as preinit status led, end with led ↵ | Daniel Dickinson | 2010-08-02 | |
| | | | | | | left on, not off SVN-Revision: 22466 | |||
* | base-files: brcm63xx.sh: Added comtrend (96348GW-11) to routers with buttons ↵ | Daniel Dickinson | 2010-08-02 | |
| | | | | | | and leds on preinit SVN-Revision: 22465 | |||
* | patches-2.6.32/33: Reset button on Comtrend routers is GPIO 33 not GPIO 32 | Daniel Dickinson | 2010-08-02 | |
| | | | | SVN-Revision: 22464 | |||
* | Add 2.6.35 patches | Lars-Peter Clausen | 2010-08-02 | |
| | | | | SVN-Revision: 22463 | |||
* | LED handling fixes for WRT54-G3Gv2 | Markus Wigge | 2010-08-02 | |
| | | | | SVN-Revision: 22462 | |||
* | ath9k: improve stuck beacon recovery by reading nf values from the hw when a ↵ | Felix Fietkau | 2010-08-02 | |
| | | | | | | calibration is pending (instead of waiting for the next cal interval) SVN-Revision: 22461 | |||
* | ath9k: improve stuck beacon recovery and noise floor handling. significantly ↵ | Felix Fietkau | 2010-08-02 | |
| | | | | | | improves stability under strong interference in ap mode SVN-Revision: 22460 | |||
* | package/compcache: use mainline modules for kernels >=2.6.33 (thank you nbd) | Alexandros C. Couloumbis | 2010-08-01 | |
| | | | | SVN-Revision: 22458 | |||
* | ath9k: fix aggregation pause/restart handling under heavy load (thx to ↵ | Felix Fietkau | 2010-08-01 | |
| | | | | | | Lorenzo Bianconi) SVN-Revision: 22457 | |||
* | fix typo | Nicolas Thill | 2010-08-01 | |
| | | | | SVN-Revision: 22453 | |||
* | add 2.6.34 support | Florian Fainelli | 2010-08-01 | |
| | | | | SVN-Revision: 22452 | |||
* | refresh 2.6.34 patches | Florian Fainelli | 2010-08-01 | |
| | | | | SVN-Revision: 22451 | |||
* | add support for gcc-4.5.1 | Florian Fainelli | 2010-08-01 | |
| | | | | SVN-Revision: 22450 | |||
* | add txqueuelen option, patch from Roberto Riggio | Florian Fainelli | 2010-07-31 | |
| | | | | SVN-Revision: 22444 | |||
* | fix for GREP_OPTIONS | Florian Fainelli | 2010-07-31 | |
| | | | | | | | | | When using GREP_OPTIONS to supply default options to grep, the buildsystem might get broken (For example adding --color=always breaks it) This patch will empty the GREP_OPTIONS to prevent the described (and any other) problems related to GREP_OPTIONS Signed-off-by: Maarten Bezemer <m.m.bezemer@utwente.nl> SVN-Revision: 22443 | |||
* | firwall: fix nat reflection for zones covering multiple networks | Jo-Philipp Wich | 2010-07-31 | |
| | | | | SVN-Revision: 22442 | |||
* | firewall: add basic NAT reflection/NAT loopback support | Jo-Philipp Wich | 2010-07-31 | |
| | | | | SVN-Revision: 22441 | |||
* | remove iptables libipq dependency, thanks jow | Florian Fainelli | 2010-07-31 | |
| | | | | SVN-Revision: 22438 | |||
* | bump default gcc-4.4 version for sibyte and octeon | Florian Fainelli | 2010-07-31 | |
| | | | | SVN-Revision: 22437 | |||
* | package libipq as a shared library | Florian Fainelli | 2010-07-31 | |
| | | | | | | | | | | | r21799 by jow changed the staging install of libipq so that it is no longer available as a static library but is dynamically linked in as a shared library. However the libipq package was not being built. This patch provides libipq.so as a package. Signed-off-by: Ashok Rao <greatarbor@gmail.com> SVN-Revision: 22436 | |||
* | fix jffs2 64k and 128k images overwrite each other | Florian Fainelli | 2010-07-31 | |
| | | | | | | | | | When trying to build images with jffs2 filesystem for ramips platform there is only one jffs2 image produced instead of two (64k and 128k). Signed-off-by: Roman Yeryomin <roman@advem.lv> SVN-Revision: 22435 | |||
* | brcm47xx: some checkpatch fixes | Hauke Mehrtens | 2010-07-31 | |
| | | | | SVN-Revision: 22425 | |||
* | brcm47xx: some fixes | Hauke Mehrtens | 2010-07-31 | |
| | | | | | | | | * fix return codes of nvram_getenv. Now it behaves like cfe_getenv. * also check cfe for kernel_args param. * some style fixes SVN-Revision: 22424 | |||
* | generic/patches-2.6.32: finalize jffs2/lzma support on 2.6.32.x | Alexandros C. Couloumbis | 2010-07-31 | |
| | | | | SVN-Revision: 22423 | |||
* | package/mac80211: sync commit r22419 | Alexandros C. Couloumbis | 2010-07-31 | |
| | | | | SVN-Revision: 22422 | |||
* | fix a typo in config-2.6.34 and config-2.6.35, thanks frogonwheels | Jo-Philipp Wich | 2010-07-30 | |
| | | | | SVN-Revision: 22421 | |||
* | mac80211: update to 2010-07-29, add pending patches to fix further issues ↵ | Felix Fietkau | 2010-07-30 | |
| | | | | | | with calibration SVN-Revision: 22419 | |||
* | mostly revert commit r22396 | Hauke Mehrtens | 2010-07-30 | |
| | | | | | | | | | | | | | CFE does not boot images generated with these checksums because of wrong checksum. After flashing then with tftp to my Asus wl500-GPv1 the following messages are show: Null Rescue Flag. Boot program checksum is invalid Hello!! Enter Rescue Mode: (Check error) SVN-Revision: 22418 | |||
* | mac80211: minor fix for the offchannel status change notification | Felix Fietkau | 2010-07-30 | |
| | | | | SVN-Revision: 22417 | |||
* | add missing bits & bytes from r22412 | Alexandros C. Couloumbis | 2010-07-30 | |
| | | | | SVN-Revision: 22416 | |||
* | firmware-utils/trx: Endianness fixes | Michael Büsch | 2010-07-29 | |
| | | | | SVN-Revision: 22414 | |||
* | target/linux: refresh kernel patches | Alexandros C. Couloumbis | 2010-07-29 | |
| | | | | SVN-Revision: 22413 | |||
* | enable mtu & mac config options | Alexandros C. Couloumbis | 2010-07-29 | |
| | | | | SVN-Revision: 22412 | |||
* | atheros/patches-2.6.35: sync patches against 2.6.35-rc6 | Alexandros C. Couloumbis | 2010-07-29 | |
| | | | | SVN-Revision: 22411 | |||
* | package/compcache: clean unneeded swap initialization | Alexandros C. Couloumbis | 2010-07-28 | |
| | | | | SVN-Revision: 22409 | |||
* | ath9k: fix various calibration related bugs and clean up the code | Felix Fietkau | 2010-07-28 | |
| | | | | SVN-Revision: 22408 | |||
* | generic/patches-2.6.34: Make devtmpfs available on (embedded) configurations ↵ | Alexandros C. Couloumbis | 2010-07-28 | |
| | | | | | | without SHMEM/TMPFS, using ramfs instead. (gone mainline in kernel 2.6.35-r3) SVN-Revision: 22407 | |||
* | revert r22372 and r22405, dependency on host libtool causes problems | Jo-Philipp Wich | 2010-07-28 | |
| | | | | SVN-Revision: 22406 | |||
* | make base-files dependent on opkg host compile, fixes install errors when ↵ | Jo-Philipp Wich | 2010-07-27 | |
| | | | | | | package/compile and package/install are invoked separately SVN-Revision: 22405 | |||
* | uhttpd: fix build dependencies (#7674) | Jo-Philipp Wich | 2010-07-27 | |
| | | | | SVN-Revision: 22404 | |||
* | mac80211: update to wireless-testing 2010-07-26 + pending patches - adds a ↵ | Felix Fietkau | 2010-07-27 | |
| | | | | | | change that might fix some calibration issues SVN-Revision: 22403 | |||
* | kmod-ipsec: fix a compile error with some configurations. since ↵ | Felix Fietkau | 2010-07-27 | |
| | | | | | | CONFIG_XFRM_IPCOMP is not selectable on its own (no prompt), always select CONFIG_INET_IPCOMP along with it, to make sure that it gets enabled SVN-Revision: 22402 | |||
* | ar71xx: remove the fifo cfg overrides for the ap91 ethernet code - these ↵ | Felix Fietkau | 2010-07-27 | |
| | | | | | | values have been wrong on every single device i've tested, falling back to the atheros values seems to be the right thing to do SVN-Revision: 22401 | |||
* | firmware-utils: The option -F was not detected. This was missing in r22396 | Hauke Mehrtens | 2010-07-27 | |
| | | | | | | This fixes build of brcm47xx SVN-Revision: 22398 |