Skip to content
Snippets Groups Projects
Commit 3886f3a0 authored by Eike's avatar Eike
Browse files

added branding

parent 1685ea94
No related branches found
No related tags found
No related merge requests found
include $(TOPDIR)/rules.mk
PKG_NAME:=ffol-branding
PKG_VERSION:=1
PKG_RELEASE:=1
PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME)
include $(INCLUDE_DIR)/package.mk
define Package/ffol-branding
SECTION:=misc
CATEGORY:=Freifunk Nordwest
TITLE:=Adds Freifunk Nordwest specific brandings
endef
define Package/ffol-branding/description
Adds Freifunk Nordwest specific brandings (banner etc.)
endef
define Build/Prepare
mkdir -p $(PKG_BUILD_DIR)
endef
define Build/Configure
endef
define Build/Compile
endef
define Package/ffol-branding/install
$(INSTALL_DATA) files/etc/banner $(1)/etc/banner
endef
$(eval $(call BuildPackage,ffol-branding))
____ ____
| | |\ | | | Freifunk
|____ |____ | \ | | | Nordwest
| | == | \ | | /\ | Firmware
| | | \| |/ \| (based on gluon)
Welcome to the free wireless experience
For more information: https://nordwest.freifunk.net
---------------------------------------------------
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment