aboutsummaryrefslogtreecommitdiffstats
path: root/target
Commit message (Collapse)AuthorAgeFilesLines
* remove old control directoryFelix Fietkau2006-11-0158-235/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5377 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add USR5461 image generation and tool (#817), thanks to Dick Streefland !Florian Fainelli2006-11-013-1/+192
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5373 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix a small typoFelix Fietkau2006-10-311-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5368 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix rootfs partition name for x86 imagesFelix Fietkau2006-10-311-3/+7
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5367 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix kernel config after r8169 changeFelix Fietkau2006-10-311-2/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5366 3c298f89-4303-0410-b956-a3cf2f4a3e73
* export skb_attach symbol (#887)Florian Fainelli2006-10-311-1/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5359 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add a fix for tun/tap related crashes (backported by Carlos Sobrinho)Felix Fietkau2006-10-311-0/+102
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5352 3c298f89-4303-0410-b956-a3cf2f4a3e73
* rdc: disable pci serial, remove bluetooth (because usb is disabled)Felix Fietkau2006-10-301-44/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5335 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add redboot parsing and rtl8169 fixes, enable r8169 and add the free ixp4xx ↵Imre Kaloz2006-10-277-57/+3296
| | | | | | ethernet driver - the later still needs fixes and testing for the gateway 7001 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5311 3c298f89-4303-0410-b956-a3cf2f4a3e73
* rename the xscale target to ixp4xx for the forthcoming iop target, add gcc ↵Imre Kaloz2006-10-275-2/+2
| | | | | | 4.1 patch for arm git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5310 3c298f89-4303-0410-b956-a3cf2f4a3e73
* extend X86_GRUB_ROOTPART selection to jffs2 imagesFelix Fietkau2006-10-271-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5308 3c298f89-4303-0410-b956-a3cf2f4a3e73
* revert to hda2Felix Fietkau2006-10-271-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5307 3c298f89-4303-0410-b956-a3cf2f4a3e73
* this should have been sda not hdaTim Yardley2006-10-271-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5306 3c298f89-4303-0410-b956-a3cf2f4a3e73
* 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