luci-app-opendoor: delete useless package

This commit is contained in:
CN_SZTL 2020-01-21 13:54:43 +08:00
parent 70b878373d
commit 73b0ad36ae
No known key found for this signature in database
GPG Key ID: 6850B6345C862176
2 changed files with 0 additions and 53 deletions

View File

@ -1,52 +0,0 @@
#
# Copyright (C) 2019 CTCGFW
#
# This is free software, licensed under the GNU General Public License v3.
# See /LICENSE for more information.
#
include $(TOPDIR)/rules.mk
PKG_NAME:=luci-app-opendoor
PKG_VERSION:=1.0.0
PKG_RELEASE:=1
PKG_LICENSE:=GPLv3
PKG_LICENSE_FILES:=LICENSE
PKG_MAINTAINER:=CTCGFW
include $(INCLUDE_DIR)/package.mk
define Package/$(PKG_NAME)
SECTION:=luci
CATEGORY:=LuCI
SUBMENU:=3. Applications
TITLE:= FBI! Open the door!
PKGARCH:=all
endef
define Package/$(PKG_NAME)/description
FBI! Open the door!
endef
define Build/Prepare
endef
define Build/Configure
endef
define Build/Compile
endef
define Package/$(PKG_NAME)/postinst
endef
define Package/$(PKG_NAME)/conffiles
endef
define Package/$(PKG_NAME)/install
$(INSTALL_DIR) $(1)/etc/config
$(INSTALL_CONF) ./google_fu_mode $(1)/etc/config/google_fu_mode
endef
$(eval $(call BuildPackage,$(PKG_NAME)))

View File

@ -1 +0,0 @@
0xDEADBEEF