Commit Graph

5442 Commits (425102d11cead0e26bf2536f9d663056c99e7fe0)
 

Author SHA1 Message Date
Hamish Guthrie 425102d11c Changed autoboot timeout in dfboot
SVN-Revision: 7508
17 years ago
Felix Fietkau 04324c48cf upgrade a few packages to newer versions (includes patch by kaloz) - preparation for 2.6.22
SVN-Revision: 7507
17 years ago
Imre Kaloz 72823077cd add support for jffs2 filesystems with 256k blocksize, fix taishan support
SVN-Revision: 7506
17 years ago
Florian Fainelli 40f74f411d USB probe rewrite, really needs testing
SVN-Revision: 7505
17 years ago
Florian Fainelli f111480b82 Add a ralink profile (for ADM5120 based IP cameras)
SVN-Revision: 7504
17 years ago
Hamish Guthrie 541d5937b3 Fixed bug in mmc driver (can now write to SD-Card within Linux). Changed some kernel configs to support ext2 on SD-Card
SVN-Revision: 7503
17 years ago
Hamish Guthrie c079b2e046 Changed target for ubpar.c to directly write to mtd device
SVN-Revision: 7502
17 years ago
Hamish Guthrie 6c6a51c4d5 Changed default ipkg source for new release
SVN-Revision: 7501
17 years ago
Hamish Guthrie 04479e30ad Removed romboot from tree - replaced by dfboot
SVN-Revision: 7500
17 years ago
Hamish Guthrie c8f4767eaf Corrected PLLA setting to remove error in BRG at 115k. Removed 2 files not required
SVN-Revision: 7499
17 years ago
Hamish Guthrie 90153e678e Sets GPIO PB28 to multi-drive (open collector) - fixes reset issue
SVN-Revision: 7498
17 years ago
John Crispin 8a91e41a8f small changes to the default netconfig and ipkg repo for the foxboard
SVN-Revision: 7497
17 years ago
John Crispin 66e5a6becc reboot now works on foxboard
SVN-Revision: 7496
17 years ago
John Crispin 804191bc40 small fix on etrax basefiles to avoid bogus error msg
SVN-Revision: 7495
17 years ago
John Crispin 6f1401a961 added light edition of spca5xx driver and the streamin server+web-applet
SVN-Revision: 7494
17 years ago
Hamish Guthrie e759465420 Fixed at91 ethernet driver for dm9161a PHY interrupt issue
SVN-Revision: 7493
17 years ago
Hamish Guthrie 3266668cae add new dfboot loader - a complete revison of romboot code.
SVN-Revision: 7492
17 years ago
Hamish Guthrie e970f61273 Remove a debug statement from trx.c, add config changes for at91
SVN-Revision: 7491
17 years ago
Felix Fietkau 9114220553 refresh all package patches in the buildroot using quilt
SVN-Revision: 7490
17 years ago
Felix Fietkau d5b15895ef package/refresh should clean all packages before refreshing their patches
SVN-Revision: 7489
17 years ago
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
17 years ago
Felix Fietkau f082d1fddf add ar7-2.6 fixes by Stefan Weil
SVN-Revision: 7487
17 years ago
Imre Kaloz f9699632f1 enable image generation for the WRT150N
SVN-Revision: 7486
17 years ago
Nicolas Thill a0ebaa87d0 update uml-2.6 to 2.6.21.1 on i386, fix uml-2.6 sound modules packaging
SVN-Revision: 7485
17 years ago
John Crispin 0f0ba0d97b several changes to the basefiles for cris target
SVN-Revision: 7484
17 years ago
Felix Fietkau 9cc960cad9 more fixes for the patching stuff (was testing it on the wrong target)
SVN-Revision: 7483
17 years ago
Felix Fietkau 6992efe2bb revert bogus change
SVN-Revision: 7482
17 years ago
Felix Fietkau ca69ff39c8 fix quilt related unpack/patch error
SVN-Revision: 7481
17 years ago
Florian Fainelli bec24f113b quilt is now a preriquisite
SVN-Revision: 7480
17 years ago
Florian Fainelli c2990fa19e Fix endianness issues with adm5120eb, thanks to Gabor !
SVN-Revision: 7479
17 years ago
John Crispin 7b071f1bfc reworked memset,memcpy of the cris kernel, this improves board speed by factor 20
SVN-Revision: 7478
17 years ago
Felix Fietkau 80b89723d2 update wireless-tools to the latest version
SVN-Revision: 7477
17 years ago
Florian Fainelli 34de614cf8 Update the adm5120 config to use IRQ_CPU and physically mapped flash for now
SVN-Revision: 7476
17 years ago
Florian Fainelli 12591bd002 adm5120 timing specific routines, was part of the IRQ handling rewritte
SVN-Revision: 7475
17 years ago
Felix Fietkau 3b6b7a2d1b implement quilt handling for the kernel tree ... and there was much rejoicing!
SVN-Revision: 7474
17 years ago
Felix Fietkau 5e406f0a28 enable quilt for host builds and add some additional checks
SVN-Revision: 7473
17 years ago
Felix Fietkau 396895e6d8 Improve quilt patch handling: All quilt managed patches are checked before the package compile is attempted
SVN-Revision: 7472
17 years ago
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
17 years ago
Felix Fietkau 34a7bd751b madwifi: fix an unhandle cryptoapi change (wpa2)
SVN-Revision: 7470
17 years ago
John Crispin 193ef22310 missing -p on mkdir command
SVN-Revision: 7469
17 years ago
Felix Fietkau 07de479948 remove duplicate include statement (fixes a warning)
SVN-Revision: 7468
17 years ago
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
17 years ago
Florian Fainelli 1bc2d5884b Changed the RouterBOOT main to rootfs
SVN-Revision: 7466
17 years ago
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
17 years ago
Florian Fainelli c879774b35 IRQ handler rewrite by Gabor Juhos, uses C no longer assembly
SVN-Revision: 7464
17 years ago
John Crispin a1e0545d4b added some tools that the foxboard users are used to, when working with the fox
SVN-Revision: 7463
17 years ago
Florian Fainelli 908b616d8e Add iprange (#1799)
SVN-Revision: 7462
17 years ago
Florian Fainelli 1435d167ff Put back zd1211 with r85 (#1806)
SVN-Revision: 7461
17 years ago
Rod Whitby 3bdd232eae apex: fixed patch pathnames
SVN-Revision: 7460
17 years ago
Florian Fainelli f6502b8ca5 Fix config.in typo and enable by default only for ixp4xx-2.6
SVN-Revision: 7458
17 years ago