aboutsummaryrefslogtreecommitdiffstats
path: root/target
Commit message (Collapse)AuthorAgeFilesLines
* add wl-hdd ide workaround from #272Felix Fietkau2007-05-041-0/+41
| | | | SVN-Revision: 7093
* convert brcm-2.4 to the new target structureFelix Fietkau2007-05-0455-17096/+16571
| | | | SVN-Revision: 7092
* Changed partitioning not to use at91part.c as opposed to using command-line ↵Hamish Guthrie2007-05-046-7/+184
| | | | | | partitioning. SVN-Revision: 7089
* make sure the ramdisk generation will work when you have defined a special ↵Florian Fainelli2007-05-031-0/+24
| | | | | | TIMEFMT SVN-Revision: 7088
* nuke ar7-2.4 (old code, dsl driver no longer compiles, replaced by ar7-2.6)Felix Fietkau2007-05-0325-14052/+0
| | | | SVN-Revision: 7087
* Add support for Sierra Wireless (#1620)Florian Fainelli2007-05-031-32/+0
| | | | SVN-Revision: 7086
* Reduce the probing time, should fix #1212Florian Fainelli2007-05-031-0/+12
| | | | SVN-Revision: 7085
* spiflash cleanupFelix Fietkau2007-05-032-198/+179
| | | | SVN-Revision: 7084
* Modified GPIO allocation per rev1.02 boardHamish Guthrie2007-05-031-0/+60
| | | | SVN-Revision: 7083
* upgrade npe microcode to v2.4Imre Kaloz2007-05-022-3/+3
| | | | SVN-Revision: 7079
* backport a few usb device ids from 2.6.21 for airprimeMike Baker2007-05-011-0/+12
| | | | SVN-Revision: 7077
* I got the first one wrong. Spacing isn't quite right. oops. (sorry Kaloz)Mike Albon2007-05-011-11/+10
| | | | SVN-Revision: 7075
* Patch to add wait support to broadcom cpu's. This reduces the power ↵Mike Albon2007-05-011-0/+13
| | | | | | consumption and heat generated on the wgt634u. Needs testing on other devices. SVN-Revision: 7074
* fixes for a few build errors on osx without finkFelix Fietkau2007-04-293-5/+5
| | | | SVN-Revision: 7065
* ixp4xx-2.6/npe-ucode: Updated to version 2.3.2 of the microcode.Rod Whitby2007-04-272-4/+3
| | | | SVN-Revision: 7063
* Updated support for Zynos/adm5120eb boards, thanks GaborFlorian Fainelli2007-04-272-30/+100
| | | | SVN-Revision: 7061
* rdc-2.6 has pci support and rt61 should be built only along with rdc-2.6Florian Fainelli2007-04-251-1/+1
| | | | SVN-Revision: 7049
* use separate sysctl.conf files for 2.4 and 2.6 - fixes some boot message spamFelix Fietkau2007-04-242-0/+22
| | | | SVN-Revision: 7043
* add tcp syn cookies support (fixes one of the sysctl error messages at boot ↵Felix Fietkau2007-04-241-1/+1
| | | | | | time) SVN-Revision: 7042
* Add the adm5120eb config not as symlinkFlorian Fainelli2007-04-231-0/+278
| | | | SVN-Revision: 7038
* Revert config change for adm5120, messed up things with symlinksFlorian Fainelli2007-04-232-3/+2
| | | | SVN-Revision: 7037
* Fix prompt on kernel config for brcm-2.4Florian Fainelli2007-04-221-0/+1
| | | | SVN-Revision: 7034
* The kernel should be compiled big-endianFlorian Fainelli2007-04-221-2/+2
| | | | SVN-Revision: 7032
* Return -ENODEV, when device is absent. This should fix lockups on boot.Eugene Konev2007-04-221-0/+2
| | | | SVN-Revision: 7031
* ar7: add jffs2 eof marks to squashfs imageFelix Fietkau2007-04-211-0/+1
| | | | SVN-Revision: 7026
* Changed default rootfs size for at91 to 2112kHamish Guthrie2007-04-213-9/+9
| | | | SVN-Revision: 7025
* add better default config for ar7, add br2684ctl init script, add a missing ↵Felix Fietkau2007-04-211-0/+41
| | | | | | setting for pppoa SVN-Revision: 7024
* remove the symlink as well when removing the adam2 patcherFelix Fietkau2007-04-211-2/+1
| | | | SVN-Revision: 7023
* remove debug junkFelix Fietkau2007-04-211-1/+0
| | | | SVN-Revision: 7021
* add new ar7 dsl driver (thanks, matteo), mark ar7-2.4 as broken and enable ↵Felix Fietkau2007-04-202-2/+2
| | | | | | ar7-2.6 SVN-Revision: 7020
* mdev fixFelix Fietkau2007-04-201-1/+1
| | | | SVN-Revision: 7019
* ar7-2.6: make cpmac robust against hardware quirks when the tx or rx dma ↵Felix Fietkau2007-04-201-28/+77
| | | | | | ring runs over SVN-Revision: 7018
* fix minor bugs in the patcher init scriptFelix Fietkau2007-04-201-1/+2
| | | | SVN-Revision: 7015
* copy adam2 patch from ar7-2.4 to ar7-2.6Felix Fietkau2007-04-203-0/+83
| | | | SVN-Revision: 7014
* remove bluetooth from kernel configFelix Fietkau2007-04-201-1/+1
| | | | SVN-Revision: 7013
* remove __init from prom_getenv()Felix Fietkau2007-04-201-1/+1
| | | | SVN-Revision: 7012
* Changed the default ipkg download location for at91 platforms to my web serverHamish Guthrie2007-04-201-0/+3
| | | | SVN-Revision: 7010
* the default_subtargets template was a bad idea, since different makefiles ↵Felix Fietkau2007-04-181-1/+2
| | | | | | require different types of dependencies for subtargets. nuke it... SVN-Revision: 7003
* move the lzma decompressor out of squashfs-lzma patch and into a new patch ↵Felix Fietkau2007-04-183-123/+124
| | | | | | (i want to use it for initramfs in the future) SVN-Revision: 7001
* Improved autorebuild for kernel related stuff. - make modules_install in the ↵Felix Fietkau2007-04-181-4/+4
| | | | | | kernel tree is no longer called - make modules is called on every target/compile run - kmod packages pull the kernel modules directly out of the kernel tree and have proper file depends on them SVN-Revision: 6998
* Remove this target since rb-2.6 will build both rb532 and adm5120 later onFlorian Fainelli2007-04-1745-6688/+0
| | | | SVN-Revision: 6992
* Move NAND driver from rb1xx to adm5120, rbmipsnand fixed by David ↵Florian Fainelli2007-04-173-2/+158
| | | | | | Goodenough, thanks ! SVN-Revision: 6991
* More stuff enabled in config, fix squashfs image, thanks sn9Florian Fainelli2007-04-172-45/+35
| | | | SVN-Revision: 6989
* Suppress the useless ioctl functionFlorian Fainelli2007-04-171-10/+0
| | | | SVN-Revision: 6988
* brcm63xx cleanups; add a watchdog driver, indent serial console driver, add ↵Florian Fainelli2007-04-178-691/+982
| | | | | | support for another sst flash SVN-Revision: 6985
* Re-enable PCI subsystem here too :))Florian Fainelli2007-04-171-1/+1
| | | | SVN-Revision: 6984
* Re-enable PCI subsystem :)Florian Fainelli2007-04-171-1/+1
| | | | SVN-Revision: 6983
* disable jffs2 support for ixp4xxImre Kaloz2007-04-171-1/+1
| | | | SVN-Revision: 6982
* add support for the Compex WP18 and NP18AImre Kaloz2007-04-175-0/+371
| | | | SVN-Revision: 6981
* No longer mark rdc-2.6 as broken, squashfs is now working, thanks sn9Florian Fainelli2007-04-165-25/+27
| | | | SVN-Revision: 6976