Skip to content

Commit

Permalink
Move lime-map-agent from lime-basic to lime-full
Browse files Browse the repository at this point in the history
        libremap-agent includes several LuCi dependencies
        too heavy for >4MB routers. Until light map agent
        is not available, better remove this dependency
        for basic profile.

Signed-off-by: Pau Escrich <p4u@dabax.net>
  • Loading branch information
p4u committed Apr 26, 2017
1 parent 40ef1a3 commit d14b3b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/lime-basic/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ define Package/$(PKG_NAME)
DEPENDS:=+lime-system +lime-proto-bmx6 +lime-proto-batadv \
+lime-proto-anygw +lime-proto-wan +dnsmasq-lease-share \
+dnsmasq-distributed-hosts +lime-webui \
+lime-map-agent +lime-hwd-openwrt-wan \
+lime-hwd-openwrt-wan \
+bmx6-auto-gw-mode +lime-hwd-ground-routing
endef

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://libremesh.org
DEPENDS:=+lime-basic +lime-debug +luci-mod-admin-full
DEPENDS:=+lime-basic +lime-debug +luci-mod-admin-full +lime-map-agent
endef

define Package/$(PKG_NAME)/description
Expand Down

0 comments on commit d14b3b8

Please sign in to comment.