Commit graph

5436 commits

Author SHA1 Message Date
Hamish Guthrie
c079b2e046 Changed target for ubpar.c to directly write to mtd device
SVN-Revision: 7502
2007-06-05 04:34:38 +00:00
Hamish Guthrie
6c6a51c4d5 Changed default ipkg source for new release
SVN-Revision: 7501
2007-06-05 04:01:46 +00:00
Hamish Guthrie
04479e30ad Removed romboot from tree - replaced by dfboot
SVN-Revision: 7500
2007-06-05 03:39:52 +00:00
Hamish Guthrie
c8f4767eaf Corrected PLLA setting to remove error in BRG at 115k. Removed 2 files not required
SVN-Revision: 7499
2007-06-05 03:37:01 +00:00
Hamish Guthrie
90153e678e Sets GPIO PB28 to multi-drive (open collector) - fixes reset issue
SVN-Revision: 7498
2007-06-05 03:31:12 +00:00
John Crispin
8a91e41a8f small changes to the default netconfig and ipkg repo for the foxboard
SVN-Revision: 7497
2007-06-04 22:40:46 +00:00
John Crispin
66e5a6becc reboot now works on foxboard
SVN-Revision: 7496
2007-06-04 20:33:08 +00:00
John Crispin
804191bc40 small fix on etrax basefiles to avoid bogus error msg
SVN-Revision: 7495
2007-06-04 20:09:04 +00:00
John Crispin
6f1401a961 added light edition of spca5xx driver and the streamin server+web-applet
SVN-Revision: 7494
2007-06-04 18:51:41 +00:00
Hamish Guthrie
e759465420 Fixed at91 ethernet driver for dm9161a PHY interrupt issue
SVN-Revision: 7493
2007-06-04 17:46:46 +00:00
Hamish Guthrie
3266668cae add new dfboot loader - a complete revison of romboot code.
SVN-Revision: 7492
2007-06-04 17:41:40 +00:00
Hamish Guthrie
e970f61273 Remove a debug statement from trx.c, add config changes for at91
SVN-Revision: 7491
2007-06-04 17:39:38 +00:00
Felix Fietkau
9114220553 refresh all package patches in the buildroot using quilt
SVN-Revision: 7490
2007-06-04 11:25:53 +00:00
Felix Fietkau
d5b15895ef package/refresh should clean all packages before refreshing their patches
SVN-Revision: 7489
2007-06-04 11:20:03 +00:00
Felix Fietkau
9abbe7a033 Rename 'refresh' to 'update' and make the new 'refresh' actually refresh all the patches. Also added a target package/refresh which will do this to all packages in the buildroot
SVN-Revision: 7488
2007-06-04 11:14:08 +00:00
Felix Fietkau
f082d1fddf add ar7-2.6 fixes by Stefan Weil
SVN-Revision: 7487
2007-06-04 09:46:30 +00:00
Imre Kaloz
f9699632f1 enable image generation for the WRT150N
SVN-Revision: 7486
2007-06-04 09:26:40 +00:00
Nicolas Thill
a0ebaa87d0 update uml-2.6 to 2.6.21.1 on i386, fix uml-2.6 sound modules packaging
SVN-Revision: 7485
2007-06-04 05:42:32 +00:00
John Crispin
0f0ba0d97b several changes to the basefiles for cris target
SVN-Revision: 7484
2007-06-03 22:29:32 +00:00
Felix Fietkau
9cc960cad9 more fixes for the patching stuff (was testing it on the wrong target)
SVN-Revision: 7483
2007-06-03 19:52:54 +00:00
Felix Fietkau
6992efe2bb revert bogus change
SVN-Revision: 7482
2007-06-03 19:43:52 +00:00
Felix Fietkau
ca69ff39c8 fix quilt related unpack/patch error
SVN-Revision: 7481
2007-06-03 19:39:34 +00:00
Florian Fainelli
bec24f113b quilt is now a preriquisite
SVN-Revision: 7480
2007-06-03 16:48:28 +00:00
Florian Fainelli
c2990fa19e Fix endianness issues with adm5120eb, thanks to Gabor !
SVN-Revision: 7479
2007-06-03 15:25:05 +00:00
John Crispin
7b071f1bfc reworked memset,memcpy of the cris kernel, this improves board speed by factor 20
SVN-Revision: 7478
2007-06-03 13:02:21 +00:00
Felix Fietkau
80b89723d2 update wireless-tools to the latest version
SVN-Revision: 7477
2007-06-03 11:40:06 +00:00
Florian Fainelli
34de614cf8 Update the adm5120 config to use IRQ_CPU and physically mapped flash for now
SVN-Revision: 7476
2007-06-03 10:26:40 +00:00
Florian Fainelli
12591bd002 adm5120 timing specific routines, was part of the IRQ handling rewritte
SVN-Revision: 7475
2007-06-03 08:52:16 +00:00
Felix Fietkau
3b6b7a2d1b implement quilt handling for the kernel tree ... and there was much rejoicing!
SVN-Revision: 7474
2007-06-03 08:28:05 +00:00
Felix Fietkau
5e406f0a28 enable quilt for host builds and add some additional checks
SVN-Revision: 7473
2007-06-03 07:33:00 +00:00
Felix Fietkau
396895e6d8 Improve quilt patch handling: All quilt managed patches are checked before the package compile is attempted
SVN-Revision: 7472
2007-06-03 06:54:46 +00:00
Felix Fietkau
cc690d782c Add quilt integration for packages
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').

