add some powertools back in

This commit is contained in:
Koushik Dutta 2010-06-27 23:53:09 -07:00
parent dd387c016a
commit 3f05662544
12 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1 @@
ENV=/sd-ext/.profile

View File

@ -0,0 +1,2 @@
nameserver 8.8.8.8
nameserver 8.8.4.4

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
prebuilt/common/xbin/bash Executable file

Binary file not shown.

BIN
prebuilt/common/xbin/htop Executable file

Binary file not shown.

BIN
prebuilt/common/xbin/irssi Executable file

Binary file not shown.

BIN
prebuilt/common/xbin/lsof Executable file

Binary file not shown.

BIN
prebuilt/common/xbin/nano Executable file

Binary file not shown.

BIN
prebuilt/common/xbin/powertop Executable file

Binary file not shown.

View File

@ -23,6 +23,19 @@ PRODUCT_COPY_FILES += \
# Allow the use of overlays
PRODUCT_PACKAGE_OVERLAYS := vendor/cyanogen/overlay
PRODUCT_COPY_FILES += \
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/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 \
vendor/cyanogen/prebuilt/common/xbin/bash:system/xbin/bash \
vendor/cyanogen/prebuilt/common/xbin/htop:system/xbin/htop \
vendor/cyanogen/prebuilt/common/xbin/irssi:system/xbin/irssi \
vendor/cyanogen/prebuilt/common/xbin/lsof:system/xbin/lsof \
vendor/cyanogen/prebuilt/common/xbin/nano:system/xbin/nano \
vendor/cyanogen/prebuilt/common/xbin/powertop:system/xbin/powertop
# Always run in insecure mode, enables root on user build variants
#ADDITIONAL_DEFAULT_PROPERTIES += ro.secure=0