Skip to content

Commit

Permalink
Merge pull request #89 from a-gave/libremesh/suggested-packages
Browse files Browse the repository at this point in the history
libremesh: add tiny version of suggested-packages
  • Loading branch information
ilario authored Jan 31, 2024
2 parents ac3fb84 + 2e5e69a commit aca10e1
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions libremesh/suggested-packages-tiny/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
include $(TOPDIR)/rules.mk

PROFILE_DESCRIPTION:=Tiny version of packages officially suggested on the LibreMesh.org website. Intended for 4/32 devices: suited for devices with ≤4MB Flash up to openwrt 19.07; suited for devices with ≤32MB RAM up to openwrt 22.03
PROFILE_DEPENDS:=+lime-hwd-openwrt-wan \
+lime-proto-anygw \
+lime-proto-babeld \
+lime-proto-batadv \
+shared-state \
+shared-state-babeld_hosts \
+lime-docs-minimal \
+babeld-auto-gw-mode

include ../../profile.mk

# call BuildPackage - OpenWrt buildroot signature

0 comments on commit aca10e1

Please sign in to comment.