From 6d2fcb12118932e8613e3f2c950e2e2d6fe36b8c Mon Sep 17 00:00:00 2001 From: bioxz <bioxz@stderr.cc> Date: Sat, 4 Oct 2014 00:18:39 +0200 Subject: [PATCH] Removed package branding. Implementing a package to overwrite /etc/banner is not possible without scripts. --- branding/Makefile | 36 ------------------------------------ branding/files/etc/banner | 9 --------- 2 files changed, 45 deletions(-) delete mode 100644 branding/Makefile delete mode 100644 branding/files/etc/banner diff --git a/branding/Makefile b/branding/Makefile deleted file mode 100644 index fc25551..0000000 --- a/branding/Makefile +++ /dev/null @@ -1,36 +0,0 @@ -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)) diff --git a/branding/files/etc/banner b/branding/files/etc/banner deleted file mode 100644 index 1412034..0000000 --- a/branding/files/etc/banner +++ /dev/null @@ -1,9 +0,0 @@ - ____ ____ - | | |\ | | | Freifunk - |____ |____ | \ | | | Nordwest - | | == | \ | | /\ | Firmware - | | | \| |/ \| (based on gluon) - - Welcome to the free wireless experience - For more information: https://nordwest.freifunk.net - --------------------------------------------------- -- GitLab