diff --git a/branding/Makefile b/branding/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..27a26c5021365d3183cad196ae11872b7f22c2ec --- /dev/null +++ b/branding/Makefile @@ -0,0 +1,35 @@ +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)) diff --git a/branding/files/etc/banner b/branding/files/etc/banner new file mode 100644 index 0000000000000000000000000000000000000000..14120341e81f7f8ec34d40c60edb35ee9d438936 --- /dev/null +++ b/branding/files/etc/banner @@ -0,0 +1,9 @@ + ____ ____ + | | |\ | | | Freifunk + |____ |____ | \ | | | Nordwest + | | == | \ | | /\ | Firmware + | | | \| |/ \| (based on gluon) + + Welcome to the free wireless experience + For more information: https://nordwest.freifunk.net + ---------------------------------------------------