summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* don't fail on uci_load() with nonexisting config files, but return the right ↵Felix Fietkau2008-02-091-1/+7
| | | | | | return code SVN-Revision: 10433
* make uci_add() create anonymous sections if requested and store the new ↵Felix Fietkau2008-02-091-1/+6
| | | | | | section name in a variable SVN-Revision: 10432
* bump uci to 0.2.5 - adds support for adding unnamed sectionsFelix Fietkau2008-02-091-2/+2
| | | | SVN-Revision: 10431
* add package/openwrt-packages to .gitignoreFelix Fietkau2008-02-091-0/+1
| | | | SVN-Revision: 10429
* fix RB153 CompactFlash driver for .24Gabor Juhos2008-02-091-21/+24
| | | | SVN-Revision: 10428
* switch to 2.6.24Gabor Juhos2008-02-0965-3215/+101
| | | | SVN-Revision: 10427
* backport acx100 2.6.24 fixes from SVNMatteo Croce2008-02-081-0/+42
| | | | SVN-Revision: 10425
* cpmac: reapply [9664]Matteo Croce2008-02-081-17/+169
| | | | SVN-Revision: 10424
* fix AR7 DSL with 2.6.24Matteo Croce2008-02-081-28/+61
| | | | SVN-Revision: 10423
* build cpmac driverMatteo Croce2008-02-081-0/+1
| | | | SVN-Revision: 10422
* Update kernel to 2.6.24Matteo Croce2008-02-084-1306/+10
| | | | SVN-Revision: 10421
* add a fix for memleaks caused by failed memory allocationsFelix Fietkau2008-02-081-0/+44
| | | | SVN-Revision: 10417
* madwifi: add ap mode specific improvements to the calibration process. ↵Felix Fietkau2008-02-082-39/+155
| | | | | | reported to produce a noticeable increase in rx/tx strength SVN-Revision: 10416
* make current AR7 code 2.6.24 aware, for future useMatteo Croce2008-02-083-5/+16
| | | | SVN-Revision: 10415
* use GCC 4.2.3 by default for AVR32Imre Kaloz2008-02-072-0/+4
| | | | SVN-Revision: 10414
* add GCC 4.2.3Imre Kaloz2008-02-0728-0/+27123
| | | | SVN-Revision: 10413
* upgrade AVR32 to 2.6.24 - sync with 2.6.24.atmel.1Imre Kaloz2008-02-073-5992/+11665
| | | | SVN-Revision: 10412
* sync AVR32 patches with upstreamImre Kaloz2008-02-072-111/+31
| | | | SVN-Revision: 10411
* more 2.6.24 patchesMatteo Croce2008-02-072-1/+118
| | | | SVN-Revision: 10410
* increase the flash window size for ar5312 - there are apparently 5312 ↵Felix Fietkau2008-02-071-1/+1
| | | | | | devices out there with 8M flash SVN-Revision: 10409
* fix a typo in kmod-crypto-testNicolas Thill2008-02-061-1/+1
| | | | SVN-Revision: 10406
* update uml readme with working cmdline exampleNicolas Thill2008-02-061-1/+1
| | | | SVN-Revision: 10405
* update uml to 2.6.24 (i386 only for now)Nicolas Thill2008-02-062-14/+22
| | | | SVN-Revision: 10404
* add a workaround for watchdog path changesNicolas Thill2008-02-061-8/+10
| | | | SVN-Revision: 10403
* add a workaround for crypto modules renamed in 2.6.24Nicolas Thill2008-02-061-7/+17
| | | | SVN-Revision: 10402
* disable radar detection by default until it is fixedFelix Fietkau2008-02-051-0/+3
| | | | SVN-Revision: 10401
* update uci - fixes a bug in parse_uci_tupleFelix Fietkau2008-02-051-2/+2
| | | | SVN-Revision: 10400
* fix a stupid copy&paste mistakeFelix Fietkau2008-02-051-1/+1
| | | | SVN-Revision: 10399
* Device Tree Compiler require more recent bison ...Ralph Hempel2008-02-052-1/+34
| | | | SVN-Revision: 10398
* Allow more ttyUSB<N> devices to use the 3g script (#3098)Florian Fainelli2008-02-051-1/+1
| | | | SVN-Revision: 10396
* fix wpa_supplicant for madwifiJohn Crispin2008-02-051-2/+1
| | | | SVN-Revision: 10392
* fix another crashFelix Fietkau2008-02-051-2/+2
| | | | SVN-Revision: 10391
* upgrade to uci 0.2.2 - fixes uci invocations from hotplugFelix Fietkau2008-02-051-2/+2
| | | | SVN-Revision: 10390
* add an extra safety checkFelix Fietkau2008-02-051-1/+1
| | | | SVN-Revision: 10389
* import uci v0.2.1 - fixes a merge-import bugFelix Fietkau2008-02-051-3/+3
| | | | SVN-Revision: 10388
* fix wrong path to uci (thx, phr3ak)Felix Fietkau2008-02-051-1/+1
| | | | SVN-Revision: 10387
* add uci v0.2 - implements batch mode and a command for listing changes to a ↵Felix Fietkau2008-02-051-4/+6
| | | | | | package SVN-Revision: 10386
* move /etc/config/firewall to /etc/firewall.config to prevent it from ↵Felix Fietkau2008-02-042-4/+4
| | | | | | interfering with uci - yes, this beast really needs a rewrite :) SVN-Revision: 10383
* upgrade uci 0.1.2, which accepts more characters in the section type validationFelix Fietkau2008-02-041-2/+2
| | | | SVN-Revision: 10382
* update uci to 0.1.1 - accepts options without value or with an empty value ↵Felix Fietkau2008-02-041-3/+5
| | | | | | as valid SVN-Revision: 10381
* * disable ikconfig by default * update ppc40x default configImre Kaloz2008-02-042-7/+13
| | | | SVN-Revision: 10380
* change learning settings for NPE-C as wellFelix Fietkau2008-02-041-2/+2
| | | | SVN-Revision: 10379
* switch ixp4xx microcode - use one that does not have the "learning" mode, ↵Felix Fietkau2008-02-041-2/+2
| | | | | | which can interfere with stp and bridging operation SVN-Revision: 10378
* Upgrade au1000 to .24Florian Fainelli2008-02-034-12/+273
| | | | SVN-Revision: 10377
* fix path to etrax patches (#3055)Felix Fietkau2008-02-031-2/+2
| | | | SVN-Revision: 10376
* add missing config selectionsFelix Fietkau2008-02-031-1/+3
| | | | SVN-Revision: 10375
* implement ar2313_adjust_linkFelix Fietkau2008-02-032-13/+27
| | | | SVN-Revision: 10374
* *sigh* :PImre Kaloz2008-02-031-1/+1
| | | | SVN-Revision: 10373
* convert ppc44x to arch/powerpc, use squashfs images by defaultImre Kaloz2008-02-037-141/+68
| | | | SVN-Revision: 10372
* upgrade Magicbox to 2.6.24, create only squashfs rootfs by defaultImre Kaloz2008-02-031-2/+2
| | | | SVN-Revision: 10370