From f3112a3815e226633fce41ec0ec56d012298df1f Mon Sep 17 00:00:00 2001 From: CN_SZTL Date: Mon, 1 Jul 2019 02:07:40 +0800 Subject: [PATCH] fbi! open the door! --- package/cnsztl/luci-app-opendoor/Makefile | 52 +++++++++++++++++++ .../cnsztl/luci-app-opendoor/google_fu_mode | 1 + 2 files changed, 53 insertions(+) create mode 100755 package/cnsztl/luci-app-opendoor/Makefile create mode 100644 package/cnsztl/luci-app-opendoor/google_fu_mode diff --git a/package/cnsztl/luci-app-opendoor/Makefile b/package/cnsztl/luci-app-opendoor/Makefile new file mode 100755 index 0000000000..3e9965d8bf --- /dev/null +++ b/package/cnsztl/luci-app-opendoor/Makefile @@ -0,0 +1,52 @@ +# +# Copyright (C) 2016-2017 WindTech +# +# 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))) diff --git a/package/cnsztl/luci-app-opendoor/google_fu_mode b/package/cnsztl/luci-app-opendoor/google_fu_mode new file mode 100644 index 0000000000..57c4578dda --- /dev/null +++ b/package/cnsztl/luci-app-opendoor/google_fu_mode @@ -0,0 +1 @@ +0xDEADBEE