Skip to content

Commit

Permalink
extern/inet: update to INET v3.6.4 plus some fixes
Browse files Browse the repository at this point in the history
Change-Id: I1dbdf1f763581182702974baf56823c613edacb5
  • Loading branch information
riebl committed Jun 7, 2018
1 parent 50d28a6 commit 467cd44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
PYTHON ?= python
PYTHON2 ?= python2
INET_DIR = extern/inet
INET_DISABLE_FEATURES ?= packetdrill
SIMULTE_DIR = extern/simulte
VANETZA_DIR = extern/vanetza
VANETZA_BUILD_TYPE ?= Release
Expand All @@ -16,7 +15,7 @@ clean:
-rm -rf $(VANETZA_BUILD_DIR)

$(INET_DIR)/.oppfeaturestate: $(INET_DIR)/.oppfeatures
cd $(INET_DIR); $(PYTHON) inet_featuretool disable $(INET_DISABLE_FEATURES)
cd $(INET_DIR); $(PYTHON) inet_featuretool repair

$(INET_DIR)/src/Makefile: $(INET_DIR)/.oppfeaturestate
$(MAKE) -C $(INET_DIR) makefiles
Expand Down
2 changes: 1 addition & 1 deletion extern/inet
Submodule inet updated 285 files

0 comments on commit 467cd44

Please # to comment.