diff options
author | Mike Westerhof <mwester@dls.net> | 2006-12-31 05:40:15 +0000 |
---|---|---|
committer | Mike Westerhof <mwester@dls.net> | 2006-12-31 05:40:15 +0000 |
commit | 05d63bdf4fcd74190218c594499235b1605e73e6 (patch) | |
tree | 35b9517d37ba6c25e44142e78876b1e3746edd85 | |
parent | 2427a570236bef10212370485613e4c960466ce4 (diff) |
Unslung: kernel: added pwc device as a kernel module
-rw-r--r-- | packages/linux/unslung-kernel/defconfig | 2 | ||||
-rw-r--r-- | packages/linux/unslung-kernel_2.4.22.l2.3r63.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/packages/linux/unslung-kernel/defconfig b/packages/linux/unslung-kernel/defconfig index afecd24561..a5ad6094ae 100644 --- a/packages/linux/unslung-kernel/defconfig +++ b/packages/linux/unslung-kernel/defconfig @@ -1155,7 +1155,7 @@ CONFIG_USB_SCANNER=m # CONFIG_USB_IBMCAM is not set # CONFIG_USB_KONICAWC is not set CONFIG_USB_OV511=m -# CONFIG_USB_PWC is not set +CONFIG_USB_PWC=m # CONFIG_USB_SE401 is not set # CONFIG_USB_STV680 is not set # CONFIG_USB_W9968CF is not set diff --git a/packages/linux/unslung-kernel_2.4.22.l2.3r63.bb b/packages/linux/unslung-kernel_2.4.22.l2.3r63.bb index e35ceb884b..6a22591795 100644 --- a/packages/linux/unslung-kernel_2.4.22.l2.3r63.bb +++ b/packages/linux/unslung-kernel_2.4.22.l2.3r63.bb @@ -4,7 +4,7 @@ COMPATIBLE_MACHINE = "nslu2" require nslu2-linksys-kernel_2.4.22.bb DESCRIPTION = "Unslung kernel for the Linksys NSLU2 device" -PR = "r16" +PR = "r17" KERNEL_SUFFIX = "unslung" |