summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* add a gpio feature for devices supporting the generic GPIO interfacenico2008-04-203-0/+7
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10879 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [atheros] remove the clz function, use fls insteadjuhosg2008-04-202-24/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10878 3c298f89-4303-0410-b956-a3cf2f4a3e73
* make use of the marvell switch in the atheros portnbd2008-04-202-3/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10877 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add support for the ultra-crappy Marvell 88E6060, which is used in Fonera+ ↵nbd2008-04-207-0/+648
| | | | | | and the upcoming Fonera 2.0 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10876 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [atheros] remove strange direct usage of dev->priv as welljuhosg2008-04-201-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10875 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [atheros] use the netdev_priv() macro instead of directly accessing dev->privjuhosg2008-04-201-28/+26
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10874 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [atheros] use stats from net_device structurejuhosg2008-04-202-30/+20
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10873 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [atheros] nuke trailing whitespacesjuhosg2008-04-2013-118/+118
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10872 3c298f89-4303-0410-b956-a3cf2f4a3e73
* make use of the adm6996 switch for atheros devices that support it ↵nbd2008-04-202-1/+22
| | | | | | (autodetected at boot time) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10871 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove some redundant codenbd2008-04-202-53/+17
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10870 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add stub driver for ADM6996F switches (configured through MII)nbd2008-04-206-0/+333
| | | | | | | | The driver currently uses a hardcoded VLAN mapping and has no configuration yet Tested on Accton MR3202a git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10869 3c298f89-4303-0410-b956-a3cf2f4a3e73
* we can't handle the switch on the GW2345 yet, but we cna support the GW2355kaloz2008-04-191-5/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10868 3c298f89-4303-0410-b956-a3cf2f4a3e73
* rename patch to make it clear what it iskaloz2008-04-191-0/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10867 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ixp4xx] avila: add model detection, refresh patches. Kaloz: thank you for ↵juhosg2008-04-194-98/+191
| | | | | | the review, comments, suggestions :P git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10866 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add proper 2.6.25 supportkaloz2008-04-1952-0/+134105
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10865 3c298f89-4303-0410-b956-a3cf2f4a3e73
* nuke empty directory, we need actual patches therekaloz2008-04-190-0/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10864 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix swap{on,off} pathmatteo2008-04-191-4/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10863 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add patch dir for 2.6.25 kernelymano2008-04-180-0/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10861 3c298f89-4303-0410-b956-a3cf2f4a3e73
* rename the bootloader image to standard name "otheros.bld"ymano2008-04-182-4/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10860 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove config for non supported kernel versionymano2008-04-181-1087/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10859 3c298f89-4303-0410-b956-a3cf2f4a3e73
* * update ps3 target kernel version to 2.6.25ymano2008-04-182-6/+991
| | | | | | | * add default config for ps3 kernel 2.6.25 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10858 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Adm5120 also supports generic GPIO, allow gpioctl to be built (#3132)florian2008-04-171-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10857 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Mark rt61 as 2.6.23 only (#3337)florian2008-04-171-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10856 3c298f89-4303-0410-b956-a3cf2f4a3e73
* more performance for madwifi :)nbd2008-04-171-4/+56
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10855 3c298f89-4303-0410-b956-a3cf2f4a3e73
* disable CONFIG_BRIDGE_NETFILTER by defaultnbd2008-04-172-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10854 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] use the spi-ks8995 driver on the WRT55AG v2 boardsjuhosg2008-04-174-0/+170
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10853 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] spi-ks8995: fix a compiler warning, fix the copyright headerjuhosg2008-04-171-9/+9
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10852 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] add a driver for the KS8995 ethernet switch, will be usable to ↵juhosg2008-04-174-0/+477
| | | | | | control the switch on some boards git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10851 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add performance improvement for madwifi on low-memory systemsnbd2008-04-171-0/+178
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10850 3c298f89-4303-0410-b956-a3cf2f4a3e73
* disable CONFIG_NO_HZ by default (who enabled this?)nbd2008-04-173-3/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10849 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add missing symbolthepeople2008-04-151-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10848 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove udevextras dependency on udev (thx, fish)nbd2008-04-151-1/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10847 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix restart on platforms without a setup_switch()thepeople2008-04-151-0/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10846 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] mmc_over_gpio: oops, forgot to remove empty dirsjuhosg2008-04-150-0/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10845 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] move spi_gpio driver into the kernel, clean-up SPI modulesjuhosg2008-04-1510-27/+110
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10844 3c298f89-4303-0410-b956-a3cf2f4a3e73
* update iptables to 1.4.0 (2.6 kernels only), refresh kernel patchesjuhosg2008-04-1537-3480/+5331
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10843 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add 2 more symbols missed from my last commit nico2008-04-151-0/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10842 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add missing symbols to 2.6.24 generic config, preventing proper kernel ↵nico2008-04-151-0/+10
| | | | | | configuration when certain kernel packages were selected git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10841 3c298f89-4303-0410-b956-a3cf2f4a3e73
* $(TARGET) is not anymore, replace it with $(ARCH) in ./bin/packages ↵nico2008-04-151-1/+1
| | | | | | subdirectories until we find something better git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10840 3c298f89-4303-0410-b956-a3cf2f4a3e73
* explicitely disable a bunch of package on ar7 until we properly detect pci & ↵nico2008-04-153-7/+11
| | | | | | usb support at configure time git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10839 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mark b44 as broken, it doesn't build anymore due to SSB changes apparently ↵nico2008-04-151-2/+2
| | | | | | (closes: #3333) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10838 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix magicbox_ide on 2.6.24nico2008-04-151-1/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10837 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [atheros] add missing CONFIG_GPIO_LEDS related ifdefsjuhosg2008-04-142-22/+26
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10835 3c298f89-4303-0410-b956-a3cf2f4a3e73
* do target dependent optimizationskaloz2008-04-142-3/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10834 3c298f89-4303-0410-b956-a3cf2f4a3e73
* udevtrigger shouldn't depend on udev, we use it standalone for hotplug2kaloz2008-04-141-1/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10833 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mark all openswan packages as brokennico2008-04-141-1/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10832 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Mark broken packages as broken:agb2008-04-143-9/+10
| | | | | | | | | - acx-mac80211 - openswan - aodv-uu git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10831 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package shared library as well (partially closes: #3030)nico2008-04-141-2/+24
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10829 3c298f89-4303-0410-b956-a3cf2f4a3e73
* install dependencies after installing package to avoid deep recursion and ↵nico2008-04-131-7/+7
| | | | | | mass memory consuption git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10823 3c298f89-4303-0410-b956-a3cf2f4a3e73
* upgrade uci to 0.3.3, build lua pluginnbd2008-04-131-5/+21
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10818 3c298f89-4303-0410-b956-a3cf2f4a3e73