aboutsummaryrefslogtreecommitdiff
path: root/target
Commit message (Collapse)AuthorAge
...
* add brcm47xx-2.6 fixes from #1496Felix Fietkau2007-03-22
| | | | SVN-Revision: 6639
* Added rule for objdump Added support for AT91 SD-Card in primary bootloader ↵Hamish Guthrie2007-03-22
| | | | | | (romboot) SVN-Revision: 6638
* There are issues with the CRC calc stuff under x86_64. This version only ↵Hamish Guthrie2007-03-22
| | | | | | works on 32-bit architectures. SVN-Revision: 6637
* New program to generate u-boot parameter block with correct CRC to enable ↵Hamish Guthrie2007-03-22
| | | | | | reprogramming parameters from Linux. SVN-Revision: 6636
* ar7 misc fixes: - serial - memory probingEugene Konev2007-03-22
| | | | SVN-Revision: 6635
* Also add squashfs to the possible filesystems to be mountedFlorian Fainelli2007-03-21
| | | | SVN-Revision: 6634
* Remove usb support for the momentFlorian Fainelli2007-03-21
| | | | SVN-Revision: 6633
* backward compatible code, if ssb is not enabledFlorian Fainelli2007-03-21
| | | | SVN-Revision: 6632
* Include profilesFlorian Fainelli2007-03-21
| | | | SVN-Revision: 6631
* Fix a typoFlorian Fainelli2007-03-21
| | | | SVN-Revision: 6630
* Enable profiles for adm5120Florian Fainelli2007-03-21
| | | | SVN-Revision: 6629
* Fix warnings and add more detailed informationsFlorian Fainelli2007-03-21
| | | | SVN-Revision: 6628
* Add image generation for edimax routersFlorian Fainelli2007-03-21
| | | | SVN-Revision: 6627
* Added primary and secondary bootloadersHamish Guthrie2007-03-20
| | | | SVN-Revision: 6626
* prom_free_prom_memory is uselessFlorian Fainelli2007-03-20
| | | | SVN-Revision: 6625
* Use the bcm947xx mtd driver insteadFlorian Fainelli2007-03-20
| | | | SVN-Revision: 6624
* uml now needs init=/etc/preinit, fix example in READMENicolas Thill2007-03-20
| | | | SVN-Revision: 6622
* attempt to fix uml kernel config for i386Nicolas Thill2007-03-20
| | | | SVN-Revision: 6621
* Re-enable adm5120 mtd driverFlorian Fainelli2007-03-19
| | | | SVN-Revision: 6620
* Remove 8250 serial driver, enable software watchdogFlorian Fainelli2007-03-19
| | | | SVN-Revision: 6618
* CFE-ready mtd driver, needs fixing though, update kernel configFlorian Fainelli2007-03-19
| | | | SVN-Revision: 6617
* Fix the baudrate macroFlorian Fainelli2007-03-19
| | | | SVN-Revision: 6616
* Fix the uart patchFlorian Fainelli2007-03-19
| | | | SVN-Revision: 6615
* Preliminary ADM5120 support, marked as brokenFlorian Fainelli2007-03-19
| | | | SVN-Revision: 6614
* Remove initrd code leftovers. Also fixes "Bad page state" on boot (kernel ↵Eugene Konev2007-03-19
| | | | | | tried to free initramfs twice). SVN-Revision: 6613
* Add forgotten part of vlynq irq setupEugene Konev2007-03-18
| | | | SVN-Revision: 6606
* ar7-2.4 cleanup - Switch to generic init scripts (/sbin/mount_root, ↵Eugene Konev2007-03-18
| | | | | | /bin/firstboot, /etc/preinit), failsafe part moved to /etc/preinit.arch. This should fix #1449 with an added benefit of using mini_fo. - Switch to generic /etc/config/network. - ar7 flashmap: change "OpenWrt" to "rootfs_data", move ar7_mtd_cleanup out of .exit. SVN-Revision: 6604
* Add ar7-2.6 port (marked as broken for now).Eugene Konev2007-03-18
| | | | SVN-Revision: 6600
* Make lzma-loader sdram mapping configurable (#1169)Eugene Konev2007-03-18
| | | | SVN-Revision: 6598
* Changed pin selections in low-level mmc driverHamish Guthrie2007-03-17
| | | | SVN-Revision: 6596
* Changed kernel configs to enable more packages. Added additional ↵Hamish Guthrie2007-03-16
| | | | | | dependencies to mmc module in the modules tree SVN-Revision: 6579
* Fix compilation errors with xt_portscanFlorian Fainelli2007-03-16
| | | | SVN-Revision: 6578
* Fix the serial driver with the devfs removalFlorian Fainelli2007-03-16
| | | | SVN-Revision: 6577
* add final fix for brcm47xx-2.6 memory corruption (patch from #1465)Felix Fietkau2007-03-16
| | | | SVN-Revision: 6575
* Add an 'Image Configuration' menu to menuconfig Packages can export a list ↵Felix Fietkau2007-03-16
| | | | | | of config options with labels and data types through the metadata. The selected config values will be exported to the target filesystem in /etc/uci-defaults and applied on the first boot. SVN-Revision: 6572
* enable ext2 by default for rb532 (fixes #1466)Felix Fietkau2007-03-15
| | | | SVN-Revision: 6569
* brcm47xx: add a few nops to keep the cpu happyFelix Fietkau2007-03-15
| | | | SVN-Revision: 6568
* fix up remaining parts for the brcm47xx-2.6 port (tested on wgt634u), nuke ↵Felix Fietkau2007-03-14
| | | | | | the old brcm-2.6 port, close #1312, #1451 SVN-Revision: 6564
* add reboot fix from #1312Felix Fietkau2007-03-14
| | | | SVN-Revision: 6563
* remove screwy network config override from x86-2.6 base-filesFelix Fietkau2007-03-12
| | | | SVN-Revision: 6558
* add preliminary IOP32x support, mark it broken for nowImre Kaloz2007-03-11
| | | | SVN-Revision: 6557
* oops... forgot to make x86-2.6 ext2 images use preinit as well :)Felix Fietkau2007-03-11
| | | | SVN-Revision: 6546
* Added MMC/SD Card module supportHamish Guthrie2007-03-10
| | | | SVN-Revision: 6544
* more devfs related bugsMike Baker2007-03-09
| | | | SVN-Revision: 6543
* fix up the netconfig script after the devfs=>hotplug2 migrationFelix Fietkau2007-03-09
| | | | SVN-Revision: 6542
* split out scsi module support and add ata piix supportTim Yardley2007-03-07
| | | | SVN-Revision: 6535
* Added GPIO driverHamish Guthrie2007-03-07
| | | | SVN-Revision: 6534
* Fix config, set directory block to -1 for redboot.Mike Albon2007-03-06
| | | | SVN-Revision: 6533
* Add support for LED drivers (clock tick and CPU activity) Removed partition ↵Hamish Guthrie2007-03-06
| | | | | | support (done on command line now) SVN-Revision: 6531
* add vga console support for x86-2.6 images (fixes #1342, #840)Felix Fietkau2007-03-06
| | | | SVN-Revision: 6530