Skip to content
Snippets Groups Projects
Commit 6d2fcb12 authored by Patrick Uven's avatar Patrick Uven
Browse files

Removed package branding. Implementing a package to overwrite /etc/banner is...

Removed package branding. Implementing a package to overwrite /etc/banner is not possible without scripts.
parent 4eaf53b1
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_DIR) $(1)/etc/
$(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