aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* fix wr850g detection (#1936)Felix Fietkau2007-11-031-1/+2
| | | | SVN-Revision: 9492
* RB153 must use the generic RB1xx's setup codeGabor Juhos2007-11-031-1/+1
| | | | SVN-Revision: 9491
* image generation fixes (closes: #2643, #2644) * rewrite mkcsysimg to use an ↵Gabor Juhos2007-11-034-76/+145
| | | | | | align parameter instead of a fixed size * Edimax images contains the jffs2 end-of-filesystem marker at the right position from now on SVN-Revision: 9490
* increase scan depth to 5 for package/ (x.org is nested deeper than the rest ↵Felix Fietkau2007-11-031-1/+1
| | | | | | of the packages) SVN-Revision: 9487
* generate valid image for the BR-6104KP's web-interface (closes: 2641)Gabor Juhos2007-11-021-3/+18
| | | | SVN-Revision: 9485
* add default option for the OTi-6858 USB serial device (closes #2631)Gabor Juhos2007-11-021-0/+1
| | | | SVN-Revision: 9484
* fix USB driver to compile even if USB_DEBUG is disabledGabor Juhos2007-11-021-2/+4
| | | | SVN-Revision: 9483
* Fix typoFlorian Fainelli2007-11-021-1/+1
| | | | SVN-Revision: 9482
* cleanup USB driver, it's still experimentalGabor Juhos2007-11-015-767/+604
| | | | SVN-Revision: 9480
* Fix usage (#2613)Florian Fainelli2007-11-011-1/+1
| | | | SVN-Revision: 9479
* CF driver cleanupFlorian Fainelli2007-11-013-10/+32
| | | | SVN-Revision: 9473
* indent custom package config codeFelix Fietkau2007-10-311-1/+1
| | | | SVN-Revision: 9472
* fix default downloads from svnFelix Fietkau2007-10-311-0/+1
| | | | SVN-Revision: 9471
* forgot to bump up the release version from the patches the other dayTim Yardley2007-10-311-1/+1
| | | | SVN-Revision: 9470
* iptables: update description of the iptables-mod-ipoptGabor Juhos2007-10-311-1/+3
| | | | SVN-Revision: 9468
* update madwifi to latest version (fixes #2403)Felix Fietkau2007-10-3123-199/+199
| | | | SVN-Revision: 9466
* expose an environment variable (IPKG_UPGRADE) to the scripts executed during ↵Tim Yardley2007-10-301-0/+41
| | | | | | a package upgrade so that they can intelligently determine what to do inside the ipk SVN-Revision: 9465
* add username/password options to ipkg, note this only works if you have a ↵Tim Yardley2007-10-301-0/+56
| | | | | | real wget implementation rather than the busybox limited wget SVN-Revision: 9464
* refresh busybox patchesTim Yardley2007-10-3027-224/+226
| | | | SVN-Revision: 9463
* fix empty download dir errorFelix Fietkau2007-10-291-1/+1
| | | | SVN-Revision: 9462
* Only masquerade LAN, other settings need manual tweakingFlorian Fainelli2007-10-291-4/+5
| | | | SVN-Revision: 9461
* Only masquerade non routable addresses (#2535)Florian Fainelli2007-10-291-1/+4
| | | | SVN-Revision: 9460
* Update S100 profile (#2587)Florian Fainelli2007-10-291-1/+2
| | | | SVN-Revision: 9459
* Resync kernel config, put back yellow led registration (#2607)Florian Fainelli2007-10-292-2/+8
| | | | SVN-Revision: 9458
* Initial OLPC targetJens Muecke2007-10-2814-0/+19750
| | | | SVN-Revision: 9457
* oops.... committed an outdated patchFelix Fietkau2007-10-271-2/+2
| | | | SVN-Revision: 9456
* fixed typo in generic squashfs split patch ... shame on you :)John Crispin2007-10-271-1/+1
| | | | SVN-Revision: 9455
* madwifi: don't poll the channel noise in a performance critical pathFelix Fietkau2007-10-271-0/+44
| | | | SVN-Revision: 9454
* 6tunnel: move init/config files to the right placeGabor Juhos2007-10-272-70/+0
| | | | SVN-Revision: 9453
* Document the IPv6 connectivity with OpenWrt.Florian Fainelli2007-10-262-1/+47
| | | | SVN-Revision: 9452
* Update CFLAGS pickup to match the target variable name, allow i686 to be ↵Florian Fainelli2007-10-261-2/+3
| | | | | | optimised SVN-Revision: 9451
* reduce wasted flash space by ~56K on Edimax devices, thanks to Bernhard Held ↵Gabor Juhos2007-10-262-9/+5
| | | | | | (closes: #2549) SVN-Revision: 9450
* add feature flag for display support. will be used as dependency for x.orgFelix Fietkau2007-10-253-0/+7
| | | | SVN-Revision: 9448
* Fix another wrong shitfingFlorian Fainelli2007-10-251-1/+1
| | | | SVN-Revision: 9447
* Wrong bit shifting for the cfrdy function, will always return cf-mips busyFlorian Fainelli2007-10-251-1/+1
| | | | SVN-Revision: 9446
* nuke util-linux in favor of util-linux-ng, build only what we needImre Kaloz2007-10-255-208/+26
| | | | SVN-Revision: 9444
* add gcc 4.2.2Imre Kaloz2007-10-2520-0/+4359
| | | | SVN-Revision: 9443
* remove unneeded config file section fixes #2594Travis Kemen2007-10-251-4/+0
| | | | SVN-Revision: 9442
* convert the rest of /etc/dnsmasq.conf to uciTravis Kemen2007-10-244-30/+22
| | | | SVN-Revision: 9440
* Treat i686 as an i386 if present, fixes build errors with wireless-tools on ↵Florian Fainelli2007-10-241-1/+1
| | | | | | i686 (x86 mediacenter) SVN-Revision: 9439
* i686 should use the i386 HALFlorian Fainelli2007-10-241-0/+3
| | | | SVN-Revision: 9438
* Provide an i686 wpa_supplicant configuration fileFlorian Fainelli2007-10-241-0/+181
| | | | SVN-Revision: 9437
* Fix the r8169 kernel module (#2554)Florian Fainelli2007-10-242-19/+0
| | | | SVN-Revision: 9436
* Enable IPv6 forwarding by default (#2527)Florian Fainelli2007-10-241-0/+1
| | | | SVN-Revision: 9435
* add updated motorola-bin.c file from #2483 (by D. Hugh Redelmeier)Felix Fietkau2007-10-241-69/+151
| | | | SVN-Revision: 9434
* revert changes to io access functions done in madwifi trunk (they seem wrong ↵Felix Fietkau2007-10-241-0/+59
| | | | | | to me, and they break xscale) fixes #2591 SVN-Revision: 9433
* disable filterwin2k in dnsmasq (see #2566)Felix Fietkau2007-10-241-1/+1
| | | | SVN-Revision: 9432
* The build system actually changed the routerboard kernel (#2584)Florian Fainelli2007-10-241-1/+5
| | | | SVN-Revision: 9430
* silence a bogus preinit messageFelix Fietkau2007-10-241-1/+1
| | | | SVN-Revision: 9429
* fix absolute path to .ko files in insmodFelix Fietkau2007-10-241-12/+16
| | | | SVN-Revision: 9428