summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* remove reference to unused .kernel.mkFelix Fietkau2007-04-151-1/+1
| | | | SVN-Revision: 6959
* Fix reverse polarity on WGT634U (was : green while booting, amber when ready)Florian Fainelli2007-04-151-1/+1
| | | | SVN-Revision: 6958
* clean up dependency handling for autorebuildsFelix Fietkau2007-04-154-37/+62
| | | | SVN-Revision: 6956
* Build usbnet modules for brcm targets (#1481)Florian Fainelli2007-04-153-8/+20
| | | | SVN-Revision: 6955
* Add kmod-usb-uhci instead of ohci as defaults for WL500GP (#1589)Florian Fainelli2007-04-151-1/+1
| | | | SVN-Revision: 6954
* Restore the old flash mapping, no brcm63xx has the HDR0 headerFlorian Fainelli2007-04-151-433/+236
| | | | SVN-Revision: 6952
* export the IMAGEBUILDER variable so that makefiles can test for the image ↵Felix Fietkau2007-04-151-0/+1
| | | | | | builder run SVN-Revision: 6951
* fix ifdown hotplug event (#1576)Felix Fietkau2007-04-151-1/+1
| | | | SVN-Revision: 6950
* fix bogus "interface not found" errors in ifup -a (#1580)Felix Fietkau2007-04-151-1/+1
| | | | SVN-Revision: 6949
* ar7: improve search for image start (thanks matteo), add support for avm eva ↵Eugene Konev2007-04-152-59/+57
| | | | | | image format (thanks unverbraucht, #1566), support jffs2 images. SVN-Revision: 6948
* Add raw and NOTRACK targets (#1583)Florian Fainelli2007-04-139-12/+7
| | | | SVN-Revision: 6945
* Load soundcore before all other modules (#1586)Florian Fainelli2007-04-131-1/+1
| | | | SVN-Revision: 6943
* revert find | xargs => find | exec changes - this is completely unnecessary ↵Felix Fietkau2007-04-127-20/+12
| | | | | | and introduces additional dependencies that we do not need SVN-Revision: 6942
* dnsmasq: speed up the dhcp server detection (one try is enough)Felix Fietkau2007-04-121-1/+1
| | | | SVN-Revision: 6941
* prereq check for find -exec +Mike Baker2007-04-121-0/+8
| | | | SVN-Revision: 6940
* madwifi init: set the channel after bringing up the interface (sometimes it ↵Felix Fietkau2007-04-121-0/+1
| | | | | | needs the channel before bringing up the interface, sometimes after, no idea what's going on) SVN-Revision: 6939
* revert package compile breakage introduced in [6936]Felix Fietkau2007-04-121-1/+1
| | | | SVN-Revision: 6938
* remove automounting script for block devices - it's causing more problems ↵Felix Fietkau2007-04-121-25/+0
| | | | | | than it solves SVN-Revision: 6937
* minor tweaks to the verbose systemMike Baker2007-04-113-8/+14
| | | | SVN-Revision: 6936
* allow scripts to disable config callbacksFelix Fietkau2007-04-111-2/+2
| | | | SVN-Revision: 6934
* fix targetinfo, packageinfoMike Baker2007-04-111-1/+1
| | | | SVN-Revision: 6932
* Restore ipt_LOG targetFlorian Fainelli2007-04-111-2/+0
| | | | SVN-Revision: 6930
* Wrong svn repositoryFlorian Fainelli2007-04-1055-9214/+0
| | | | SVN-Revision: 6927
* Ajoute le support easygateFlorian Fainelli2007-04-1055-0/+9214
| | | | SVN-Revision: 6926
* fix default 2.6 kernel config so we dont halt at CMTP protocol supportTim Yardley2007-04-101-0/+1
| | | | SVN-Revision: 6925
* change handling of non-trx filesMike Baker2007-04-101-13/+2
| | | | SVN-Revision: 6924
* Changed erase routine to erase flash to 0xff instead of 0x00Hamish Guthrie2007-04-101-0/+11
| | | | SVN-Revision: 6922
* Added erase entire flash utility to romboot.Hamish Guthrie2007-04-102-0/+37
| | | | SVN-Revision: 6916
* Fix airlink image generation toolFlorian Fainelli2007-04-091-5/+1
| | | | SVN-Revision: 6913
* Fix patch doublingFlorian Fainelli2007-04-091-11/+0
| | | | SVN-Revision: 6912
* Fresh fixes for rdc from sn9, thanks !Florian Fainelli2007-04-097-162/+160
| | | | SVN-Revision: 6911
* fix dependencies for metadata scanningFelix Fietkau2007-04-091-2/+2
| | | | SVN-Revision: 6910
* add magicbox 2.0 cf slot support - kmod-ide must not be used on magicbox 1.1 ↵Felix Fietkau2007-04-093-4/+2326
| | | | | | (no working hw detection yet) SVN-Revision: 6909
* Enable codepage 1250 support (#1554)Florian Fainelli2007-04-082-1/+11
| | | | SVN-Revision: 6906
* 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