From 95ea8ece34088cb1d2fb47f82c06fef70f0df2e0 Mon Sep 17 00:00:00 2001 From: Neels Hofmeyr Date: Wed, 6 Sep 2017 18:54:58 +0200 Subject: [PATCH] Revert "move iu.opts to no-iu.opts, change to --disable-iu" This reverts commit d3707d086ca7edc55eec115b7c40e7d5daf3d672 except for the README tweaks. Change-Id: I289d25f74007917a2eaae99f430b9c53cd87b16f --- README | 6 +++--- iu.opts | 2 ++ no-iu.opts | 2 -- 3 files changed, 5 insertions(+), 5 deletions(-) create mode 100644 iu.opts delete mode 100644 no-iu.opts diff --git a/README b/README index 65dbf2e..f4feada 100644 --- a/README +++ b/README @@ -14,17 +14,17 @@ Examples: Full 2G and 3G support: - ./gen_makefile.py 3G+2G.deps default.opts + ./gen_makefile.py 3G+2G.deps default.opts iu.opts 2G only (requires to pass no-iu.opts), and a custom dir name of 'make-2G': - ./gen_makefile.py 2G.deps default.opts no-iu.opts -m make-2G + ./gen_makefile.py 2G.deps default.opts -m make-2G This generates a new dir containing a Makefile. When you run make in it, this will clone the source trees (if not present yet) and build all of them in the right order: - cd make-3G+2G-default + cd make-3G+2G-default+iu make If you make modifications in one of the source trees, this Makefile will pick diff --git a/iu.opts b/iu.opts new file mode 100644 index 0000000..a96a1bc --- /dev/null +++ b/iu.opts @@ -0,0 +1,2 @@ +osmo-msc --enable-iu +osmo-sgsn --enable-iu diff --git a/no-iu.opts b/no-iu.opts deleted file mode 100644 index 63de34a..0000000 --- a/no-iu.opts +++ /dev/null @@ -1,2 +0,0 @@ -osmo-msc --disable-iu -osmo-sgsn --disable-iu