summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* LED handling fixes for WRT54-G3Gv2Markus Wigge2010-08-022-4/+5
| | | | SVN-Revision: 22462
* ath9k: improve stuck beacon recovery by reading nf values from the hw when a ↵Felix Fietkau2010-08-021-1/+3
| | | | | | 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 Fietkau2010-08-024-0/+306
| | | | | | 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. Couloumbis2010-08-015-11/+147
| | | | SVN-Revision: 22458
* ath9k: fix aggregation pause/restart handling under heavy load (thx to ↵Felix Fietkau2010-08-011-0/+72
| | | | | | Lorenzo Bianconi) SVN-Revision: 22457
* fix typoNicolas Thill2010-08-011-1/+1
| | | | SVN-Revision: 22453
* add 2.6.34 supportFlorian Fainelli2010-08-014-0/+377
| | | | SVN-Revision: 22452
* refresh 2.6.34 patchesFlorian Fainelli2010-08-014-6/+6
| | | | SVN-Revision: 22451
* add support for gcc-4.5.1Florian Fainelli2010-08-0113-0/+9818
| | | | SVN-Revision: 22450
* add txqueuelen option, patch from Roberto RiggioFlorian Fainelli2010-07-311-1/+2
| | | | SVN-Revision: 22444
* fix for GREP_OPTIONSFlorian Fainelli2010-07-312-0/+5
| | | | | | | | | 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 networksJo-Philipp Wich2010-07-311-34/+56
| | | | SVN-Revision: 22442
* firewall: add basic NAT reflection/NAT loopback supportJo-Philipp Wich2010-07-312-1/+81
| | | | SVN-Revision: 22441
* remove iptables libipq dependency, thanks jowFlorian Fainelli2010-07-311-1/+1
| | | | SVN-Revision: 22438
* bump default gcc-4.4 version for sibyte and octeonFlorian Fainelli2010-07-312-1/+3
| | | | SVN-Revision: 22437
* package libipq as a shared libraryFlorian Fainelli2010-07-311-1/+13
| | | | | | | | | | | 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 otherFlorian Fainelli2010-07-311-1/+1
| | | | | | | | | 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 fixesHauke Mehrtens2010-07-3112-40/+48
| | | | SVN-Revision: 22425
* brcm47xx: some fixesHauke Mehrtens2010-07-3116-135/+202
| | | | | | | | * 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.xAlexandros C. Couloumbis2010-07-311-0/+5142
| | | | SVN-Revision: 22423
* package/mac80211: sync commit r22419Alexandros C. Couloumbis2010-07-311-27/+0
| | | | SVN-Revision: 22422
* fix a typo in config-2.6.34 and config-2.6.35, thanks frogonwheelsJo-Philipp Wich2010-07-302-2/+2
| | | | SVN-Revision: 22421
* mac80211: update to 2010-07-29, add pending patches to fix further issues ↵Felix Fietkau2010-07-306-617/+662
| | | | | | with calibration SVN-Revision: 22419
* mostly revert commit r22396Hauke Mehrtens2010-07-302-2/+2
| | | | | | | | | | | | | 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 notificationFelix Fietkau2010-07-301-0/+27
| | | | SVN-Revision: 22417
* add missing bits & bytes from r22412Alexandros C. Couloumbis2010-07-304-4/+52
| | | | SVN-Revision: 22416
* firmware-utils/trx: Endianness fixesMichael Büsch2010-07-291-4/+7
| | | | SVN-Revision: 22414
* target/linux: refresh kernel patchesAlexandros C. Couloumbis2010-07-294-8/+8
| | | | SVN-Revision: 22413
* enable mtu & mac config optionsAlexandros C. Couloumbis2010-07-295-32/+33
| | | | SVN-Revision: 22412
* atheros/patches-2.6.35: sync patches against 2.6.35-rc6Alexandros C. Couloumbis2010-07-291-0/+11
| | | | SVN-Revision: 22411
* package/compcache: clean unneeded swap initializationAlexandros C. Couloumbis2010-07-281-1/+0
| | | | SVN-Revision: 22409
* ath9k: fix various calibration related bugs and clean up the codeFelix Fietkau2010-07-285-20/+1017
| | | | SVN-Revision: 22408
* generic/patches-2.6.34: Make devtmpfs available on (embedded) configurations ↵Alexandros C. Couloumbis2010-07-281-0/+76
| | | | | | 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 problemsJo-Philipp Wich2010-07-284-63/+18
| | | | SVN-Revision: 22406
* make base-files dependent on opkg host compile, fixes install errors when ↵Jo-Philipp Wich2010-07-271-5/+2
| | | | | | package/compile and package/install are invoked separately SVN-Revision: 22405
* uhttpd: fix build dependencies (#7674)Jo-Philipp Wich2010-07-271-0/+1
| | | | SVN-Revision: 22404
* mac80211: update to wireless-testing 2010-07-26 + pending patches - adds a ↵Felix Fietkau2010-07-279-136/+26
| | | | | | change that might fix some calibration issues SVN-Revision: 22403
* kmod-ipsec: fix a compile error with some configurations. since ↵Felix Fietkau2010-07-271-0/+1
| | | | | | 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 Fietkau2010-07-271-6/+0
| | | | | | 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 r22396Hauke Mehrtens2010-07-271-1/+1
| | | | | | This fixes build of brcm47xx SVN-Revision: 22398
* tools/quilt: fix openSUSE/patch-2.6.1.81 issue (closes #7635)Alexandros C. Couloumbis2010-07-272-0/+12
| | | | SVN-Revision: 22397
* fix CRC32 calculation for sysupgradeMarkus Wigge2010-07-272-4/+6
| | | | | | | | | | | | | | * reduce image size for CRC calculation by fs_mark size sysupgrade sometimes failed for me and I noticed that it was due to incorrect CRC values in trx-header after performing it. It seems that the fs_mark was completely included in the calculation and that it was nevertheless modified by sysupgrade while appending the jffs data. This only occurs for the first boot after sysupgrade as the flashmap driver recalculates the CRC to an even smaller area when it boots. SVN-Revision: 22396
* dropbear: Explicity list default RootPasswordAuth value in default config ↵Daniel Dickinson2010-07-271-0/+1
| | | | | | file so that users know to turn off RootPasswordAuth as well as PasswordAuth to prevent password logins as root. SVN-Revision: 22394
* dropbear: Add RootLogin parameter to control whether ssh logins as root are ↵Daniel Dickinson2010-07-271-1/+5
| | | | | | allowed. SVN-Revision: 22393
* reorder profilesJo-Philipp Wich2010-07-264-0/+0
| | | | SVN-Revision: 22390
* brcm47xx: now hopfully realy commit the right things from r22385Hauke Mehrtens2010-07-252-122/+124
| | | | SVN-Revision: 22388
* brcm47xx: add missing part from r22385Hauke Mehrtens2010-07-251-62/+61
| | | | SVN-Revision: 22387
* fix a typo in 040-bcm963xx_flashmap.patchJo-Philipp Wich2010-07-251-1/+1
| | | | SVN-Revision: 22386
* brcm47xx: fill the whole sprom with dataHauke Mehrtens2010-07-246-67/+68
| | | | SVN-Revision: 22385
* linux-atm: parallel build fixFlorian Fainelli2010-07-241-4/+4
| | | | SVN-Revision: 22383