summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* refresh all package patches in the buildroot using quiltnbd2007-06-04184-2282/+3015
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7490 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/refresh should clean all packages before refreshing their patchesnbd2007-06-041-3/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7489 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Rename 'refresh' to 'update' and make the new 'refresh' actually refresh all ↵nbd2007-06-044-23/+23
| | | | | | | | | the patches. Also added a target package/refresh which will do this to all packages in the buildroot git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7488 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add ar7-2.6 fixes by Stefan Weilnbd2007-06-048-24/+56
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7487 3c298f89-4303-0410-b956-a3cf2f4a3e73
* enable image generation for the WRT150Nkaloz2007-06-041-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7486 3c298f89-4303-0410-b956-a3cf2f4a3e73
* update uml-2.6 to 2.6.21.1 on i386, fix uml-2.6 sound modules packagingnico2007-06-042-4/+20
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7485 3c298f89-4303-0410-b956-a3cf2f4a3e73
* several changes to the basefiles for cris targetblogic2007-06-036-6/+30
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7484 3c298f89-4303-0410-b956-a3cf2f4a3e73
* more fixes for the patching stuff (was testing it on the wrong target)nbd2007-06-031-1/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7483 3c298f89-4303-0410-b956-a3cf2f4a3e73
* revert bogus changenbd2007-06-031-3/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7482 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix quilt related unpack/patch errornbd2007-06-031-1/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7481 3c298f89-4303-0410-b956-a3cf2f4a3e73
* quilt is now a preriquisiteflorian2007-06-031-0/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7480 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Fix endianness issues with adm5120eb, thanks to Gabor !florian2007-06-032-21/+184
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7479 3c298f89-4303-0410-b956-a3cf2f4a3e73
* reworked memset,memcpy of the cris kernel, this improves board speed by ↵blogic2007-06-031-323/+276
| | | | | | factor 20 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7478 3c298f89-4303-0410-b956-a3cf2f4a3e73
* update wireless-tools to the latest versionnbd2007-06-031-6/+7
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7477 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Update the adm5120 config to use IRQ_CPU and physically mapped flash for nowflorian2007-06-031-2/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7476 3c298f89-4303-0410-b956-a3cf2f4a3e73
* adm5120 timing specific routines, was part of the IRQ handling rewritteflorian2007-06-031-0/+54
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7475 3c298f89-4303-0410-b956-a3cf2f4a3e73
* implement quilt handling for the kernel tree ... and there was much rejoicing!nbd2007-06-035-23/+66
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7474 3c298f89-4303-0410-b956-a3cf2f4a3e73
* enable quilt for host builds and add some additional checksnbd2007-06-033-7/+13
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7473 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Improve quilt patch handling: All quilt managed patches are checked before ↵nbd2007-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 packagesnbd2007-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)nbd2007-06-031-1/+16
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7470 3c298f89-4303-0410-b956-a3cf2f4a3e73
* missing -p on mkdir commandblogic2007-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)nbd2007-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 ↵blogic2007-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 rootfsflorian2007-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 ↵blogic2007-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 assemblyflorian2007-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 foxblogic2007-06-021-0/+45
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7463 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add iprange (#1799)florian2007-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)florian2007-06-021-0/+67
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7461 3c298f89-4303-0410-b956-a3cf2f4a3e73
* apex: fixed patch pathnamesrwhitby2007-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.6florian2007-06-021-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7458 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Unmark as brokenflorian2007-06-021-1/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7457 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fixes for wpa/wpa2nbd2007-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)rwhitby2007-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).rwhitby2007-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 externallyflorian2007-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.blogic2007-06-021-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7449 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fixes compile bug of iptablesblogic2007-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 ↵florian2007-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 mergeblogic2007-06-021-2/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7444 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix error handling in qos-scriptsnbd2007-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 bootsrwhitby2007-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 ↵nbd2007-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 openwrtblogic2007-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-atmflorian2007-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 ↵nbd2007-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 changenbd2007-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 handlingnbd2007-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 ↵nbd2007-06-011-0/+12
| | | | | | long-distance links) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7434 3c298f89-4303-0410-b956-a3cf2f4a3e73