mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-12-22 09:49:53 +02: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:
parent
6a244cf2e8
commit
7c1574b386
@ -116,7 +116,6 @@ CONFIG_MTD_NAND_IDS=y
|
|||||||
# CONFIG_MTD_NAND_MUSEUM_IDS is not set
|
# CONFIG_MTD_NAND_MUSEUM_IDS is not set
|
||||||
# CONFIG_MTD_NAND_NANDSIM is not set
|
# CONFIG_MTD_NAND_NANDSIM is not set
|
||||||
CONFIG_MTD_NAND_PLATFORM=y
|
CONFIG_MTD_NAND_PLATFORM=y
|
||||||
# CONFIG_MTD_NAND_RB500 is not set
|
|
||||||
CONFIG_MTD_NAND_VERIFY_WRITE=y
|
CONFIG_MTD_NAND_VERIFY_WRITE=y
|
||||||
# CONFIG_MTD_ONENAND is not set
|
# CONFIG_MTD_ONENAND is not set
|
||||||
CONFIG_MTD_PARTITIONS=y
|
CONFIG_MTD_PARTITIONS=y
|
||||||
@ -132,6 +131,8 @@ CONFIG_MTD_PARTITIONS=y
|
|||||||
# CONFIG_NETDEV_1000 is not set
|
# CONFIG_NETDEV_1000 is not set
|
||||||
CONFIG_NET_SCH_FIFO=y
|
CONFIG_NET_SCH_FIFO=y
|
||||||
# CONFIG_NET_VENDOR_3COM is not set
|
# CONFIG_NET_VENDOR_3COM is not set
|
||||||
|
CONFIG_NF_CT_PROTO_GRE=m
|
||||||
|
CONFIG_NF_NAT_PROTO_GRE=m
|
||||||
# CONFIG_PAGE_SIZE_16KB is not set
|
# CONFIG_PAGE_SIZE_16KB is not set
|
||||||
CONFIG_PAGE_SIZE_4KB=y
|
CONFIG_PAGE_SIZE_4KB=y
|
||||||
# CONFIG_PAGE_SIZE_64KB is not set
|
# CONFIG_PAGE_SIZE_64KB is not set
|
||||||
|
@ -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[] = {
|
static struct platform_device *rb500_devs[] = {
|
||||||
&korina_dev0,
|
&korina_dev0,
|
||||||
&nand_slot0,
|
&nand_slot0,
|
||||||
&cf_slot0
|
&cf_slot0,
|
||||||
|
&rb500_led
|
||||||
};
|
};
|
||||||
|
|
||||||
static void __init parse_mac_addr(char *macstr)
|
static void __init parse_mac_addr(char *macstr)
|
||||||
|
Loading…
Reference in New Issue
Block a user