Florian Fainelli
b86edec09b
add missing 2.6.35 config symbols
...
SVN-Revision: 22539
14 years ago
Florian Fainelli
565a1e4ea3
add missing 2.6.35 config symbols
...
SVN-Revision: 22537
14 years ago
Michael Büsch
f3c312ac0d
omap24xx: Add working inittab and watchdog init script
...
SVN-Revision: 22534
14 years ago
Michael Büsch
d9c0e977a4
omap24xx: Support booting userland from MMC card
...
SVN-Revision: 22531
14 years ago
Michael Büsch
975ba9a88d
Add omap24xx.
...
Boots the kernel with working video and serial console. Userland is untested.
SVN-Revision: 22530
14 years ago
Lars-Peter Clausen
31f570fe4b
qi_lb60: Fix keyboard gpio pins
...
SVN-Revision: 22524
14 years ago
Hauke Mehrtens
09244c0811
brcm47xx: do not generate image for wgr614_v8 as long as we did not get any positive reports with that device.
...
SVN-Revision: 22522
14 years ago
Lars-Peter Clausen
a97d6b0c95
Add kernel_nconfig make target
...
SVN-Revision: 22518
14 years ago
Hauke Mehrtens
7640f89045
brcm47xx: Add new image generation and fix leds/reset button on WNR834B V2
...
Thank you realopty for the patch.
tools/firmware-utils/src/mkchkimg.c is from http://www.myopenrouter.com/download/10611/mkchkimg/
This closes #7702 .
SVN-Revision: 22516
14 years ago
John Crispin
419128775a
* remove references to gpio_dev * make vmmc driver register its own memory and dont rely on arch code to do so * makes any Danube board with a CFI commandset 2 NOR flash chip functional again * fixes filenames of downloaded firmwares
...
thanks, Ithamar R. Adema
SVN-Revision: 22515
14 years ago
Mirko Vogt
acd054f18d
Add missing symbol to 2.6.35 config
...
SVN-Revision: 22513
14 years ago
Mirko Vogt
95265c5983
Add missing symbols to 2.6.35 config
...
SVN-Revision: 22512
14 years ago
Hamish Guthrie
8122c61c9d
gumstix: Update wifi default settings
...
SVN-Revision: 22509
14 years ago
Jo-Philipp Wich
52fb76ebff
explicitely enable bootmem on 2.6.35 - required by crashlog ( #7695 )
...
SVN-Revision: 22506
14 years ago
Jo-Philipp Wich
9de10fe381
add missing symbols for 2.6.34, explicitely enable bootmem - required by crashlog ( #7695 )
...
SVN-Revision: 22505
14 years ago
Jo-Philipp Wich
662620419a
fix order fail in previous commit
...
SVN-Revision: 22504
14 years ago
Jo-Philipp Wich
947519fae0
add missing symbols for 2.6.35
...
SVN-Revision: 22503
14 years ago
Lars-Peter Clausen
1980190a5a
Drop 2.6.32 patches
...
SVN-Revision: 22485
14 years ago
Lars-Peter Clausen
f312e1580b
Set -march=mips32
...
SVN-Revision: 22484
14 years ago
Lars-Peter Clausen
75a7e3e55a
Adjust codec driver module name for 2.6.35
...
SVN-Revision: 22483
14 years ago
Lars-Peter Clausen
5b8cbd5d5a
Fix mmc card detection
...
SVN-Revision: 22481
14 years ago
Hamish Guthrie
20417d6663
gumstix: Change defconfig
...
SVN-Revision: 22478
14 years ago
Hamish Guthrie
1da361418e
omap35xx: Add temporary fix for marvell wlan MAC address detection
...
SVN-Revision: 22477
14 years ago
Felix Fietkau
bd6324190f
swconfig: cleanup of kernel drivers and interface - add some comments to a few data structures - add a switch_dev_ops data structure for attributes and callback to replace the stupid template memcpy - get rid of the switch_dev.priv pointer - using container_of() is better
...
SVN-Revision: 22476
14 years ago
Hauke Mehrtens
86b209211e
brcm47xx: ignore some parts of flash on some netgear devices. This space is used to store config values. When overwriting it the device will not start any more.
...
closes #7630
Thank you realopty for testing.
SVN-Revision: 22475
14 years ago
Jo-Philipp Wich
bf1db57017
ip17xx: r21709 broke VLAN functionality on the IP175C switch, add back mdelay() to wait before reading back the phy state, fixes ethernet on the DIR-300 and possibly others
...
SVN-Revision: 22468
14 years ago
Daniel Dickinson
a5fdf57a1b
base-files: diag.sh: For power button as preinit status led, end with led left on, not off
...
SVN-Revision: 22466
14 years ago
Daniel Dickinson
d391ca2c8c
base-files: brcm63xx.sh: Added comtrend (96348GW-11) to routers with buttons and leds on preinit
...
SVN-Revision: 22465
14 years ago
Daniel Dickinson
99d0f9ea05
patches-2.6.32/33: Reset button on Comtrend routers is GPIO 33 not GPIO 32
...
SVN-Revision: 22464
14 years ago
Lars-Peter Clausen
e1bfcceb93
Add 2.6.35 patches
...
SVN-Revision: 22463
14 years ago
Alexandros C. Couloumbis
6978c1cb83
package/compcache: use mainline modules for kernels >=2.6.33 (thank you nbd)
...
SVN-Revision: 22458
14 years ago
Florian Fainelli
2df3583611
add 2.6.34 support
...
SVN-Revision: 22452
14 years ago
Florian Fainelli
3144d90706
refresh 2.6.34 patches
...
SVN-Revision: 22451
14 years ago
Florian Fainelli
781c091ea5
fix jffs2 64k and 128k images overwrite each other
...
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>
SVN-Revision: 22435
14 years ago
Hauke Mehrtens
3aca383c72
brcm47xx: some checkpatch fixes
...
SVN-Revision: 22425
14 years ago
Hauke Mehrtens
96911f6b58
brcm47xx: some fixes
...
* fix return codes of nvram_getenv. Now it behaves like cfe_getenv.
* also check cfe for kernel_args param.
* some style fixes
SVN-Revision: 22424
14 years ago
Alexandros C. Couloumbis
927d42ed62
generic/patches-2.6.32: finalize jffs2/lzma support on 2.6.32.x
...
SVN-Revision: 22423
14 years ago
Jo-Philipp Wich
eea5f1c565
fix a typo in config-2.6.34 and config-2.6.35, thanks frogonwheels
...
SVN-Revision: 22421
14 years ago
Hauke Mehrtens
da7493d8f9
mostly revert commit r22396
...
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)
SVN-Revision: 22418
14 years ago
Alexandros C. Couloumbis
42738aa9ad
add missing bits & bytes from r22412
...
SVN-Revision: 22416
15 years ago
Alexandros C. Couloumbis
b8d60bb9d4
target/linux: refresh kernel patches
...
SVN-Revision: 22413
15 years ago
Alexandros C. Couloumbis
daf10573ba
enable mtu & mac config options
...
SVN-Revision: 22412
15 years ago
Alexandros C. Couloumbis
cb8ce973f7
atheros/patches-2.6.35: sync patches against 2.6.35-rc6
...
SVN-Revision: 22411
15 years ago
Alexandros C. Couloumbis
1e05fd6eef
generic/patches-2.6.34: Make devtmpfs available on (embedded) configurations without SHMEM/TMPFS, using ramfs instead. (gone mainline in kernel 2.6.35-r3)
...
SVN-Revision: 22407
15 years ago
Felix Fietkau
65899cfa49
ar71xx: remove the fifo cfg overrides for the ap91 ethernet code - these 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
...
SVN-Revision: 22401
15 years ago
Markus Wigge
7a052dc799
fix CRC32 calculation for sysupgrade
...
* 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.
SVN-Revision: 22396
15 years ago
Jo-Philipp Wich
00cc52f14b
reorder profiles
...
SVN-Revision: 22390
15 years ago
Hauke Mehrtens
763e011e70
brcm47xx: now hopfully realy commit the right things from r22385
...
SVN-Revision: 22388
15 years ago
Hauke Mehrtens
d67c25f592
brcm47xx: add missing part from r22385
...
SVN-Revision: 22387
15 years ago
Jo-Philipp Wich
7831006360
fix a typo in 040-bcm963xx_flashmap.patch
...
SVN-Revision: 22386
15 years ago