mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03:00
Upgrade rb500 to .22.1, add the LED driver from #986
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8015 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -139,11 +139,17 @@ static struct platform_device nand_slot0 = {
|
||||
.num_resources = ARRAY_SIZE(nand_slot0_res),
|
||||
};
|
||||
|
||||
static struct platform_device rb500led = {
|
||||
.name = "rb500-led",
|
||||
.id = 0,
|
||||
};
|
||||
|
||||
|
||||
static struct platform_device *rb500_devs[] = {
|
||||
&korina_dev0,
|
||||
&nand_slot0,
|
||||
&cf_slot0
|
||||
&cf_slot0,
|
||||
&rb500led
|
||||
};
|
||||
|
||||
static void __init parse_mac_addr(char* macstr)
|
||||
|
||||
Reference in New Issue
Block a user