aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Improve quilt patch handling: All quilt managed patches are checked before ↵Felix Fietkau2007-06-031-5/+13
| | | | | | the package compile is attempted git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7472 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add quilt integration for packagesFelix Fietkau2007-06-034-8/+58
| | | | | | | | | | | | | | make package/<package>-prepare QUILT=1 will apply all patches using quilt Autorebuild will be disabled, so that you can edit all patches in the build dir. When you're done editing patches and everything works, you can call: make package/<package>-refresh That will copy the updated patches from quilt into package/<package>/patches, and remove all old patches. Before the patches are overwritten, the correct order of the patches is verified ('cat series' is compared against 'sort series'). git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7471 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: fix an unhandle cryptoapi change (wpa2)Felix Fietkau2007-06-031-1/+16
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7470 3c298f89-4303-0410-b956-a3cf2f4a3e73
* missing -p on mkdir commandJohn Crispin2007-06-031-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7469 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove duplicate include statement (fixes a warning)Felix Fietkau2007-06-031-2/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7468 3c298f89-4303-0410-b956-a3cf2f4a3e73
* when compiling a tool to upload firmware to the cris, it should be build for ↵John Crispin2007-06-031-1/+1
| | | | | | host and not target :-) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7467 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Changed the RouterBOOT main to rootfsFlorian Fainelli2007-06-021-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7466 3c298f89-4303-0410-b956-a3cf2f4a3e73
* the etrax bootloader tools source was added on initial merge, it is now ↵John Crispin2007-06-02165-123806/+5
| | | | | | sitting on the acme site, source should not be in this folder git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7465 3c298f89-4303-0410-b956-a3cf2f4a3e73
* IRQ handler rewrite by Gabor Juhos, uses C no longer assemblyFlorian Fainelli2007-06-0214-384/+518
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7464 3c298f89-4303-0410-b956-a3cf2f4a3e73
* added some tools that the foxboard users are used to, when working with the foxJohn Crispin2007-06-021-0/+45
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7463 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add iprange (#1799)Florian Fainelli2007-06-025-0/+201
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7462 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Put back zd1211 with r85 (#1806)Florian Fainelli2007-06-021-0/+67
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7461 3c298f89-4303-0410-b956-a3cf2f4a3e73
* apex: fixed patch pathnamesRod Whitby2007-06-021-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7460 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Fix config.in typo and enable by default only for ixp4xx-2.6Florian Fainelli2007-06-021-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7458 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Unmark as brokenFlorian Fainelli2007-06-021-1/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7457 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fixes for wpa/wpa2Felix Fietkau2007-06-023-3/+43
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7453 3c298f89-4303-0410-b956-a3cf2f4a3e73
* apex: Mark the build apex image as an OpenWRT build (instead of a SlugOS build)Rod Whitby2007-06-021-3/+12
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7452 3c298f89-4303-0410-b956-a3cf2f4a3e73
* apex: Updated to version 1.5.6 (which includes the compiler inlining fixes).Rod Whitby2007-06-022-30/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7451 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Use the in-kernel pwc driver, no need to maintain it externallyFlorian Fainelli2007-06-024-69/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7450 3c298f89-4303-0410-b956-a3cf2f4a3e73
* made the target name of etrax lowercase.John Crispin2007-06-021-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7449 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fixes compile bug of iptablesJohn Crispin2007-06-021-0/+50
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7448 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Unmark adm5120eb as broken, disable NAND and YAFFS2 for this target, resync ↵Florian Fainelli2007-06-022-32/+16
| | | | | | kernel config git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7445 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Fixed a bug in the kernel-headers/Makefile introduced by the cris mergeJohn Crispin2007-06-021-2/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7444 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix error handling in qos-scriptsFelix Fietkau2007-06-021-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7442 3c298f89-4303-0410-b956-a3cf2f4a3e73
* apex: Updated to 1.5.4 - this time it bootsRod Whitby2007-06-023-136/+40
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7441 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi update: include upstream fixes for ff handling, disable ff by ↵Felix Fietkau2007-06-026-38/+41
| | | | | | default (not reliable enough), wpa in ap mode should be working now git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7440 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add initial support for the crisarchitecture used on foxboards to openwrtJohn Crispin2007-06-02235-3/+223626
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7439 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove ueagle-atm and use the in-kernel driver, split up usb-atmFlorian Fainelli2007-06-013-75/+20
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7438 3c298f89-4303-0410-b956-a3cf2f4a3e73
* optimize the performance of the minstrel rate algorithm - don't sample lower ↵Felix Fietkau2007-06-011-0/+12
| | | | | | rates if the rate with the higest probability is high git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7437 3c298f89-4303-0410-b956-a3cf2f4a3e73
* minor locking changeFelix Fietkau2007-06-011-0/+67
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7436 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: fix a crash in ff handlingFelix Fietkau2007-06-011-0/+11
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7435 3c298f89-4303-0410-b956-a3cf2f4a3e73
* disable tpc in madwifi by default (seems to be hurting performance in ↵Felix Fietkau2007-06-011-0/+12
| | | | | | long-distance links) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7434 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Remove zd1211 now we have zd1211rw which is in the kernel sourceFlorian Fainelli2007-06-012-113/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7433 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Make nls-base dependency 2.6 specific, really closes #1647Florian Fainelli2007-06-011-13/+52
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7432 3c298f89-4303-0410-b956-a3cf2f4a3e73
* make xscale images containing proprietary microcode optional, but enabled by ↵Felix Fietkau2007-06-012-18/+31
| | | | | | default git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7431 3c298f89-4303-0410-b956-a3cf2f4a3e73
* change wifi defaults (was default hidden ssid)Mike Baker2007-06-011-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7430 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Mark aodv-uu as broken with the .21 upgradeFlorian Fainelli2007-06-011-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7427 3c298f89-4303-0410-b956-a3cf2f4a3e73
* forgot a small changeFelix Fietkau2007-06-011-8/+9
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7426 3c298f89-4303-0410-b956-a3cf2f4a3e73
* clean up madwifi and sync with trunkFelix Fietkau2007-06-019-962/+151
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7425 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ixp4xx: add back the mac handling fix - seems like it wasn't the cause for ↵Felix Fietkau2007-05-311-0/+17
| | | | | | the ethernet breakage git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7424 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Check for modules.d existence before loading modulesFlorian Fainelli2007-05-311-2/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7423 3c298f89-4303-0410-b956-a3cf2f4a3e73
* apex: Revert back to 1.4.7 - what I thought I tested wasn't what I actually ↵Rod Whitby2007-05-312-12/+136
| | | | | | tested at all, and what I eventually tested didn't work. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7422 3c298f89-4303-0410-b956-a3cf2f4a3e73
* apex: Updated to version 1.5.4Rod Whitby2007-05-312-136/+12
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7421 3c298f89-4303-0410-b956-a3cf2f4a3e73
* revert patch that is breaking ethernet on Avila GW2348-4Felix Fietkau2007-05-311-17/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7420 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Make rdc boot a little further, still broken though, resync kernel configFlorian Fainelli2007-05-312-16/+39
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7419 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mount_root should only mount the rootMike Baker2007-05-312-48/+54
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7418 3c298f89-4303-0410-b956-a3cf2f4a3e73
* make sure that /etc/rc.d exists before creating symlinksFelix Fietkau2007-05-311-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7417 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix typo introduced in last commitFelix Fietkau2007-05-311-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7416 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix typoMike Baker2007-05-311-3/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7415 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix typoFelix Fietkau2007-05-311-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7414 3c298f89-4303-0410-b956-a3cf2f4a3e73