diff options
-rw-r--r-- | conf/distro/include/slugos.inc | 2 | ||||
-rw-r--r-- | packages/linux/linux-rp-2.6.20/defconfig-spitz | 2 | ||||
-rw-r--r-- | packages/linux/linux-rp-2.6.20/sharpsl-rc-r1.patch | 2 | ||||
-rw-r--r-- | packages/madwifi/madwifi-ng_r2518-20070626.bb | 7 |
4 files changed, 10 insertions, 3 deletions
diff --git a/conf/distro/include/slugos.inc b/conf/distro/include/slugos.inc index 8679300bc3..46ba2fcf74 100644 --- a/conf/distro/include/slugos.inc +++ b/conf/distro/include/slugos.inc @@ -142,6 +142,6 @@ IGNORE_STRIP_ERRORS = "" # Due to upstream instability, and another OE project with conflicting # needs, nail down a specific, known-working version of madwifi-ng. # Remove this once the madwifi-ng stuff seems to stabilize once again. -PREFERRED_VERSION_madwifi-ng ?= "r2156-20070225" +#PREFERRED_VERSION_madwifi-ng ?= "r2156-20070225" PREFERRED_VERSION_linux-libc-headers = "2.6.18"
\ No newline at end of file diff --git a/packages/linux/linux-rp-2.6.20/defconfig-spitz b/packages/linux/linux-rp-2.6.20/defconfig-spitz index 4ee5b814fb..956ed13114 100644 --- a/packages/linux/linux-rp-2.6.20/defconfig-spitz +++ b/packages/linux/linux-rp-2.6.20/defconfig-spitz @@ -431,7 +431,7 @@ CONFIG_BT_HIDP=m # Bluetooth device drivers # CONFIG_BT_HCIUSB=m -# CONFIG_BT_HCIUSB_SCO is not set +CONFIG_BT_HCIUSB_SCO=m CONFIG_BT_HCIUART=m CONFIG_BT_HCIUART_H4=y CONFIG_BT_HCIUART_BCSP=y diff --git a/packages/linux/linux-rp-2.6.20/sharpsl-rc-r1.patch b/packages/linux/linux-rp-2.6.20/sharpsl-rc-r1.patch index 8230d53392..da83fdf5eb 100644 --- a/packages/linux/linux-rp-2.6.20/sharpsl-rc-r1.patch +++ b/packages/linux/linux-rp-2.6.20/sharpsl-rc-r1.patch @@ -298,7 +298,7 @@ Index: linux-2.6.20/drivers/input/keyboard/sharpsl_rc.c + pxa_gpio_mode(REMOTE_GPIO_INT | GPIO_IN); + ret = request_irq(REMOTE_IRQ_INT, + sharpsl_rc_interrupt, -+ IRQF_DISABLED | IRQF_TRIGGER_RISING | IRQF_SHARED, ++ IRQF_DISABLED | IRQF_TRIGGER_RISING | IRQF_TRIGGER_FALLING | IRQF_SHARED, + "sharpsl_rc", + sharpsl_rc); + if (ret < 0) { diff --git a/packages/madwifi/madwifi-ng_r2518-20070626.bb b/packages/madwifi/madwifi-ng_r2518-20070626.bb new file mode 100644 index 0000000000..9f042ac926 --- /dev/null +++ b/packages/madwifi/madwifi-ng_r2518-20070626.bb @@ -0,0 +1,7 @@ +PR = "r0" + +# Disable stripping of kernel modules, since this action strips too +# much out, and the resulting module won't load. +INHIBIT_PACKAGE_STRIP = "1" + +require madwifi-ng_r.inc |