1 # Copyright (C) 2011 Manuel Munz <freifunk at somakoma de>
2 # This is free software, licensed under the Apache 2.0 license.
4 include $(TOPDIR)/rules.mk
6 PKG_NAME:=community-profiles
9 PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME)
11 include $(INCLUDE_DIR)/package.mk
13 define Package/community-profiles
17 TITLE:=Community profiles
18 DEPENDS:=freifunk-common
21 define Package/community-profiles/description
22 These community profiles set defaults for various free network/freifunk communities and are used by wizards like ffwizard and meshwizard.
26 mkdir -p $(PKG_BUILD_DIR)
29 define Build/Configure
35 define Package/community-profiles/install
39 $(eval $(call BuildPackage,community-profiles))