aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/rb532/files/arch/mips
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2007-10-29 10:03:14 +0000
committerFlorian Fainelli <florian@openwrt.org>2007-10-29 10:03:14 +0000
commit02ee102b22333541decd3facefc1cb11278fcc28 (patch)
treefd7a155aa912d71ad01483feb3b4b136af1d06e0 /target/linux/rb532/files/arch/mips
parent524a044e932fad3550800f69d241026b89975ac9 (diff)
downloadmaster-187ad058-02ee102b22333541decd3facefc1cb11278fcc28.tar.gz
master-187ad058-02ee102b22333541decd3facefc1cb11278fcc28.tar.bz2
master-187ad058-02ee102b22333541decd3facefc1cb11278fcc28.zip
Resync kernel config, put back yellow led registration (#2607)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9458 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/rb532/files/arch/mips')
-rw-r--r--target/linux/rb532/files/arch/mips/rb500/devices.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/target/linux/rb532/files/arch/mips/rb500/devices.c b/target/linux/rb532/files/arch/mips/rb500/devices.c
index d2476a89c3..dec2be9b2b 100644
--- a/target/linux/rb532/files/arch/mips/rb500/devices.c
+++ b/target/linux/rb532/files/arch/mips/rb500/devices.c
@@ -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)