mirror of https://gerrit.osmocom.org/osmo-dev
Revert "move iu.opts to no-iu.opts, change to --disable-iu"
This reverts commit d3707d086c
except for the README tweaks.
Change-Id: I289d25f74007917a2eaae99f430b9c53cd87b16f
changes/40/11140/1
parent
f927c6f82c
commit
95ea8ece34
6
README
6
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
|
||||
|
|
|
@ -1,2 +0,0 @@
|
|||
osmo-msc --disable-iu
|
||||
osmo-sgsn --disable-iu
|
Loading…
Reference in New Issue