summaryrefslogtreecommitdiffstats
path: root/target
Commit message (Collapse)AuthorAgeFilesLines
* [ramips] fix jffs2 64k and 128k images overwrite each otherflorian2010-07-311-1/+1
| | | | | | | | | When trying to build images with jffs2 filesystem for ramips platform there is only one jffs2 image produced instead of two (64k and 128k). Signed-off-by: Roman Yeryomin <roman@advem.lv> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22435 3c298f89-4303-0410-b956-a3cf2f4a3e73
* brcm47xx: some checkpatch fixeshauke2010-07-3112-40/+48
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22425 3c298f89-4303-0410-b956-a3cf2f4a3e73
* brcm47xx: some fixeshauke2010-07-3116-135/+202
| | | | | | | | | * fix return codes of nvram_getenv. Now it behaves like cfe_getenv. * also check cfe for kernel_args param. * some style fixes git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22424 3c298f89-4303-0410-b956-a3cf2f4a3e73
* generic/patches-2.6.32: finalize jffs2/lzma support on 2.6.32.xacoul2010-07-311-0/+5142
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22423 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] fix a typo in config-2.6.34 and config-2.6.35, thanks frogonwheelsjow2010-07-302-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22421 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mostly revert commit r22396hauke2010-07-301-1/+1
| | | | | | | | | | | | | | CFE does not boot images generated with these checksums because of wrong checksum. After flashing then with tftp to my Asus wl500-GPv1 the following messages are show: Null Rescue Flag. Boot program checksum is invalid Hello!! Enter Rescue Mode: (Check error) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22418 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [atheros] add missing bits & bytes from r22412acoul2010-07-304-4/+52
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22416 3c298f89-4303-0410-b956-a3cf2f4a3e73
* target/linux: refresh kernel patchesacoul2010-07-294-8/+8
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22413 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [atheros] enable mtu & mac config optionsacoul2010-07-295-32/+33
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22412 3c298f89-4303-0410-b956-a3cf2f4a3e73
* atheros/patches-2.6.35: sync patches against 2.6.35-rc6acoul2010-07-291-0/+11
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22411 3c298f89-4303-0410-b956-a3cf2f4a3e73
* generic/patches-2.6.34: Make devtmpfs available on (embedded) configurations ↵acoul2010-07-281-0/+76
| | | | | | | | | without SHMEM/TMPFS, using ramfs instead. (gone mainline in kernel 2.6.35-r3) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22407 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [buildsystem] revert r22372 and r22405, dependency on host libtool causes ↵jow2010-07-281-20/+6
| | | | | | problems git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22406 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: remove the fifo cfg overrides for the ap91 ethernet code - these ↵nbd2010-07-271-6/+0
| | | | | | values have been wrong on every single device i've tested, falling back to the atheros values seems to be the right thing to do git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22401 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix CRC32 calculation for sysupgrademarkus2010-07-271-1/+1
| | | | | | | | | | | | | | | | * reduce image size for CRC calculation by fs_mark size sysupgrade sometimes failed for me and I noticed that it was due to incorrect CRC values in trx-header after performing it. It seems that the fs_mark was completely included in the calculation and that it was nevertheless modified by sysupgrade while appending the jffs data. This only occurs for the first boot after sysupgrade as the flashmap driver recalculates the CRC to an even smaller area when it boots. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22396 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] reorder profilesjow2010-07-264-0/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22390 3c298f89-4303-0410-b956-a3cf2f4a3e73
* brcm47xx: now hopfully realy commit the right things from r22385hauke2010-07-252-122/+124
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22388 3c298f89-4303-0410-b956-a3cf2f4a3e73
* brcm47xx: add missing part from r22385hauke2010-07-251-62/+61
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22387 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] fix a typo in 040-bcm963xx_flashmap.patchjow2010-07-251-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22386 3c298f89-4303-0410-b956-a3cf2f4a3e73
* brcm47xx: fill the whole sprom with datahauke2010-07-246-67/+68
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22385 3c298f89-4303-0410-b956-a3cf2f4a3e73
* generic/config-2.6.32: switch from gzip to lzma jffs2 compressionacoul2010-07-241-1/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22374 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ixp4xx: add kernel 2.6.34 preliminary supportacoul2010-07-2446-0/+6560
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22373 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [buildsystem] use host opkg for installing packages in buildroot and ↵jow2010-07-231-6/+20
| | | | | | ImageBuilder git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22372 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: fix sysupgrade on the ubnt nanostation mnbd2010-07-231-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22370 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [atheros] renaming of the IP175C switch driver brioke switch detection on ↵jow2010-07-231-1/+4
| | | | | | the Dir-300 and others, fix it git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22363 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: add support for the tp-link tl-wa901nd devices (patch by Pieter ↵nbd2010-07-2214-1/+197
| | | | | | "Fate" Hollants, from #7528, without the ethernet fifo cfg values) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22353 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [at91] general cleanupclaudio2010-07-2211-14249/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22352 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [at91] Add support for u-bootclaudio2010-07-2220-6490/+610
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22351 3c298f89-4303-0410-b956-a3cf2f4a3e73
* disable crash logging for uml, it cannot possibly work there anywaynbd2010-07-212-0/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22326 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: add some missing debugging related config symbolsnbd2010-07-217-0/+14
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22324 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add support for the Gateworks Laguna family (Cavium Networks Econa CNS3xxx)kaloz2010-07-2113-0/+57474
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22323 3c298f89-4303-0410-b956-a3cf2f4a3e73
* brcm47xx: fix for boardflags by xMffhauke2010-07-2012-48/+60
| | | | | | | and checkpatch.pl fixes git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22318 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: add the new 'crashlog' feature, which tries to store kernel ↵nbd2010-07-209-0/+1173
| | | | | | oops/panic logs in a fixed location in RAM to recover them after the reboot and make them available to user space using debugfs git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22305 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: set default values for the fifo cfg registers on AR724xnbd2010-07-201-0/+7
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22303 3c298f89-4303-0410-b956-a3cf2f4a3e73
* brcm47xx: write boardflags correct into spromhauke2010-07-1912-34/+40
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22298 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] pwm: export the generic pwm api as moduleclaudio2010-07-191-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22297 3c298f89-4303-0410-b956-a3cf2f4a3e73
* brcm47xx: prepare brcm47xx patches for sending to mainline.hauke2010-07-1957-1660/+4174
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22296 3c298f89-4303-0410-b956-a3cf2f4a3e73
* brcm47xx: remove kernel 2.6.33hauke2010-07-1931-2882/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22295 3c298f89-4303-0410-b956-a3cf2f4a3e73
* rename the mx2 target to imx21kaloz2010-07-198-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22294 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [gumstix] Remove profile no longer requiredhcg2010-07-191-25/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22293 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [gumstix] replace dropbear with opensshhcg2010-07-191-2/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22292 3c298f89-4303-0410-b956-a3cf2f4a3e73
* update kernel versionskaloz2010-07-1923-23/+23
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22289 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fixup some boardnameskaloz2010-07-193-3/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22288 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove unneeded patcheskaloz2010-07-192-83/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22287 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ixp4xx: backport r21893 wrt300nv2 mac fix to 2.6.32acoul2010-07-181-0/+71
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22284 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [adm5120] add support for generic eb214a, thanks cezary (#7027)florian2010-07-1817-5/+178
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22275 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [rdc] remove 2.6.30 supportflorian2010-07-1813-2256/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22274 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] fix alice gate2 internet:green led (#6743)florian2010-07-182-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22273 3c298f89-4303-0410-b956-a3cf2f4a3e73
* brcm47xx: activate swap again and run make oldconfighauke2010-07-173-6/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22266 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [rdc] use bootloader baudrate settings, thanks bifferos (#7619)florian2010-07-171-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22259 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [rdc] fix bifferboard flash map, thanks bifferos (#7622)florian2010-07-171-28/+16
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22258 3c298f89-4303-0410-b956-a3cf2f4a3e73