aboutsummaryrefslogtreecommitdiffstats
path: root/target
Commit message (Collapse)AuthorAgeFilesLines
* Add NAND flash/YAFFS2 patches for RB532 by David GoodenoughFelix Fietkau2006-10-267-93/+11649
| | | | | | | Read the kernel command line from an otherwise unused area of the kernel image (will be used for changing the command line on the fly when copying the system from CF to NAND) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5296 3c298f89-4303-0410-b956-a3cf2f4a3e73
* some minor cleanupTim Yardley2006-10-252-13/+13
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5294 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix partition issue with x86, leveraging the default size on the second ↵Tim Yardley2006-10-251-6/+6
| | | | | | partition (all of the remaining drive) in order to get around size differences git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5293 3c298f89-4303-0410-b956-a3cf2f4a3e73
* code to bring in the following for x86:Tim Yardley2006-10-242-1/+14
| | | | | | | | | X86_GRUB_ROOTPART: configureable root partition for kernel options X86_GRUB_BOOTOPTS: configureable parameters to be added to the boot line git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5289 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix irq issue (ap70 eth1)Mike Baker2006-10-241-1/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5288 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add e1000 driver, remove references to LINUX_2_4_X86Felix Fietkau2006-10-241-1/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5286 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add fix for samsung flash chipsFelix Fietkau2006-10-241-0/+38
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5284 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix a timeout on amd flash chips (patch from #874)Felix Fietkau2006-10-221-0/+39
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5262 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add generic and via ide support to x86-2.6Felix Fietkau2006-10-221-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5255 3c298f89-4303-0410-b956-a3cf2f4a3e73
* disable pcmcia on rb532Nicolas Thill2006-10-191-13/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5239 3c298f89-4303-0410-b956-a3cf2f4a3e73
* cleanup/rewrite of the kernel build processFelix Fietkau2006-10-1915-111/+18
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5226 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove bluetooth from ar7 configFelix Fietkau2006-10-191-23/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5225 3c298f89-4303-0410-b956-a3cf2f4a3e73
* cleanupFelix Fietkau2006-10-1914-14/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5224 3c298f89-4303-0410-b956-a3cf2f4a3e73
* finally kill KMOD_template - removes a big chunk of legacy build codeFelix Fietkau2006-10-191-177/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5222 3c298f89-4303-0410-b956-a3cf2f4a3e73
* make filesystem size selection generic (for ext2)Felix Fietkau2006-10-192-5/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5221 3c298f89-4303-0410-b956-a3cf2f4a3e73
* port more modules over to the new systemFelix Fietkau2006-10-191-124/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5220 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add another parallel build fixFelix Fietkau2006-10-181-0/+21
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5209 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix parallel build of brcm-2.4Felix Fietkau2006-10-181-6/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5207 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add missing <asm/segment.h>, fix mini_fo and openswan build on ppcNicolas Thill2006-10-181-0/+10
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5206 3c298f89-4303-0410-b956-a3cf2f4a3e73
* enable native ipsec modules on 2.6, add ipsec kernel modulesNicolas Thill2006-10-189-75/+99
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5205 3c298f89-4303-0410-b956-a3cf2f4a3e73
* port soundcore moduleFelix Fietkau2006-10-171-8/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5199 3c298f89-4303-0410-b956-a3cf2f4a3e73
* port the usb modules over to the new systemFelix Fietkau2006-10-171-109/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5197 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove some old junkFelix Fietkau2006-10-172-33/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5190 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove old target/linux/package directoryFelix Fietkau2006-10-172-55/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5188 3c298f89-4303-0410-b956-a3cf2f4a3e73
* move sched_use_tsc patch to generic-2.4Felix Fietkau2006-10-172-84/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5187 3c298f89-4303-0410-b956-a3cf2f4a3e73
* move the ar7 network driver into a separate packageFelix Fietkau2006-10-173-13353/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5186 3c298f89-4303-0410-b956-a3cf2f4a3e73
* move the ar7 adsl driver into a separate package directory with external ↵Felix Fietkau2006-10-172-27217/+0
| | | | | | build and source download git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5185 3c298f89-4303-0410-b956-a3cf2f4a3e73
* allow platform support directories to add and modify kernel module packagesFelix Fietkau2006-10-171-0/+13
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5184 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add fix from #763Felix Fietkau2006-10-171-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5179 3c298f89-4303-0410-b956-a3cf2f4a3e73
* some kernel module cleanupFelix Fietkau2006-10-172-73/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5178 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove atm support in a few platformsFelix Fietkau2006-10-172-14/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5177 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add ATM_SUPPORT flagFelix Fietkau2006-10-171-0/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5176 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add USES_EXT2 flag for target platformsFelix Fietkau2006-10-171-0/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5175 3c298f89-4303-0410-b956-a3cf2f4a3e73
* bcm4710: port a missing part of the cache fixes to linux 2.6Felix Fietkau2006-10-161-33/+51
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5163 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix irq sharing issue on bcm4710Felix Fietkau2006-10-161-4/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5160 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix extpci irq assignment bugFelix Fietkau2006-10-161-4/+16
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5159 3c298f89-4303-0410-b956-a3cf2f4a3e73
* accidentally removed a small part of the flash map patch - fixing that.Felix Fietkau2006-10-161-0/+27
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5158 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Drop changes to mm/fault.c prevents from seeing kernel oops while restarting ↵Florian Fainelli2006-10-151-24/+0
| | | | | | the board automatically git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5141 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Updated kernel configFlorian Fainelli2006-10-151-6/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5139 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Merge preliminary rdc-2.6 support (Airlink101 AR525W)Florian Fainelli2006-10-157-0/+3712
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5138 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add io resource patch from #800, merge flash map stuff from linux 2.4 to ↵Felix Fietkau2006-10-152-32/+43
| | | | | | support the wl-hdd without breaking the netgear wgt634u git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5134 3c298f89-4303-0410-b956-a3cf2f4a3e73
* don't hardcode the cpu frequency for bcm47xx in linux 2.6Felix Fietkau2006-10-151-160/+227
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5133 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix bcm4710 cache fixesFelix Fietkau2006-10-151-9/+9
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5132 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Update kernel config : add support for bluetooth devices, enable packet ↵Florian Fainelli2006-10-151-8/+28
| | | | | | support in-kernel, prevented udhcpc to work git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5123 3c298f89-4303-0410-b956-a3cf2f4a3e73
* cleanupFelix Fietkau2006-10-142-13/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5106 3c298f89-4303-0410-b956-a3cf2f4a3e73
* use the native toolchain for grub on non-amd64 hostsFelix Fietkau2006-10-141-2/+23
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5103 3c298f89-4303-0410-b956-a3cf2f4a3e73
* leave out the ccache directory when copying the staging dir into the sdk (#843)Felix Fietkau2006-10-142-2/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5081 3c298f89-4303-0410-b956-a3cf2f4a3e73
* move brcm-2.4 specific kmod to new module layoutNicolas Thill2006-10-131-10/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@5058 3c298f89-4303-0410-b956-a3cf2f4a3e73
* rewrite of platform irq handlerMike Baker2006-10-121-229/+78
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@5057 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix bug in ethernet irq handlerMike Baker2006-10-121-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@5056 3c298f89-4303-0410-b956-a3cf2f4a3e73