Skip to content

Commit

Permalink
Change metapackage name from lime-mini to lime-basic for better under…
Browse files Browse the repository at this point in the history
…standing of the concept.
  • Loading branch information
p4u committed Jul 22, 2016
1 parent 36ff885 commit fcbb4dd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packages/lime-mini/Makefile → packages/lime-basic/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ LIME_CODENAME:=biggestbang
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-mini
PKG_NAME:=lime-basic
PKG_VERSION=$(GIT_COMMIT_DATE)-$(GIT_COMMIT_TSTAMP)

include $(INCLUDE_DIR)/package.mk
Expand All @@ -32,7 +32,7 @@ define Package/$(PKG_NAME)
endef

define Package/$(PKG_NAME)/description
Metapackage depending on all the required to run a minimal standard libre-mesh node
Metapackage depending on all the required to run a basic standard libre-mesh node
endef

define Build/Compile
Expand Down
2 changes: 1 addition & 1 deletion packages/lime-freifunk/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ define Package/$(PKG_NAME)
SUBMENU:=Collections
MAINTAINER:=Daniel Golle <daniel@makrotopia.org>
URL:=http://libre-mesh.org
DEPENDS:=+lime-mini
DEPENDS:=+lime-basic
endef

define Package/$(PKG_NAME)/description
Expand Down
2 changes: 1 addition & 1 deletion packages/lime-full/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ define Package/$(PKG_NAME)
SUBMENU:=Collections
MAINTAINER:=Pau Escrich <p4u@dabax.net>
URL:=http://libre-mesh.org
DEPENDS:=+lime-mini +lime-debug
DEPENDS:=+lime-basic +lime-debug
endef

define Package/$(PKG_NAME)/description
Expand Down

0 comments on commit fcbb4dd

Please sign in to comment.