summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Update kernel configuration and add profiles and per-profile kernel ↵Florian Fainelli2008-10-285-9/+48
| | | | | | configuration files for AMIT and Zyxel boards, thanks sn9 SVN-Revision: 13064
* Add flashmap support for AMIT and Zyxel boards, thanks sn9Florian Fainelli2008-10-282-6/+300
| | | | SVN-Revision: 13063
* Remove some configuration files, workarounds are now in the ethernet driver, ↵Florian Fainelli2008-10-284-46/+38
| | | | | | thanks sn9 SVN-Revision: 13062
* Add amit boards specific fixupsFlorian Fainelli2008-10-284-0/+124
| | | | SVN-Revision: 13061
* improve routing/nat performance for devices using the marvell 88e6060 switchFelix Fietkau2008-10-285-10/+89
| | | | SVN-Revision: 13060
* Prepare image Makefile to generate valid images for amit and g570s boards, ↵Florian Fainelli2008-10-281-5/+21
| | | | | | thanks sn9 SVN-Revision: 13059
* Fix target description and features available for rdcFlorian Fainelli2008-10-281-2/+2
| | | | SVN-Revision: 13058
* Add makeamitbin to generate images for other RDC-based devices, thanks sn9 !Florian Fainelli2008-10-282-0/+317
| | | | SVN-Revision: 13056
* Use 2.6.27.4 kernel versionFlorian Fainelli2008-10-282-3/+3
| | | | SVN-Revision: 13055
* fix conditional depends in ipkg control filesFelix Fietkau2008-10-271-2/+3
| | | | SVN-Revision: 13051
* Add preliminary support for USR8200 boardPeter Denison2008-10-261-0/+327
| | | | SVN-Revision: 13049
* Fix typoFlorian Fainelli2008-10-241-1/+1
| | | | SVN-Revision: 13046
* select gpioctl by default on atherosFelix Fietkau2008-10-231-1/+1
| | | | SVN-Revision: 13040
* remove LED api abuse from r13032 per request fom nbd, gpioctl is now built ↵Travis Kemen2008-10-231-14/+5
| | | | | | by defualt SVN-Revision: 13039
* Update to 2.6.26.7Florian Fainelli2008-10-2315-16/+16
| | | | SVN-Revision: 13036
* Update targets to 2.6.27.3Florian Fainelli2008-10-232-3/+3
| | | | SVN-Revision: 13035
* remove polarity from config file generationTravis Kemen2008-10-231-2/+1
| | | | SVN-Revision: 13034
* fix mistakes in last commitTravis Kemen2008-10-231-2/+2
| | | | SVN-Revision: 13033
* Simplify antenna selection and remove the need for gpioctl for the nanostation2.Travis Kemen2008-10-231-12/+19
| | | | SVN-Revision: 13032
* fix polarityTravis Kemen2008-10-231-1/+1
| | | | SVN-Revision: 13031
* madwifi: improve reliability of the antenna diversity settingFelix Fietkau2008-10-232-1/+11
| | | | SVN-Revision: 13029
* implement uci config option for the nanostation antenna/polarity control ↵Felix Fietkau2008-10-231-8/+47
| | | | | | (ns2 and ns5 supported) SVN-Revision: 13028
* madwifi: add a patch for detecting vendor / device name information (only ↵Felix Fietkau2008-10-234-9/+326
| | | | | | implemented for WiSoC at the moment) SVN-Revision: 13027
* make sure that the dhcp client (or other processes necessary to get a ↵Felix Fietkau2008-10-231-0/+1
| | | | | | connection) gets restarted when the wifi is restarted SVN-Revision: 13026
* fix accidentally committed typoFelix Fietkau2008-10-231-1/+1
| | | | SVN-Revision: 13025
* Update patches and rename board 9 stands for development boardFlorian Fainelli2008-10-223-9/+16
| | | | SVN-Revision: 13024
* remove more redundant files and clone files-2.6.23 for 2.6.24 - fixes rdc ↵Felix Fietkau2008-10-22165-45570/+7767
| | | | | | build errors SVN-Revision: 13022
* fix prepare error with brcm-2.4 and missing files/ (thx, thepeople)Felix Fietkau2008-10-211-1/+2
| | | | SVN-Revision: 13021
* Add missing evaloader specific changes from #2830Florian Fainelli2008-10-201-3/+8
| | | | SVN-Revision: 13018
* Do not use dynamic ticks on rb532 (#4110)Florian Fainelli2008-10-201-2/+2
| | | | SVN-Revision: 13017
* Add definitions for bcm96350vw, add back bcm63xx mtd driver, be careful when ↵Florian Fainelli2008-10-205-2/+120
| | | | | | testing with 8MB devices SVN-Revision: 13015
* fix boot failure on some boardsGabor Juhos2008-10-201-0/+108
| | | | SVN-Revision: 13013
* Remove me from the gpio-spi related stuffMichael Büsch2008-10-193-70/+54
| | | | SVN-Revision: 13011
* change the way ./files* and the generic kernel files are applied. ./files ↵Felix Fietkau2008-10-18125-8971/+4
| | | | | | now applies to *ALL* kernel versions, and is copied along with ./files-* - this gets rid of quite a bit of redundancy in the extra kernel drivers. SVN-Revision: 13010
* add new switch configuration apiFelix Fietkau2008-10-1813-0/+3273
| | | | SVN-Revision: 13009
* menuconfig: don't generate inconsistencies when ~/.openwrt/defconfig ↵Felix Fietkau2008-10-181-5/+1
| | | | | | specifies a default target SVN-Revision: 13008
* one more instance of r13005Felix Fietkau2008-10-181-1/+1
| | | | SVN-Revision: 13007
* atheros: clean up the board data detection code and attempt to boot the ↵Felix Fietkau2008-10-181-17/+77
| | | | | | kernel even when the board data was not found (radio data still needs to be present) SVN-Revision: 13006
* don't overwrite .config if it's a symlink (fixes scripts/env problems)Felix Fietkau2008-10-181-1/+1
| | | | SVN-Revision: 13005
* add support for conditional depends to the feeds scriptFelix Fietkau2008-10-181-1/+2
| | | | SVN-Revision: 13004
* don't override CONFIG_BLK_DEVGabor Juhos2008-10-181-1/+0
| | | | SVN-Revision: 13002
* New Broadcom BCM63xx codebase, huge thanks to Maxime ;)Florian Fainelli2008-10-1714-1/+10838
| | | | SVN-Revision: 13001
* don't override CONFIG_CRYPTOGabor Juhos2008-10-171-1/+0
| | | | SVN-Revision: 13000
* don't override CONFIG_BRIDGEGabor Juhos2008-10-171-3/+0
| | | | SVN-Revision: 12999
* change ag71xx platform device registrationGabor Juhos2008-10-175-27/+61
| | | | SVN-Revision: 12997
* mac80211: fix zd1211rw build errorGabor Juhos2008-10-171-3/+18
| | | | SVN-Revision: 12996
* add phidget kernel module from #4116Travis Kemen2008-10-171-0/+13
| | | | SVN-Revision: 12994
* madwifi: allow disabling of hardware ibss merges by setting the wifi-iface ↵Felix Fietkau2008-10-161-1/+4
| | | | | | option sw_merge, which does the tsf sync in software instead. used to work around hardware issues with hw merges (ATIM window gets screwed up) SVN-Revision: 12993
* remove madwifi-testing (it confuses users) - it doesn't work, never has, and ↵Felix Fietkau2008-10-1646-5160/+5
| | | | | | i'm not going to finish it. SVN-Revision: 12992
* fix RB-493 detectionGabor Juhos2008-10-161-0/+3
| | | | SVN-Revision: 12991