Set some extra build vars.
TINY_TOOLBOX since we have BusyBox, set the kernel modules dir for
BusyBox's modprobe, and enable Windows Media if supported.
diff --git a/products/common.mk b/products/common.mk
index db1339f..391ad00 100644
--- a/products/common.mk
+++ b/products/common.mk
@@ -13,6 +13,15 @@
PRODUCT_PROPERTY_OVERRIDES += \
ro.rommanager.developerid=cyanogenmod
+# Used by BusyBox
+KERNEL_MODULES_DIR:=/system/lib/modules
+
+# Tiny toolbox
+TINY_TOOLBOX:=true
+
+# Enable Windows Media if supported by the board
+WITH_WINDOWS_MEDIA:=true
+
# CyanogenMod specific product packages
PRODUCT_PACKAGES += \
CMParts \