Prepare image Makefile to generate valid images for amit and g570s boards, thanks sn9
[openwrt.git] / target / linux / ar7 / patches-2.6.26 / 130-vlynq.patch
1 --- a/drivers/Kconfig
2 +++ b/drivers/Kconfig
3 @@ -100,5 +100,7 @@
4
5 source "drivers/uio/Kconfig"
6
7 +source "drivers/vlynq/Kconfig"
8 +
9 source "drivers/xen/Kconfig"
10 endmenu
11 --- a/drivers/Makefile
12 +++ b/drivers/Makefile
13 @@ -92,5 +92,6 @@
14 obj-$(CONFIG_HID) += hid/
15 obj-$(CONFIG_PPC_PS3) += ps3/
16 obj-$(CONFIG_OF) += of/
17 +obj-$(CONFIG_VLYNQ) += vlynq/
18 obj-$(CONFIG_SSB) += ssb/
19 obj-$(CONFIG_VIRTIO) += virtio/
This page took 0.043031 seconds and 5 git commands to generate.