1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-04-21 12:27:27 +03:00

Resync kernel config, put back yellow led registration (#2607)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9458 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian
2007-10-29 10:03:14 +00:00
parent 6a244cf2e8
commit 7c1574b386
2 changed files with 8 additions and 2 deletions

View File

@@ -184,11 +184,16 @@ static struct mtd_partition rb500_partition_info[] = {
}
};
static struct platform_device rb500_led = {
.name = "rb500-led",
.id = 0,
};
static struct platform_device *rb500_devs[] = {
&korina_dev0,
&nand_slot0,
&cf_slot0
&cf_slot0,
&rb500_led
};
static void __init parse_mac_addr(char *macstr)