Skip to content

Commit

Permalink
Mesh version 1.1.2 now with one big IPv6 network.
Browse files Browse the repository at this point in the history
Thank you for all the testing & helping on PirateBoxCamp #2 (2014 Lille)

Merge branch 'new_one_net_v6'
  • Loading branch information
MaStr committed Jul 15, 2014
2 parents 38afc11 + 00ce4b0 commit 9b8c4fd
Show file tree
Hide file tree
Showing 9 changed files with 121 additions and 946 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
NAME = piratebox-mesh
VERSION = 0.3.0
VERSION = 1.1.2
ARCH = all
IPK = $(NAME)_$(VERSION)_$(ARCH).ipk
IPKDIR = src
Expand All @@ -20,7 +20,7 @@ data: $(IPKDIR)/data.tar.gz $(IPKPSDIR)/data.tar.gz


$(IPK): $(IPKDIR)/control.tar.gz $(IPKDIR)/data.tar.gz $(IPKDIR)/control $(IPKDIR)/data
tar czf $@ -C $(IPKDIR) control.tar.gz data.tar.gz debian-binary
tar czf $@ -C $(IPKDIR) ./control.tar.gz ./data.tar.gz debian-binary

all: $(IPK) $(NON_WRT)

Expand Down
Binary file removed piratebox-mesh_0.1_all.ipk
Binary file not shown.
Binary file removed piratebox-mesh_0.2.4_all.ipk
Binary file not shown.
Loading

0 comments on commit 9b8c4fd

Please sign in to comment.