aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* make use of the marvell switch in the atheros portFelix Fietkau2008-04-202-3/+6
| | | | SVN-Revision: 10877
* Add support for the ultra-crappy Marvell 88E6060, which is used in Fonera+ ↵Felix Fietkau2008-04-207-0/+648
| | | | | | and the upcoming Fonera 2.0 SVN-Revision: 10876
* remove strange direct usage of dev->priv as wellGabor Juhos2008-04-201-1/+1
| | | | SVN-Revision: 10875
* use the netdev_priv() macro instead of directly accessing dev->privGabor Juhos2008-04-201-28/+26
| | | | SVN-Revision: 10874
* use stats from net_device structureGabor Juhos2008-04-202-30/+20
| | | | SVN-Revision: 10873
* nuke trailing whitespacesGabor Juhos2008-04-2013-118/+118
| | | | SVN-Revision: 10872
* make use of the adm6996 switch for atheros devices that support it ↵Felix Fietkau2008-04-202-1/+22
| | | | | | (autodetected at boot time) SVN-Revision: 10871
* remove some redundant codeFelix Fietkau2008-04-202-53/+17
| | | | SVN-Revision: 10870
* Add stub driver for ADM6996F switches (configured through MII) The driver ↵Felix Fietkau2008-04-206-0/+333
| | | | | | currently uses a hardcoded VLAN mapping and has no configuration yet Tested on Accton MR3202a SVN-Revision: 10869
* we can't handle the switch on the GW2345 yet, but we cna support the GW2355Imre Kaloz2008-04-191-5/+5
| | | | SVN-Revision: 10868
* rename patch to make it clear what it isImre Kaloz2008-04-191-0/+0
| | | | SVN-Revision: 10867
* avila: add model detection, refresh patches. Kaloz: thank you for the ↵Gabor Juhos2008-04-194-98/+191
| | | | | | review, comments, suggestions :P SVN-Revision: 10866
* add proper 2.6.25 supportImre Kaloz2008-04-1952-0/+134105
| | | | SVN-Revision: 10865
* fix swap{on,off} pathMatteo Croce2008-04-191-4/+4
| | | | SVN-Revision: 10863
* rename the bootloader image to standard name "otheros.bld"Yuji Mano2008-04-182-4/+4
| | | | SVN-Revision: 10860
* remove config for non supported kernel versionYuji Mano2008-04-181-1087/+0
| | | | SVN-Revision: 10859
* * update ps3 target kernel version to 2.6.25 * add default config for ps3 ↵Yuji Mano2008-04-182-6/+991
| | | | | | kernel 2.6.25 SVN-Revision: 10858
* Adm5120 also supports generic GPIO, allow gpioctl to be built (#3132)Florian Fainelli2008-04-171-1/+1
| | | | SVN-Revision: 10857
* Mark rt61 as 2.6.23 only (#3337)Florian Fainelli2008-04-171-1/+1
| | | | SVN-Revision: 10856
* more performance for madwifi :)Felix Fietkau2008-04-171-4/+56
| | | | SVN-Revision: 10855
* disable CONFIG_BRIDGE_NETFILTER by defaultFelix Fietkau2008-04-172-2/+2
| | | | SVN-Revision: 10854
* use the spi-ks8995 driver on the WRT55AG v2 boardsGabor Juhos2008-04-174-0/+170
| | | | SVN-Revision: 10853
* spi-ks8995: fix a compiler warning, fix the copyright headerGabor Juhos2008-04-171-9/+9
| | | | SVN-Revision: 10852
* add a driver for the KS8995 ethernet switch, will be usable to control the ↵Gabor Juhos2008-04-174-0/+477
| | | | | | switch on some boards SVN-Revision: 10851
* add performance improvement for madwifi on low-memory systemsFelix Fietkau2008-04-171-0/+178
| | | | SVN-Revision: 10850
* disable CONFIG_NO_HZ by default (who enabled this?)Felix Fietkau2008-04-173-3/+3
| | | | SVN-Revision: 10849
* add missing symbolTravis Kemen2008-04-151-0/+1
| | | | SVN-Revision: 10848
* remove udevextras dependency on udev (thx, fish)Felix Fietkau2008-04-151-1/+0
| | | | SVN-Revision: 10847
* fix restart on platforms without a setup_switch()Travis Kemen2008-04-151-0/+2
| | | | SVN-Revision: 10846
* move spi_gpio driver into the kernel, clean-up SPI modulesGabor Juhos2008-04-1510-27/+110
| | | | SVN-Revision: 10844
* update iptables to 1.4.0 (2.6 kernels only), refresh kernel patchesGabor Juhos2008-04-1537-3480/+5331
| | | | SVN-Revision: 10843
* add 2 more symbols missed from my last commitNicolas Thill2008-04-151-0/+2
| | | | SVN-Revision: 10842
* add missing symbols to 2.6.24 generic config, preventing proper kernel ↵Nicolas Thill2008-04-151-0/+10
| | | | | | configuration when certain kernel packages were selected SVN-Revision: 10841
* $(TARGET) is not anymore, replace it with $(ARCH) in ./bin/packages ↵Nicolas Thill2008-04-151-1/+1
| | | | | | subdirectories until we find something better SVN-Revision: 10840
* explicitely disable a bunch of package on ar7 until we properly detect pci & ↵Nicolas Thill2008-04-153-7/+11
| | | | | | usb support at configure time SVN-Revision: 10839
* mark b44 as broken, it doesn't build anymore due to SSB changes apparently ↵Nicolas Thill2008-04-151-2/+2
| | | | | | (closes: #3333) SVN-Revision: 10838
* fix magicbox_ide on 2.6.24Nicolas Thill2008-04-151-1/+3
| | | | SVN-Revision: 10837
* add missing CONFIG_GPIO_LEDS related ifdefsGabor Juhos2008-04-142-22/+26
| | | | SVN-Revision: 10835
* do target dependent optimizationsImre Kaloz2008-04-142-3/+3
| | | | SVN-Revision: 10834
* udevtrigger shouldn't depend on udev, we use it standalone for hotplug2Imre Kaloz2008-04-141-1/+0
| | | | SVN-Revision: 10833
* mark all openswan packages as brokenNicolas Thill2008-04-141-1/+2
| | | | SVN-Revision: 10832
* Mark broken packages as broken: - acx-mac80211 - openswan - aodv-uuAndy Boyett2008-04-143-9/+10
| | | | SVN-Revision: 10831
* package shared library as well (partially closes: #3030)Nicolas Thill2008-04-141-2/+24
| | | | SVN-Revision: 10829
* install dependencies after installing package to avoid deep recursion and ↵Nicolas Thill2008-04-131-7/+7
| | | | | | mass memory consuption SVN-Revision: 10823
* upgrade uci to 0.3.3, build lua pluginFelix Fietkau2008-04-131-5/+21
| | | | SVN-Revision: 10818
* remove lua's dependency on libreadline and libncursesFelix Fietkau2008-04-132-1/+54
| | | | SVN-Revision: 10817
* fix udevextras build when no extras were actually selectedNicolas Thill2008-04-131-3/+5
| | | | SVN-Revision: 10816
* mac80211 / compat-wireless fixes: * build in KERNEL_BUILD_DIR * only build ↵Nicolas Thill2008-04-131-3/+9
| | | | | | kernel module if it's selected SVN-Revision: 10815
* update libnl to 1.1Nicolas Thill2008-04-131-8/+8
| | | | SVN-Revision: 10814
* fix GPIO direction setup on ar5312, and fix compiler warningsGabor Juhos2008-04-131-5/+7
| | | | SVN-Revision: 10811