Skip to content

Commit

Permalink
Add metapackage for an altermesh-like firmware based on LiMe
Browse files Browse the repository at this point in the history
  • Loading branch information
altergui committed Jul 20, 2014
1 parent db644b5 commit ff78e7e
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 1 deletion.
45 changes: 45 additions & 0 deletions packages/lime-altermesh/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
#
# Copyright (C) 2006-2014 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v3.
#

include $(TOPDIR)/rules.mk

LIME_BUILDDATE:=$(shell date +%Y%m%d_%H%M)
LIME_CODENAME:=bigbang

GIT_COMMIT_DATE:=$(shell git log -n 1 --pretty=%ad --date=short . )
GIT_COMMIT_TSTAMP:=$(shell git log -n 1 --pretty=%at . )

PKG_NAME:=lime-altermesh
PKG_VERSION=$(GIT_COMMIT_DATE)-$(GIT_COMMIT_TSTAMP)

include $(INCLUDE_DIR)/package.mk

define Package/$(PKG_NAME)
TITLE:=AlterMesh metapackage using LiMe codebase
CATEGORY:=LiMe
MAINTAINER:=Gui Iribarren <gui@altermundi.net>
URL:=http://libre-mesh.org
DEPENDS:=+lime-system +lime-proto-batadv +reghack \
+watchping +batman-adv-auto-gw-mode \
+dnsmasq-dhcpv6 +dnsmasq-lease-share \
+luci-app-batman-adv +luci-app-openairview \
+libremap-agent +luci-lib-libremap-wireless \
+luci-lib-libremap-location +luci-lib-libremap-system
endef

define Package/$(PKG_NAME)/description
Metapackage depending on all the required to run an altermesh-style node
endef

define Build/Compile
endef

define Package/$(PKG_NAME)/install
$(INSTALL_DIR) $(1)/
$(CP) ./files/* $(1)/
endef

$(eval $(call BuildPackage,$(PKG_NAME)))
3 changes: 2 additions & 1 deletion packages/lime-debug/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ define Package/$(PKG_NAME)
CATEGORY:=LiMe
MAINTAINER:=Gioacchino Mazzurco <gio@eigenlab.org>
URL:=http://libre-mesh.org
DEPENDS:=+batctl +iwinfo +iw +mtr +ip +iputils-ping6 +sprunge
DEPENDS:=+batctl +iwinfo +iw +mtr +ip +iputils-ping6 +sprunge \
+safe-reboot +netperf +rdisc6
endef

define Package/$(PKG_NAME)/description
Expand Down

0 comments on commit ff78e7e

Please sign in to comment.