summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* remove atm support in a few platformsFelix Fietkau2006-10-172-14/+2
| | | | SVN-Revision: 5177
* add ATM_SUPPORT flagFelix Fietkau2006-10-171-0/+6
| | | | SVN-Revision: 5176
* add USES_EXT2 flag for target platformsFelix Fietkau2006-10-172-0/+5
| | | | SVN-Revision: 5175
* remove support for obsolete /etc/modules fileFelix Fietkau2006-10-161-1/+1
| | | | SVN-Revision: 5173
* Do not automatically create atheros devices (#811), and potentially other bugsFlorian Fainelli2006-10-161-1/+1
| | | | SVN-Revision: 5168
* bcm4710: port a missing part of the cache fixes to linux 2.6Felix Fietkau2006-10-161-33/+51
| | | | SVN-Revision: 5163
* fix irq sharing issue on bcm4710Felix Fietkau2006-10-161-4/+5
| | | | SVN-Revision: 5160
* fix extpci irq assignment bugFelix Fietkau2006-10-161-4/+16
| | | | SVN-Revision: 5159
* accidentally removed a small part of the flash map patch - fixing that.Felix Fietkau2006-10-161-0/+27
| | | | SVN-Revision: 5158
* remove nvram.shFelix Fietkau2006-10-161-19/+0
| | | | SVN-Revision: 5153
* add modified version of mbm's 'introduction to buildroot-ng' to the ↵Felix Fietkau2006-10-163-4/+325
| | | | | | documentation SVN-Revision: 5151
* add *.out to cleanup ruleFelix Fietkau2006-10-161-1/+1
| | | | SVN-Revision: 5150
* add documentation for /etc/config/wireless and improve formattingFelix Fietkau2006-10-164-36/+133
| | | | SVN-Revision: 5149
* sync whiterussian download.pl with trunk, allow the user to specify ↵Felix Fietkau2006-10-161-1/+3
| | | | | | additional wget options by using the WGET_OPTIONS env var SVN-Revision: 5144
* Add ralink rt61 driver needed for rdc-2.6 targetFlorian Fainelli2006-10-152-0/+52
| | | | SVN-Revision: 5142
* Drop changes to mm/fault.c prevents from seeing kernel oops while restarting ↵Florian Fainelli2006-10-151-24/+0
| | | | | | the board automatically SVN-Revision: 5141
* add some documentation for the init scriptsFelix Fietkau2006-10-152-0/+62
| | | | SVN-Revision: 5140
* Updated kernel configFlorian Fainelli2006-10-151-6/+4
| | | | SVN-Revision: 5139
* Merge preliminary rdc-2.6 support (Airlink101 AR525W)Florian Fainelli2006-10-158-0/+3713
| | | | SVN-Revision: 5138
* add patch from #849Felix Fietkau2006-10-151-0/+21
| | | | SVN-Revision: 5137
* add firewall protection for wan_device in addition to wan_ifname (fixes #852)Felix Fietkau2006-10-151-0/+2
| | | | SVN-Revision: 5136
* Prevent SSH keys from being chmoded to 644 (#664), looks like those are the ↵Florian Fainelli2006-10-151-1/+1
| | | | | | only files concerned for now SVN-Revision: 5135
* add io resource patch from #800, merge flash map stuff from linux 2.4 to ↵Felix Fietkau2006-10-152-32/+43
| | | | | | support the wl-hdd without breaking the netgear wgt634u SVN-Revision: 5134
* don't hardcode the cpu frequency for bcm47xx in linux 2.6Felix Fietkau2006-10-151-160/+227
| | | | SVN-Revision: 5133
* fix bcm4710 cache fixesFelix Fietkau2006-10-151-9/+9
| | | | SVN-Revision: 5132
* fix typoFelix Fietkau2006-10-151-1/+1
| | | | SVN-Revision: 5131
* init script cleanup, use /etc/rc.d/ for enabled scripts, ↵Felix Fietkau2006-10-1520-19/+197
| | | | | | /etc/init.d/<pkgname> (enable|disable) manages symlinks SVN-Revision: 5128
* disable entropy gathering in wlcompat-debugFelix Fietkau2006-10-151-1/+8
| | | | SVN-Revision: 5127
* add hotplug script for setting up networking on wds interfacesFelix Fietkau2006-10-151-0/+34
| | | | SVN-Revision: 5125
* wlc: use custom ether_ntoa implementation that pads the address partsFelix Fietkau2006-10-151-7/+12
| | | | SVN-Revision: 5124
* Update kernel config : add support for bluetooth devices, enable packet ↵Florian Fainelli2006-10-151-8/+28
| | | | | | support in-kernel, prevented udhcpc to work SVN-Revision: 5123
* add support for wds vifs for broadcom wlFelix Fietkau2006-10-151-1/+8
| | | | SVN-Revision: 5122
* implement wlc call to read wds endpoint macFelix Fietkau2006-10-151-0/+42
| | | | SVN-Revision: 5121
* always return true in disable_broadcom()Felix Fietkau2006-10-151-0/+1
| | | | SVN-Revision: 5120
* fix error messageFelix Fietkau2006-10-151-1/+1
| | | | SVN-Revision: 5119
* implement network callbacks for broadcom wlFelix Fietkau2006-10-151-12/+34
| | | | SVN-Revision: 5118
* scan_interfaces is unnecessary at this pointFelix Fietkau2006-10-151-1/+0
| | | | SVN-Revision: 5117
* remove all broadcom interfaces from bridges and bring them down completely ↵Felix Fietkau2006-10-153-8/+28
| | | | | | when wifi down is called SVN-Revision: 5116
* add protection for bridging interface changesFelix Fietkau2006-10-151-0/+7
| | | | SVN-Revision: 5115
* remove the wifi interface from the default bridgeFelix Fietkau2006-10-152-8/+6
| | | | SVN-Revision: 5114
* implement simple device autodetection for wifi driversFelix Fietkau2006-10-154-26/+78
| | | | SVN-Revision: 5113
* Fix module dependency on ipw21,2200, bcm43xxFlorian Fainelli2006-10-151-0/+3
| | | | SVN-Revision: 5110
* cleanupFelix Fietkau2006-10-142-13/+1
| | | | SVN-Revision: 5106
* fix path to bash in openssl compileFelix Fietkau2006-10-141-0/+8
| | | | SVN-Revision: 5105
* fix sstrip linux compileFelix Fietkau2006-10-141-0/+1
| | | | SVN-Revision: 5104
* use the native toolchain for grub on non-amd64 hostsFelix Fietkau2006-10-141-2/+23
| | | | SVN-Revision: 5103
* fix zlib cross compiling from non-linux systemsFelix Fietkau2006-10-142-0/+1
| | | | SVN-Revision: 5102
* cleanupFelix Fietkau2006-10-142-26/+1
| | | | SVN-Revision: 5097
* another one ...Felix Fietkau2006-10-141-1/+1
| | | | SVN-Revision: 5095
* fix lzma compileFelix Fietkau2006-10-141-1/+1
| | | | SVN-Revision: 5094