SVN-Revision: 7471
2007-06-03 06:16:08 +00:00
Felix Fietkau
34a7bd751b madwifi: fix an unhandle cryptoapi change (wpa2)
SVN-Revision: 7470
2007-06-03 02:28:45 +00:00
John Crispin
193ef22310 missing -p on mkdir command
SVN-Revision: 7469
2007-06-03 01:38:03 +00:00
Felix Fietkau
07de479948 remove duplicate include statement (fixes a warning)
SVN-Revision: 7468
2007-06-03 01:37:32 +00:00
John Crispin
8d34125755 when compiling a tool to upload firmware to the cris, it should be build for host and not target :-)
SVN-Revision: 7467
2007-06-03 00:32:46 +00:00
Florian Fainelli
1bc2d5884b Changed the RouterBOOT main to rootfs
SVN-Revision: 7466
2007-06-02 23:47:14 +00:00
John Crispin
668d311679 the etrax bootloader tools source was added on initial merge, it is now sitting on the acme site, source should not be in this folder
SVN-Revision: 7465
2007-06-02 23:17:43 +00:00
Florian Fainelli
c879774b35 IRQ handler rewrite by Gabor Juhos, uses C no longer assembly
SVN-Revision: 7464
2007-06-02 23:13:51 +00:00
John Crispin
a1e0545d4b added some tools that the foxboard users are used to, when working with the fox
SVN-Revision: 7463
2007-06-02 22:58:00 +00:00
Florian Fainelli
908b616d8e Add iprange (#1799)
SVN-Revision: 7462
2007-06-02 22:57:33 +00:00
Florian Fainelli
1435d167ff Put back zd1211 with r85 (#1806)
SVN-Revision: 7461
2007-06-02 22:51:56 +00:00
Rod Whitby
3bdd232eae apex: fixed patch pathnames
SVN-Revision: 7460
2007-06-02 20:52:51 +00:00
Florian Fainelli
f6502b8ca5 Fix config.in typo and enable by default only for ixp4xx-2.6
SVN-Revision: 7458
2007-06-02 18:19:37 +00:00
Florian Fainelli
87d417f460 Unmark as broken
SVN-Revision: 7457
2007-06-02 17:53:46 +00:00
Felix Fietkau
07796f7873 fixes for wpa/wpa2
SVN-Revision: 7453
2007-06-02 17:04:43 +00:00
Rod Whitby
e4aa279bf8 apex: Mark the build apex image as an OpenWRT build (instead of a SlugOS build)
SVN-Revision: 7452
2007-06-02 16:56:06 +00:00
Rod Whitby
ad2bc9c63b apex: Updated to version 1.5.6 (which includes the compiler inlining fixes).
SVN-Revision: 7451
2007-06-02 16:35:09 +00:00
Florian Fainelli
414bc92dea Use the in-kernel pwc driver, no need to maintain it externally
SVN-Revision: 7450
2007-06-02 14:51:00 +00:00
John Crispin
8ef31f1a5b made the target name of etrax lowercase.
SVN-Revision: 7449
2007-06-02 12:44:18 +00:00