From 5df058d4d9bf76a9a6a64004470b8de5aeeb36f0 Mon Sep 17 00:00:00 2001 From: Deivison Moraes Date: Wed, 29 Apr 2015 15:00:30 -0300 Subject: [PATCH 1/3] =?UTF-8?q?Adi=C3=A7=C3=A3o=20da=20op=C3=A7=C3=A3o=20P?= =?UTF-8?q?KG=5FUSE=5FMIPS16:=3D0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- linux-eoip/Makefile | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/linux-eoip/Makefile b/linux-eoip/Makefile index 618f4ca..6e4f624 100644 --- a/linux-eoip/Makefile +++ b/linux-eoip/Makefile @@ -11,9 +11,12 @@ PKG_NAME:=linux-eoip PKG_VERSION:=0.5 PKG_RELEASE:=1 + PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tgz PKG_SOURCE_URL:=http://linux-eoip.googlecode.com/files/ PKG_MD5SUM:=b2a9746f9ae352f2c495422cb19900d8 +PKG_USE_MIPS16:=0 + PKG_INSTALL:=1 @@ -33,8 +36,9 @@ define Package/linux-eoip endef define Package/linux-eoip/description - linux-eoip can create ethernet tunnels compatible with Mikrotik EoIP tunnel. - At current moment it is easiest way to create stateless tunnel with Mikrotik. + MakeFile para gerar o pacote Linux-EoIP para o firmware openwrt; + Fork Brasileiro; + endef TARGET_CFLAGS += -std=gnu99 From 4c3e6ecdab3eae1d36bc2b65444f5e58384991a6 Mon Sep 17 00:00:00 2001 From: Deivison Moraes Date: Wed, 29 Apr 2015 15:01:22 -0300 Subject: [PATCH 2/3] =?UTF-8?q?Adi=C3=A7=C3=A3o=20da=20op=C3=A7=C3=A3o=20P?= =?UTF-8?q?KG=5FUSE=5FMIPS16:=3D0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- linux-eoip/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/linux-eoip/Makefile b/linux-eoip/Makefile index 6e4f624..50e02b2 100644 --- a/linux-eoip/Makefile +++ b/linux-eoip/Makefile @@ -38,6 +38,7 @@ endef define Package/linux-eoip/description MakeFile para gerar o pacote Linux-EoIP para o firmware openwrt; Fork Brasileiro; + Integração de túneis EoIP Mikrotik e linux. endef From 7550c418f8eaf3bd627d42fd708760a9a8732ea4 Mon Sep 17 00:00:00 2001 From: Deivison Moraes Date: Fri, 8 May 2015 17:01:02 -0300 Subject: [PATCH 3/3] Update Makefile --- linux-eoip/Makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/linux-eoip/Makefile b/linux-eoip/Makefile index 50e02b2..5636225 100644 --- a/linux-eoip/Makefile +++ b/linux-eoip/Makefile @@ -36,10 +36,8 @@ define Package/linux-eoip endef define Package/linux-eoip/description - MakeFile para gerar o pacote Linux-EoIP para o firmware openwrt; - Fork Brasileiro; - Integração de túneis EoIP Mikrotik e linux. - + linux-eoip can create ethernet tunnels compatible with Mikrotik EoIP tunnel. + At current moment it is easiest way to create stateless tunnel with Mikrotik. endef TARGET_CFLAGS += -std=gnu99