From f32d926b54e8e5b5e66330be7bfefe6f47607bf0 Mon Sep 17 00:00:00 2001 From: Steve Kondik Date: Mon, 5 Jul 2010 23:07:30 -0400 Subject: [PATCH] Add sysctl.conf --- prebuilt/common/etc/sysctl.conf | 0 products/common.mk | 1 + 2 files changed, 1 insertion(+) create mode 100644 prebuilt/common/etc/sysctl.conf diff --git a/prebuilt/common/etc/sysctl.conf b/prebuilt/common/etc/sysctl.conf new file mode 100644 index 00000000..e69de29b diff --git a/products/common.mk b/products/common.mk index 55ecedce..ce4ab467 100644 --- a/products/common.mk +++ b/products/common.mk @@ -56,6 +56,7 @@ PRODUCT_COPY_FILES += \ vendor/cyanogen/prebuilt/common/bin/backuptool.sh:system/bin/backuptool.sh \ vendor/cyanogen/prebuilt/common/lib/libncurses.so:system/lib/libncurses.so \ vendor/cyanogen/prebuilt/common/etc/resolv.conf:system/etc/resolv.conf \ + vendor/cyanogen/prebuilt/common/etc/sysctl.conf:system/etc/sysctl.conf \ vendor/cyanogen/prebuilt/common/etc/terminfo/l/linux:system/etc/terminfo/l/linux \ vendor/cyanogen/prebuilt/common/etc/terminfo/u/unknown:system/etc/terminfo/u/unknown \ vendor/cyanogen/prebuilt/common/etc/profile:system/etc/profile \