Skip to content

Commit

Permalink
Update OpenWrt Makefile and Android README
Browse files Browse the repository at this point in the history
  • Loading branch information
albert-lopez committed Jan 19, 2016
1 parent cf31d7c commit afa8122
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
12 changes: 5 additions & 7 deletions README.android.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,9 @@ The two different editions of the Open Overlay Router application have different
requirements. Open Overlay Router for rooted devices requires root access and Android
version 2.3.6 or higher, while Open Overlay Router for non-rooted devices requires
Android 4.0 or higher. Please note that due to a bug on Android 4.4.0 and onwards,
the non-rooted version of LISPmob will not work on Android 4.4.0, 4.4.1, 4.4.2 or
4.4.3. The bug was fixed on Android 4.4.4. (for IPv4 EIDs). To ease the
installation process we strongly recommend installing LISPmob through Google Play
(search for “open overlay router”), however you can also download a precompiled APK
package file from the Open Overlay Router website or compile the app from sources
the non-rooted version of OOR will not work on Android 4.4.0, 4.4.1, 4.4.2 or
4.4.3. The bug was fixed on Android 4.4.4. (for IPv4 EIDs). You can download a precompiled
APK package file from the Open Overlay Router website or compile the app from sources
yourself. In any case, if you choose to install Open Overlay Router without using
Google Play, the device must be configured to allow the installation of packages from
"unknown sources" (System Settings -> Security -> Device Administration).
Expand All @@ -38,10 +36,10 @@ those specified in the main README.md file.
* Android NDK: [http://developer.android.com/tools/sdk/ndk/]
* Apache Ant

To get the latest version of the LISPmob source from Github:
To get the latest version of the OOR source from Github:

git clone git://github.com/OpenOverlayRouter/oor.git
cd lispmob
cd oor
To build the code, go to the `android/` directory located in the top-level
directory and modify the `local.properties` file with the correct path to your
Expand Down
2 changes: 1 addition & 1 deletion openWRT/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=oor
PKG_REV:=36aa3e38d14b7bd28411912d1d735695f5b77cba
PKG_REV:=cf31d7cf0307cff38a12913bd640913d7e95be9d
PKG_VERSION:=1.0.0
PKG_RELEASE:=1

Expand Down

0 comments on commit afa8122

Please sign in to comment.