summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* fix ccache host installation (#4902)Florian Fainelli2009-04-091-0/+2
| | | | SVN-Revision: 15165
* b43: Remove unnecessary MMIO accesses in the interrupt hotpath.Michael Büsch2009-04-081-0/+177
| | | | SVN-Revision: 15160
* b44: use netdev_alloc_skbFelix Fietkau2009-04-081-0/+11
| | | | SVN-Revision: 15159
* kernel: increase skb padding for network devices to accomodate for headroom ↵Felix Fietkau2009-04-081-0/+16
| | | | | | requirements of eth->wifi routing and more SVN-Revision: 15158
* workaroun some stupid Kconfig bugs (#4895)Florian Fainelli2009-04-081-0/+23
| | | | SVN-Revision: 15157
* remove the b43 dependency on brcm47xx/brcm63xxFelix Fietkau2009-04-081-1/+1
| | | | SVN-Revision: 15156
* kernel: revert the change from JHASH_GOLDEN_RATIO to JHASH_INIT_PARAM (ipv6 ↵Felix Fietkau2009-04-081-6/+6
| | | | | | still relies on it) SVN-Revision: 15155
* cleanup etrax patchesClaudio Mignanti2009-04-089-5859/+0
| | | | SVN-Revision: 15154
* Fix kernel headers for cris (thanks hinkocevar)Claudio Mignanti2009-04-082-10/+54
| | | | SVN-Revision: 15153
* update e2fsprogs to 1.41.3Florian Fainelli2009-04-082-14/+2
| | | | SVN-Revision: 15151
* update ncurses to 5.7 (#4852)Florian Fainelli2009-04-085-7/+256
| | | | SVN-Revision: 15147
* some more fixes to the SPI controller driverFlorian Fainelli2009-04-082-29/+31
| | | | SVN-Revision: 15146
* dropbear: fix 100-pubkey_path.patch which broke pubkey auth after updating ↵Jo-Philipp Wich2009-04-072-27/+72
| | | | | | to 0.52 - thanks maniac103! SVN-Revision: 15144
* Add some b43 firmware helptextMichael Büsch2009-04-071-0/+20
| | | | SVN-Revision: 15143
* Remove 500-b43-disable_qos_when_openfw.patchMichael Büsch2009-04-071-11/+0
| | | | | | | | | | | | | This patch is incorrect. It leaves mac80211 and b43 in different states. mac80211's hw->queues will be left at 4 (QoS enabled), while QoS will be disabled inside of b43's queue handling. There currently is no way to disable QoS after loading the firmware. Buildroot should probably statically change the module parameter to QoS=0, if the opensource firmware is built into the image. SVN-Revision: 15142
* madwifi: remove braindead code that overwrote the user's antenna diversity ↵Felix Fietkau2009-04-071-0/+30
| | | | | | setting (thx, brainslayer) SVN-Revision: 15141
* revert changeset 15081 seems to break Alice box devicesFlorian Fainelli2009-04-071-1/+1
| | | | SVN-Revision: 15140
* imagetag's -k argument is expected to be hexadecimal instead of decimal (#4885)Florian Fainelli2009-04-071-1/+1
| | | | SVN-Revision: 15133
* fix typo in 910-cryptodev_backport.patch (#3933)Florian Fainelli2009-04-071-1/+1
| | | | SVN-Revision: 15132
* kernel: tweak the maximum allocation size to improve memory allocator ↵Felix Fietkau2009-04-071-0/+13
| | | | | | performance SVN-Revision: 15130
* tweak some sysctl values for better performanceFelix Fietkau2009-04-071-0/+3
| | | | SVN-Revision: 15129
* kernel: replace jhash2 with the faster jhash3 algorithmFelix Fietkau2009-04-071-0/+227
| | | | SVN-Revision: 15128
* remove debugging codeFelix Fietkau2009-04-071-3/+1
| | | | SVN-Revision: 15127
* accomodate netfilter module (xt_recent) name change in 2.6.28, add missing ↵Nicolas Thill2009-04-062-0/+2
| | | | | | kconfig when xt_recent is enabled SVN-Revision: 15123
* 2.6.28: add Kconfig prompt for the old crypto symbolsGabor Juhos2009-04-062-2/+50
| | | | SVN-Revision: 15122
* b43: Add DMA poisoning patchesMichael Büsch2009-04-063-7/+186
| | | | SVN-Revision: 15121
* A patch which works around the issue is included in compat wireless.Michael Büsch2009-04-061-24/+0
| | | | SVN-Revision: 15120
* add a patch to disable compile-time buffer checks enabled by default on ↵Nicolas Thill2009-04-061-0/+11
| | | | | | Ubuntu 8.10 and later (closes: #4826) SVN-Revision: 15119
* ixp4xx: do not delete /var, /jffs, /rom - it breaks non-freecom imagesFelix Fietkau2009-04-061-2/+0
| | | | SVN-Revision: 15118
* ixp4xx: don't leave zImage on the rootfs for images other than the freecom oneFelix Fietkau2009-04-061-0/+1
| | | | SVN-Revision: 15117
* wprobe: enable conditional compilationFelix Fietkau2009-04-061-5/+15
| | | | SVN-Revision: 15116
* ixp4xx: make apex optional, clean up the makefile - fixes spurious ↵Felix Fietkau2009-04-068-92/+67
| | | | | | recompilation issues SVN-Revision: 15115
* clean up gmp and mpfrFelix Fietkau2009-04-062-45/+9
| | | | SVN-Revision: 15114
* add check for common config variants for tools/installFelix Fietkau2009-04-061-1/+1
| | | | SVN-Revision: 15113
* add support for config options checking in top-level directory stampfilesFelix Fietkau2009-04-061-2/+2
| | | | SVN-Revision: 15112
* small cleanup for tools/MakefileFelix Fietkau2009-04-061-1/+8
| | | | SVN-Revision: 15111
* add a default template for Host/InstallFelix Fietkau2009-04-061-0/+9
| | | | SVN-Revision: 15110
* lua: add zlib build dependency, fix inaccuracy in gzip loaderJo-Philipp Wich2009-04-053-9/+13
| | | | SVN-Revision: 15109
* lua: add support for loading gzip compressed source files, bump package revisionJo-Philipp Wich2009-04-044-4/+272
| | | | SVN-Revision: 15108
* update openssl to 0.9.8k (#4846)Florian Fainelli2009-04-044-18/+41
| | | | SVN-Revision: 15106
* do not copy all library files, saves some space (#4872)Florian Fainelli2009-04-041-3/+3
| | | | SVN-Revision: 15101
* madwifi: fix crash under loadFelix Fietkau2009-04-041-0/+20
| | | | SVN-Revision: 15099
* fix a vfs api bug in squashfs triggered by zabbix-agent (#4365)Felix Fietkau2009-04-043-0/+33
| | | | SVN-Revision: 15098
* rename our /bin/login script to /bin/login.sh to avoid collisions with ↵Felix Fietkau2009-04-044-3/+3
| | | | | | busybox - we always use -l on telnetd anyway SVN-Revision: 15097
* fix failsafe modeFelix Fietkau2009-04-041-0/+1
| | | | SVN-Revision: 15096
* udhcpc: run dhcp hotplug events after dns has been setFelix Fietkau2009-04-041-7/+7
| | | | SVN-Revision: 15095
* update iw to 0.9.11 (#4833)Florian Fainelli2009-04-031-2/+2
| | | | SVN-Revision: 15084
* Update to compat-wireless-2009-03-31Hauke Mehrtens2009-04-0218-1029/+864
| | | | SVN-Revision: 15083
* compute rootfs crc32 required for brcm63xx web upgradesFlorian Fainelli2009-04-021-4/+1
| | | | SVN-Revision: 15081
* document a little bit more the rationale of the 6bridge scriptFlorian Fainelli2009-04-021-0/+2
| | | | SVN-Revision: 15079