Add early custom vendor
diff --git a/config/packages.mk b/config/packages.mk
new file mode 100644
index 0000000..5a96ca1
--- /dev/null
+++ b/config/packages.mk
@@ -0,0 +1,25 @@
+# Additional packages
+PRODUCT_PACKAGES += \
+ Development \
+ LatinIME \
+ VideoEditor \
+ VoiceDialer \
+ SoundRecorder \
+ Basic
+
+PRODUCT_PACKAGES += \
+ CellBroadcastReceiver
+
+# Additional tools
+PRODUCT_PACKAGES += \
+ openvpn \
+ e2fsck \
+ mke2fs \
+ tune2fs \
+ bash \
+ vim \
+ nano \
+ htop \
+ powertop \
+ lsof
+