summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add ISDN support (#1498)Florian Fainelli2007-04-082-1/+19
| | | | SVN-Revision: 6905
* Fix MacOSX build errors with iproute2 (#1533)Florian Fainelli2007-04-082-0/+67
| | | | SVN-Revision: 6904
* Fix yamonenv errors on accessing environment (#1542)Florian Fainelli2007-04-081-0/+12
| | | | SVN-Revision: 6902
* Enable bluetooth modules (#1529)Florian Fainelli2007-04-081-4/+0
| | | | SVN-Revision: 6901
* Fix warningsFlorian Fainelli2007-04-081-15/+23
| | | | SVN-Revision: 6899
* Re-enable MPI/PCI codeFlorian Fainelli2007-04-081-7/+1
| | | | SVN-Revision: 6897
* Major cleanup : - no more Broadcom kerSys* code - working runtime boot ↵Florian Fainelli2007-04-0846-4979/+2854
| | | | | | loader detection - updated flash map driver SVN-Revision: 6896
* Rename mipsIRQ.S to int-handler to match the kernel naming convention, ↵Florian Fainelli2007-04-085-53/+136
| | | | | | implement basic board detection, rewrite usb HCD driver (to be tested) SVN-Revision: 6893
* move openssl to 0.9.8eTim Yardley2007-04-081-3/+3
| | | | SVN-Revision: 6892
* update dropbear to 0.49Tim Yardley2007-04-083-31/+12
| | | | SVN-Revision: 6890
* fix a few bugs with the last few commitsMike Baker2007-04-071-6/+6
| | | | SVN-Revision: 6887
* make a few commands silent and fix defconfig logicFelix Fietkau2007-04-071-7/+5
| | | | SVN-Revision: 6886
* fix typoNicolas Thill2007-04-071-1/+1
| | | | SVN-Revision: 6885
* fix package/target scanningFelix Fietkau2007-04-071-2/+2
| | | | SVN-Revision: 6884
* trivial formatting - remove a few @'s and use a .silent insteadMike Baker2007-04-071-18/+18
| | | | SVN-Revision: 6883
* same as [6881]Mike Baker2007-04-071-3/+3
| | | | SVN-Revision: 6882
* fix menuconfigFelix Fietkau2007-04-071-3/+3
| | | | SVN-Revision: 6881
* Fix free space size checkEugene Konev2007-04-071-1/+1
| | | | SVN-Revision: 6880
* fix menuconfig checksMike Baker2007-04-071-2/+3
| | | | SVN-Revision: 6879
* qos-scripts: fix RED burst calculationFelix Fietkau2007-04-071-1/+2
| | | | SVN-Revision: 6878
* add a menuconfig option for specifying a local download mirrorFelix Fietkau2007-04-062-6/+20
| | | | SVN-Revision: 6877
* use ~/.openwrt/defconfig as default config if it existsFelix Fietkau2007-04-061-1/+6
| | | | SVN-Revision: 6876
* update qos-scripts to v1.1 - rewritten hfsc rate calculationFelix Fietkau2007-04-067-154/+158
| | | | SVN-Revision: 6875
* add bnep to the bluetooth kmod package (patch by Henryk)Felix Fietkau2007-04-061-2/+4
| | | | SVN-Revision: 6874
* use rc.common for usb init scriptFelix Fietkau2007-04-061-2/+2
| | | | SVN-Revision: 6873
* meshcube: override the boot loader's (wrong) kernel command lineFelix Fietkau2007-04-061-0/+19
| | | | SVN-Revision: 6872
* Added module to generate u-boot config file. Added platform overrides for ↵Hamish Guthrie2007-04-055-1/+153
| | | | | | base files. SVN-Revision: 6870
* add missing modules for usb sound support on 2.6 (#1535)Felix Fietkau2007-04-053-7/+11
| | | | SVN-Revision: 6869
* brcm47xx-2.6: reset the pci core at boot time (see #464)Felix Fietkau2007-04-051-2/+1
| | | | SVN-Revision: 6868
* add pci latency timer workaround for atheros cards (from #1546)Felix Fietkau2007-04-041-0/+3
| | | | SVN-Revision: 6867
* Remove ldd/ldconfig for the moment (#1551)Florian Fainelli2007-04-042-20/+0
| | | | SVN-Revision: 6866
* move gen_busybox_menuconfig.pl to package/busyboxFelix Fietkau2007-04-041-0/+0
| | | | SVN-Revision: 6865
* replace gen_busybox_config.pl with a simple sed commandFelix Fietkau2007-04-042-30/+1
| | | | SVN-Revision: 6864
* Cleanups on romboot and u-boot. Conditionally apply ldd and ldconfig support ↵Hamish Guthrie2007-04-044-0/+440
| | | | | | on at91 platform SVN-Revision: 6862
* set up the NPEs and microcode loading on the Pronghorn MetroImre Kaloz2007-04-042-0/+119
| | | | SVN-Revision: 6861
* revert [6857] for rules.mk; make cannot parse dependancies properlyMike Baker2007-04-041-3/+11
| | | | SVN-Revision: 6860
* Accidentially broke sdk and imagebuilder in [6857]Mike Baker2007-04-032-7/+7
| | | | SVN-Revision: 6858
* Tidy up MakefilesMike Baker2007-04-035-77/+40
| | | | SVN-Revision: 6857
* Add ldd and ldconfig support, template packages derived from gcc and uclibcFlorian Fainelli2007-04-033-17/+45
| | | | SVN-Revision: 6856
* Add the infrastructure to support different flash sizes/addressFlorian Fainelli2007-04-031-2/+4
| | | | SVN-Revision: 6855
* mkcsysimg typosFlorian Fainelli2007-04-031-3/+3
| | | | SVN-Revision: 6853
* Use CONFIG_CMDLINE instead of hardcoded kernel command lineFlorian Fainelli2007-04-031-1/+1
| | | | SVN-Revision: 6852
* bug #1547Mike Baker2007-04-031-1/+1
| | | | SVN-Revision: 6851
* more [6849]Mike Baker2007-04-032-4/+4
| | | | SVN-Revision: 6850
* Using find's -exec to remove directories causes 'not found' errors when find ↵Mike Baker2007-04-033-5/+5
| | | | | | tries to search the removed directory. Hopefully fixed now. SVN-Revision: 6849
* Split up brcm63xx into files/Florian Fainelli2007-04-0335-9762/+9634
| | | | SVN-Revision: 6848
* Remove useless mksyshdr utility, replaced by mkcsysimg, Edimax images are no ↵Florian Fainelli2007-04-033-48/+0
| | | | | | longer broken, and have been tested SVN-Revision: 6847
* enable OTP support for IXP4xxImre Kaloz2007-04-031-1/+6
| | | | SVN-Revision: 6846
* fix typoImre Kaloz2007-04-031-1/+1
| | | | SVN-Revision: 6845
* Add the infrastructure to detect RouterBOOT and use USBFlorian Fainelli2007-04-022-3/+22
| | | | SVN-Revision: 6844