summaryrefslogtreecommitdiffstats
path: root/target
Commit message (Collapse)AuthorAgeFilesLines
...
* don't redefine MIPS_CPU_IRQ_BASEnbd2007-05-241-3/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7330 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix rb532 compilenbd2007-05-245-15/+40
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7329 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix Magicbox for .21 and convert to the new structurekaloz2007-05-248-2683/+566
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7328 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix aruba compile for .21kaloz2007-05-242-639/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7327 3c298f89-4303-0410-b956-a3cf2f4a3e73
* cleanup patchkaloz2007-05-241-8440/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7326 3c298f89-4303-0410-b956-a3cf2f4a3e73
* nuke vga console support from the x86 lzma loader, it seems to cause ↵nbd2007-05-241-109/+16
| | | | | | problems at least in qemu git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7325 3c298f89-4303-0410-b956-a3cf2f4a3e73
* aruba fixes, work in progresskaloz2007-05-244-47/+9119
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7324 3c298f89-4303-0410-b956-a3cf2f4a3e73
* update x86 config and move some config defaults to the config templatenbd2007-05-232-274/+321
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7323 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix x86 lzma loadernbd2007-05-231-221/+184
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7322 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fixup iop32x, needs testing, but should work nowkaloz2007-05-232-1/+7
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7321 3c298f89-4303-0410-b956-a3cf2f4a3e73
* update netfilter patches, fix atheroskaloz2007-05-2311-2824/+1545
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7320 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix x86-2.6 compilenbd2007-05-231-4/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7319 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix compile error in the netfilter ipset modulenbd2007-05-231-0/+10
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7318 3c298f89-4303-0410-b956-a3cf2f4a3e73
* break trunk temporary - upgrade to 2.6.21.1 and iptables 1.3.7kaloz2007-05-2330-3611/+2585
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7315 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix x86 boot filesystem allocation (#1736)nbd2007-05-232-4/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7312 3c298f89-4303-0410-b956-a3cf2f4a3e73
* make CONFIG_PCCARD disabled by defaultnbd2007-05-231-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7310 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Fix adm5120hcd compilation error (#1738)florian2007-05-221-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7304 3c298f89-4303-0410-b956-a3cf2f4a3e73
* commandline mtd partition parsing is ugly, convert aruba to platform_devicekaloz2007-05-203-5/+56
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7294 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Disable PCMCIA for adm5120, request IRQ for the USB driver, fix duplicate ↵florian2007-05-204-469/+9
| | | | | | lines in the GPIO code git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7293 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Split the led driver florian2007-05-202-120/+116
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7290 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Fix duplicate entries in the patchflorian2007-05-201-50/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7289 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add ADM5120 GPIO wrappersflorian2007-05-202-0/+932
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7288 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add generic GPIO support to MIPS boardsflorian2007-05-201-0/+100
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7287 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Implement architecture speficic GPIO calls for adm5120, thanks to Gabor Juhosflorian2007-05-206-1/+47
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7286 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Use the generic GPIO api for bcm947xx and ar7 (for now), thanks to Gabor Juhosflorian2007-05-207-58/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7285 3c298f89-4303-0410-b956-a3cf2f4a3e73
* convert aruba to the new structurekaloz2007-05-2042-13433/+8218
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7284 3c298f89-4303-0410-b956-a3cf2f4a3e73
* give Aruba some love - add support for the combined flash layoutkaloz2007-05-204-6/+14
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7283 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix pcmcia/pccard build defaultsnbd2007-05-193-2/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7275 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add some apparently missing dma cache ops to the korina drivernbd2007-05-191-1/+7
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7274 3c298f89-4303-0410-b956-a3cf2f4a3e73
* convert rb532 to the new structurenbd2007-05-1934-5909/+5945
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7273 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Backport [7224] to the adm5120 flash map driverflorian2007-05-181-4/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7270 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Fix broadcom squashfs images:nbd2007-05-151-9/+7
| | | | | | | | | | | | We switched over to appending the jffs2 eof mark to the squashfs images, but since the squashfs is not always aligned to eraseblocksize, the eof mark landed in the wrong place. This commit adds an extra flag to the trx utility that can append extra data to a partition with alignment. This is used to place the jffs2 eof mark at the right offset. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7253 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add the #1680 fix for GNU make versionsflorian2007-05-141-0/+16
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7231 3c298f89-4303-0410-b956-a3cf2f4a3e73
* brcm47xx-2.6: fix squashfs image partitioning problemnbd2007-05-141-4/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7224 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Fix routeboard board detection, add some new ZyXEL boards, thanks to Gabor Juhosflorian2007-05-133-50/+144
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7214 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix the nslu2 image for the new layoutkaloz2007-05-132-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7204 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Correction, there is no USB for RB1xx targetsflorian2007-05-111-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7195 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add a RB1xx profile to generate RouterBoard RB1xx series image and kernel ↵florian2007-05-114-1/+74
| | | | | | command line hack patch git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7194 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Include admswconfig for adm5120 based targetsflorian2007-05-112-0/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7191 3c298f89-4303-0410-b956-a3cf2f4a3e73
* adm5120 is no longer broken nowflorian2007-05-111-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7190 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix bug in imagebuilder init.d scriptsmbm2007-05-111-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7188 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Rewrite LED driver, enable PCMCIA modulesflorian2007-05-113-3/+149
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7185 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Backport [7172] to adm5120 mtd map driverflorian2007-05-111-42/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7184 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Suppress OpenWrt partition, no needed anymoreflorian2007-05-111-1/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7183 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add support for 16 bit pcmcia cardsnbd2007-05-111-0/+11
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7182 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Fix some \n and kernel logging levelsflorian2007-05-111-3/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7181 3c298f89-4303-0410-b956-a3cf2f4a3e73
* LED driver updateflorian2007-05-111-31/+25
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7180 3c298f89-4303-0410-b956-a3cf2f4a3e73
* cleanup the broadcom preinit.archmbm2007-05-101-26/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7176 3c298f89-4303-0410-b956-a3cf2f4a3e73
* use generic inittab for x86mbm2007-05-101-3/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7175 3c298f89-4303-0410-b956-a3cf2f4a3e73
* minor cleanupnbd2007-05-101-4/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7174 3c298f89-4303-0410-b956-a3cf2f4a3e73