From 91a7f2a2f5c7a61196ff927676e9da57fe678fe5 Mon Sep 17 00:00:00 2001 From: Vojtech Bocek Date: Tue, 24 Sep 2013 19:27:30 +0200 Subject: [PATCH] Add Indiegogo campaign perks --- DONORS.md | 19 +++++++++++++++++++ install_zip/Android.mk | 9 +++++++++ 2 files changed, 28 insertions(+) create mode 100644 DONORS.md diff --git a/DONORS.md b/DONORS.md new file mode 100644 index 0000000..74840fc --- /dev/null +++ b/DONORS.md @@ -0,0 +1,19 @@ +# MultiROM's Indiegogo campaign + +http://www.indiegogo.com/projects/multirom-for-nexus-7-2013/ + +A crowdfunding campaign to get test devices took place from July 28th +to August 27th 2013. Thanks all contributors, the campaign was successful, +raising a total of $562. This enabled a purchase of _flo_ and resulted in +MultiROM being ported to said device and the code became much more portable. + +These are the contributors who pledged $20 or more and got perk _The Code_: +* jbaumert +* viper08 +* marius15 +* x.nicow.x +* Ben Hagen + +More contributors are named in the XDA thread or during build of +`multirom_zip` target, but thanks goes to all who contributed, either +by pledging money or by promoting the campaign. Thank you all. diff --git a/install_zip/Android.mk b/install_zip/Android.mk index e47fee9..23cb8c9 100644 --- a/install_zip/Android.mk +++ b/install_zip/Android.mk @@ -13,6 +13,15 @@ ifeq ($(MR_FSTAB),) endif $(MULTIROM_ZIP_TARGET): multirom trampoline signapk bbootimg + @echo + @echo + @echo "A crowdfunding campaign for MultiROM took place in 2013. These people got perk 'The Tenth':" + @echo " * Bibi" + @echo " * flash5000" + @echo "Thank you. See DONORS.md in MultiROM's folder for more informations." + @echo + @echo + @echo ----- Making MultiROM ZIP installer ------ rm -rf $(MULTIROM_INST_DIR) mkdir -p $(MULTIROM_INST_DIR)