summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* fix madwifi mode selection problemsFelix Fietkau2007-01-101-8/+8
| | | | SVN-Revision: 6063
* include default package set in .target.mkFelix Fietkau2007-01-101-2/+3
| | | | SVN-Revision: 6061
* add a hack to allow source package names in Build-Depends: (PKG_BUILDDEP)Nicolas Thill2007-01-101-0/+2
| | | | SVN-Revision: 6060
* Update rdc-2.6 config (#1178)Florian Fainelli2007-01-091-44/+138
| | | | SVN-Revision: 6051
* extend tmp/.target.mk to include target profile information - preparation ↵Felix Fietkau2007-01-091-8/+29
| | | | | | for the image builder SVN-Revision: 6050
* fix typoFelix Fietkau2007-01-091-1/+1
| | | | SVN-Revision: 6049
* upgrade hostapd to 0.5.7 (patch from #1133)Felix Fietkau2007-01-092-20/+20
| | | | SVN-Revision: 6047
* Forward port whiterussian resolv.conf changes /etc/resolv.conf links to ↵Felix Fietkau2007-01-089-9/+15
| | | | | | /tmp/resolv.conf /tmp/resolv.conf links to /tmp/resolv.conf.auto by default (which is where the ISPs nameserver is in) When dnsmasq starts, it replaces /tmp/resolv.conf with a file pointing to 127.0.0.1 SVN-Revision: 6043
* add some more checks to the telnet init scriptFelix Fietkau2007-01-081-1/+6
| | | | SVN-Revision: 6042
* fix a small dependency problemFelix Fietkau2007-01-081-1/+1
| | | | SVN-Revision: 6040
* fix a typoFelix Fietkau2007-01-081-1/+1
| | | | SVN-Revision: 6039
* use alsa-driver for 2.4 only (2.6 has it in-tree)Felix Fietkau2007-01-081-1/+1
| | | | SVN-Revision: 6036
* Add a subsection on the bootloadersFlorian Fainelli2007-01-081-13/+65
| | | | SVN-Revision: 6032
* Add a "submitting patches" subsectionFlorian Fainelli2007-01-081-5/+15
| | | | SVN-Revision: 6031
* Change category to FilesystemsFlorian Fainelli2007-01-081-1/+1
| | | | SVN-Revision: 6030
* Backport linux-atm api from 2.6.8.1 for brcm63xxFlorian Fainelli2007-01-081-0/+238
| | | | SVN-Revision: 6029
* brcm63xx has ATM supportFlorian Fainelli2007-01-081-1/+1
| | | | SVN-Revision: 6028
* add a patch to use our target ar, not the host one (closes: #1164)Nicolas Thill2007-01-081-0/+12
| | | | SVN-Revision: 6026
* more use of the INSTALL_DIR variableNicolas Thill2007-01-084-5/+6
| | | | SVN-Revision: 6023
* fix rt61 build on 2.4Nicolas Thill2007-01-072-2/+26
| | | | SVN-Revision: 6022
* don't exit from failsafe mode after the console shell quits (some devices ↵Felix Fietkau2007-01-071-1/+0
| | | | | | don't have /dev/console) SVN-Revision: 6020
* fix grub bootopts (#1145)Felix Fietkau2007-01-071-2/+2
| | | | SVN-Revision: 6019
* - Wrap long lines in the documentation, so that patches to the .tex files ↵Felix Fietkau2007-01-073-71/+187
| | | | | | are more readable. - Fix several typos (see #1163) SVN-Revision: 6018
* add a netconfig override for the wl-500g (fixes #1116)Felix Fietkau2007-01-071-0/+4
| | | | SVN-Revision: 6016
* Add initial version of the brcm-2.6 rewrite, called brcm47xx-2.6 to better ↵Felix Fietkau2007-01-079-0/+12141
| | | | | | | | | | distinguish it from 63xx. Boots on WGT643U, includes ethernet support, but doesn't do much otherwise. Thanks to Michael Buesch for his SSB (Sonics SiliconBackplane) work and Vladdy for some fixes and porting to 2.6.19. SVN-Revision: 6015
* add missing part from [6013]Felix Fietkau2007-01-071-0/+1
| | | | SVN-Revision: 6014
* move brcm-2.6/image to brcm-2.4, to reduce the cross-dependencies between ↵Felix Fietkau2007-01-0711-1/+0
| | | | | | those two. symlink will be added in the next commit (i don't think svn can do that change atomically) SVN-Revision: 6013
* busybox: remove the bogus SIZEOF_LONG check (#1127)Felix Fietkau2007-01-071-0/+12
| | | | SVN-Revision: 6012
* fix memory leak in switch drivers (patch from #1132)Felix Fietkau2007-01-071-0/+1
| | | | SVN-Revision: 6011
* drop -Werror from busybox - prevents compile errors like #1130Felix Fietkau2007-01-061-0/+12
| | | | SVN-Revision: 6009
* Convert kmod-shfs to the KernelPackage templateFlorian Fainelli2007-01-051-11/+5
| | | | SVN-Revision: 6001
* upgrade to Linux 2.4.34Imre Kaloz2007-01-053-1829/+2
| | | | SVN-Revision: 6000
* upgrade wpa_supplicant to v0.5.7 for #1133Imre Kaloz2007-01-051-2/+2
| | | | SVN-Revision: 5998
* fix kernel compile on real operating systems :P (closes #1150)Imre Kaloz2007-01-051-10/+10
| | | | SVN-Revision: 5997
* fix typo (closes #1149)Imre Kaloz2007-01-051-1/+1
| | | | SVN-Revision: 5996
* Use the KernelPackage template instead of kmod-fooFlorian Fainelli2007-01-057-63/+37
| | | | SVN-Revision: 5995
* Also use INSTALL_CONF for pppFlorian Fainelli2007-01-051-2/+2
| | | | SVN-Revision: 5994
* Add a doc target and use the defined source feeds to make symlinksFlorian Fainelli2007-01-051-1/+7
| | | | SVN-Revision: 5993
* Add support for source feeds in menuconfigFlorian Fainelli2007-01-051-0/+7
| | | | SVN-Revision: 5992
* malbon has contributed to flash map driver as well, update the driver ↵Florian Fainelli2007-01-051-82/+7
| | | | | | description SVN-Revision: 5991
* Make 6348 as the default target, yeah, what a fix :/Florian Fainelli2007-01-051-1/+1
| | | | SVN-Revision: 5990
* brcm63xx devices also have USB as wellFlorian Fainelli2007-01-051-1/+1
| | | | SVN-Revision: 5989
* Update the README to something more realisticFlorian Fainelli2007-01-051-2/+4
| | | | SVN-Revision: 5988
* Add an OSX specific patch to make the kernel be compiledFlorian Fainelli2007-01-051-0/+145
| | | | SVN-Revision: 5987
* Remove getline definition for OSX since we ship a getline implementationFlorian Fainelli2007-01-051-0/+52
| | | | SVN-Revision: 5986
* Add some more comments on the feeds script, use parameters in functionsFlorian Fainelli2007-01-051-11/+15
| | | | SVN-Revision: 5985
* Add i2c kernel modules for Au1000 i2c to gpio driver, can be extended laterFlorian Fainelli2007-01-051-0/+43
| | | | SVN-Revision: 5984
* Add zd1211rw kernel moduleFlorian Fainelli2007-01-051-0/+9
| | | | SVN-Revision: 5983
* Add an OSX specific patch to compile busybox with Darwin, possible fix for ↵Florian Fainelli2007-01-051-0/+45
| | | | | | BSDs as well SVN-Revision: 5982
* Add some more documentation : how to add a new target to OpenWrt, howto ↵Florian Fainelli2007-01-055-26/+412
| | | | | | report bugs, change the svn:ignore property on the docs/ repository SVN-Revision: 5981