From 7012a444f57bcb44f0ee6326ea02efa6a2bb09a5 Mon Sep 17 00:00:00 2001 From: Oyvind Repvik Date: Sun, 5 Feb 2006 03:28:44 +0000 Subject: ixp4xx-kernel: Add CONFIG_USB_LD=m, for USB thermometer --- packages/linux/ixp4xx-kernel/2.6.15/defconfig | 2 +- packages/linux/ixp4xx-kernel_2.6.15.2.bb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'packages') diff --git a/packages/linux/ixp4xx-kernel/2.6.15/defconfig b/packages/linux/ixp4xx-kernel/2.6.15/defconfig index 7d92739afd..8279471c78 100644 --- a/packages/linux/ixp4xx-kernel/2.6.15/defconfig +++ b/packages/linux/ixp4xx-kernel/2.6.15/defconfig @@ -1399,7 +1399,7 @@ CONFIG_USB_EZUSB=y # CONFIG_USB_PHIDGETSERVO is not set # CONFIG_USB_IDMOUSE is not set # CONFIG_USB_SISUSBVGA is not set -# CONFIG_USB_LD is not set +CONFIG_USB_LD=m # CONFIG_USB_TEST is not set # diff --git a/packages/linux/ixp4xx-kernel_2.6.15.2.bb b/packages/linux/ixp4xx-kernel_2.6.15.2.bb index 86eec02957..6881708d37 100644 --- a/packages/linux/ixp4xx-kernel_2.6.15.2.bb +++ b/packages/linux/ixp4xx-kernel_2.6.15.2.bb @@ -3,7 +3,7 @@ # Increment PR_CONFIG for changes to the ixp4xx-kernel specific # defconfig (do *NOT* increment anything in here for changes # to other kernel configs!) -PR_CONFIG = "0" +PR_CONFIG = "1" # # Increment the number below (i.e. the digits after PR) when # making changes within this file or for changes to the patches -- cgit v1.2.3 From 19f3fb04fe976bf96329356ea2209e92e8827a21 Mon Sep 17 00:00:00 2001 From: Oyvind Repvik Date: Sun, 5 Feb 2006 05:25:37 +0000 Subject: wget: disable ipv6 for SlugOS slugos doesn't support IPV6 by default, and wget fails on IPV4 if IPV6 isn't supported in the kernel. --- packages/wget/wget_1.9.1.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'packages') diff --git a/packages/wget/wget_1.9.1.bb b/packages/wget/wget_1.9.1.bb index eb5e509085..ec1f00d4ad 100644 --- a/packages/wget/wget_1.9.1.bb +++ b/packages/wget/wget_1.9.1.bb @@ -2,7 +2,7 @@ DESCRIPTION = "A console URL download utility featuring HTTP, FTP, and more." SECTION = "console/network" MAINTAINER = "Chris Larson " DEPENDS = "" -PR = "r3" +PR = "r4" LICENSE = "GPL" SRC_URI = "${GNU_MIRROR}/wget/wget-${PV}.tar.gz \ @@ -16,6 +16,8 @@ EXTRA_OECONF = "--enable-ipv6" # The unslung kernel does not support ipv6 EXTRA_OECONF_unslung = "" +# SlugOS kernels do not support ipv6. Can be loaded as a module. +EXTRA_OECONF_slugos = "" do_configure () { if [ ! -e acinclude.m4 ]; then -- cgit v1.2.3