summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Baptiste Queru <jbq@google.com>2010-08-19 19:10:44 -0700
committerJean-Baptiste Queru <jbq@google.com>2010-08-20 09:42:41 -0700
commit74ac2e623c7fa315fd9f86a688821d16dfd773a8 (patch)
tree2cd93aa6949d56afced7c404631733f5a69ce22d
parent4a607d24db9f8221874cf110b1d86f558a9406cf (diff)
downloaddream-tools_r8.tar.gz
Recent sapphire kernels don't support dream any more Change-Id: Iacdb4fbcf2f16baf8f97fe276baabc4a3baec007
-rw-r--r--device_dream.mk13
-rw-r--r--kernelbin0 -> 2184568 bytes
-rw-r--r--wlan.kobin0 -> 637308 bytes
3 files changed, 13 insertions, 0 deletions
diff --git a/device_dream.mk b/device_dream.mk
index 6627ddc..cb29cd8 100644
--- a/device_dream.mk
+++ b/device_dream.mk
@@ -19,6 +19,19 @@ DEVICE_PACKAGE_OVERLAYS := device/htc/dream/overlay
PRODUCT_PACKAGES := \
sensors.trout
+# The kernel
+PRODUCT_COPY_FILES += \
+ device/htc/dream/wlan.ko:system/lib/modules/wlan.ko
+
+ifeq ($(TARGET_PREBUILT_KERNEL),)
+LOCAL_KERNEL := device/htc/dream/kernel
+else
+LOCAL_KERNEL := $(TARGET_PREBUILT_KERNEL)
+endif
+
+PRODUCT_COPY_FILES += \
+ $(LOCAL_KERNEL):kernel
+
# proprietary side of the device
$(call inherit-product-if-exists, vendor/htc/dream/device_dream-vendor.mk)
diff --git a/kernel b/kernel
new file mode 100644
index 0000000..194bbaa
--- /dev/null
+++ b/kernel
Binary files differ
diff --git a/wlan.ko b/wlan.ko
new file mode 100644
index 0000000..a2653b2
--- /dev/null
+++ b/wlan.ko
Binary files differ