aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* remove problematic change that probably broke SoC supportFelix Fietkau2006-12-221-31/+1
| | | | SVN-Revision: 5891
* move hostapd setup function to wireless-tools package, as it is driver ↵Felix Fietkau2006-12-223-66/+69
| | | | | | independent SVN-Revision: 5890
* nuke old madwifi init script, add new /lib/wifi handler (usable for many ↵Felix Fietkau2006-12-223-8/+6
| | | | | | configurations already), fix up a target name SVN-Revision: 5889
* lots of enhancements for the madwifi script (hostapd calls for ap with wpa ↵Felix Fietkau2006-12-221-36/+125
| | | | | | implemented, two kinds of wds support added - by essid or by bssid, various bugfixes) SVN-Revision: 5888
* update madwifi SoC support patch, add device ids for 2317 (will be ↵Felix Fietkau2006-12-221-9/+83
| | | | | | functional after a hal upgrade) SVN-Revision: 5887
* Moved netconfig (for ixp4xx only) to S15, so that it can access ↵Rod Whitby2006-12-211-17/+7
| | | | | | /proc/cpuinfo to determine which type of board it is on. Added ifup commands at the end to bring up the interfaces. SVN-Revision: 5886
* replace another instance of a relative path to generic-2.* with an absolute ↵Felix Fietkau2006-12-201-1/+1
| | | | | | one (for symlinked target directories) SVN-Revision: 5885
* more cleanupFelix Fietkau2006-12-201-174/+2
| | | | SVN-Revision: 5884
* Initial stab at netconfig for nslu2 and nas100dRod Whitby2006-12-202-0/+99
| | | | SVN-Revision: 5883
* move DEFAULT_foo out of PACKAGE_foo, it was breaking package menus.Nicolas Thill2006-12-201-2/+2
| | | | SVN-Revision: 5881
* Compiled the ixp4xx on-board network support into the kernel, so that ↵Rod Whitby2006-12-201-3/+3
| | | | | | auto-loading of the microcode from another flash partition will work. SVN-Revision: 5880
* remove hardcoded package nameFelix Fietkau2006-12-201-1/+1
| | | | SVN-Revision: 5879
* prepare for moving part of the firewall to hotplug. created new chains ↵Felix Fietkau2006-12-203-29/+25
| | | | | | {input,forwarding,prerouting}_wan for wan port forwardings and updated the examples. syntax of /etc/config/firewall unchanged and old firewall.user files are still compatible SVN-Revision: 5878
* don't try to automount loopback devices (#1011)Felix Fietkau2006-12-201-1/+1
| | | | SVN-Revision: 5877
* add a workaround for self-killing init scripts on restart (#1023)Felix Fietkau2006-12-201-0/+1
| | | | SVN-Revision: 5876
* fix ppp keepalive setting (#1071)Felix Fietkau2006-12-201-2/+2
| | | | SVN-Revision: 5875
* add wlc commands for setting 802.11d and 802.11h mode, disable both by ↵Felix Fietkau2006-12-202-0/+16
| | | | | | default (helps with ipw2200 assoc problems, see #1075 for more information) SVN-Revision: 5874
* fix size of config partition on ar7 (#902)Felix Fietkau2006-12-201-1/+1
| | | | SVN-Revision: 5873
* add a variable to keep track of the list of sections when loading uci config ↵Felix Fietkau2006-12-201-4/+21
| | | | | | files. add a function to iterate through sections SVN-Revision: 5870
* Add image generation for ar525wFlorian Fainelli2006-12-191-7/+3
| | | | SVN-Revision: 5868
* Not sure why ixp4xx-2.6 config has HWMON set, but because it does, then ↵Rod Whitby2006-12-191-2/+40
| | | | | | there has to be many other SENSORS config options unset SVN-Revision: 5867
* Enabled RTC (compiled in) for NSLU2 and NAS100d, and PATA (modules) for NAS100dRod Whitby2006-12-191-3/+128
| | | | SVN-Revision: 5866
* add two patches from madwifi trac ticket 914 - should fix multiple ↵Felix Fietkau2006-12-192-0/+65
| | | | | | wlanconfig create/destroy runs and a few wds related crashes SVN-Revision: 5865
* change the type of plat_irq_dispatchFelix Fietkau2006-12-191-1/+1
| | | | SVN-Revision: 5864
* remove obsolete patchFelix Fietkau2006-12-191-13/+0
| | | | SVN-Revision: 5863
* cosmetic fix: make the pci slot check more readableFelix Fietkau2006-12-191-1/+1
| | | | SVN-Revision: 5862
* add a better pci fix for rb532Felix Fietkau2006-12-192-48/+25
| | | | SVN-Revision: 5861
* add missing copyrightFelix Fietkau2006-12-191-1/+2
| | | | SVN-Revision: 5860
* next time I should sleep moreImre Kaloz2006-12-191-3/+3
| | | | SVN-Revision: 5858
* upgrade to 2.6.19.1, fix Gateway 7001 patch and enable image generation for ↵Imre Kaloz2006-12-1916-179/+324
| | | | | | ixp4xx SVN-Revision: 5856
* first round of rb532 cleanupFelix Fietkau2006-12-193-2347/+101
| | | | SVN-Revision: 5855
* add hardware detection for dell truemobile 2300Felix Fietkau2006-12-191-1/+7
| | | | SVN-Revision: 5854
* fix qos-scripts RED qdisc calculation for slow linesFelix Fietkau2006-12-192-1/+2
| | | | SVN-Revision: 5853
* More bcm963xx fixesFlorian Fainelli2006-12-192-16/+7
| | | | SVN-Revision: 5852
* cosmetic fixesFelix Fietkau2006-12-191-6/+6
| | | | SVN-Revision: 5851
* implement real-time progress info for the package/target info collect ↵Felix Fietkau2006-12-191-10/+17
| | | | | | (thanks to Thorsten Glaser for the idea) SVN-Revision: 5850
* More bcm963xx fixes with 2.6.19Florian Fainelli2006-12-181-11/+12
| | | | SVN-Revision: 5849
* Replace inode.u.generic_ip with inode.i_privateFlorian Fainelli2006-12-181-1/+1
| | | | SVN-Revision: 5848
* add ohci to x86 kernel configFelix Fietkau2006-12-182-3/+4
| | | | SVN-Revision: 5847
* some platform support path name cleanupFelix Fietkau2006-12-186-11/+12
| | | | SVN-Revision: 5846
* add a missing dependency - prevented clean rebuild after kernel upgradesFelix Fietkau2006-12-181-1/+1
| | | | SVN-Revision: 5845
* Oops, commited just one part :/Florian Fainelli2006-12-181-0/+381
| | | | SVN-Revision: 5842
* Update brcm63xx flash map driver for 2.6.19Florian Fainelli2006-12-181-324/+8
| | | | SVN-Revision: 5841
* Add a Ralink profileFlorian Fainelli2006-12-181-0/+6
| | | | SVN-Revision: 5835
* Fixed patch naming to match conventionsRod Whitby2006-12-183-0/+0
| | | | SVN-Revision: 5831
* IXP4xx patches for NSLU2 and NAS100DRod Whitby2006-12-1812-0/+930
| | | | SVN-Revision: 5830
* Fix spelling typoFlorian Fainelli2006-12-171-1/+1
| | | | SVN-Revision: 5829
* fix a spelling mistake (spotted by armijn)Felix Fietkau2006-12-171-1/+1
| | | | SVN-Revision: 5828
* Fix rt61 compilation with 2.6.19 kernelsFlorian Fainelli2006-12-171-0/+12
| | | | SVN-Revision: 5827
* Update rdc-2.6 patches for 2.6.19Florian Fainelli2006-12-171-45/+45
| | | | SVN-Revision: 5825