From 7ccedad35080e884e6a85442d99b14caed64152f Mon Sep 17 00:00:00 2001 From: codeworkx Date: Fri, 22 Jul 2011 16:47:37 +0200 Subject: [PATCH] added fake init file for rommanager --- common.mk | 3 ++- init.smdkc210.rc | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 init.smdkc210.rc diff --git a/common.mk b/common.mk index 72b81d8..323ceed 100644 --- a/common.mk +++ b/common.mk @@ -37,7 +37,7 @@ # These is the hardware-specific overlay, which points to the location # of hardware-specific resource overrides, typically the frameworks and # application settings that are stored in resourced. -DEVICE_PACKAGE_OVERLAYS := device/samsung/c1-common/overlay +DEVICE_PACKAGE_OVERLAYS += device/samsung/c1-common/overlay # Libs PRODUCT_PACKAGES := \ @@ -63,6 +63,7 @@ PRODUCT_COPY_FILES := \ # Init files PRODUCT_COPY_FILES += \ device/samsung/c1-common/init.rc:root/init.rc \ + device/samsung/c1-common/init.smdkc210.rc:root/init.smdkc210.rc \ device/samsung/c1-common/init.smdkv310.rc:root/init.smdkv310.rc \ device/samsung/c1-common/ueventd.smdkv310.rc:root/ueventd.smdkv310.rc diff --git a/init.smdkc210.rc b/init.smdkc210.rc new file mode 100644 index 0000000..f4c73e5 --- /dev/null +++ b/init.smdkc210.rc @@ -0,0 +1,2 @@ +# samsung messed up at naming their board. we've fixed it. +# use this fake file so that rommanager still recognizes our device correctly.