From ab99f700bace05491919324259c9110c7f387af8 Mon Sep 17 00:00:00 2001 From: Gergő J. Miklós Date: Sat, 29 Sep 2018 01:32:11 +0200 Subject: Existing code & initialcommit. --- Makefile.openwrt | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 Makefile.openwrt (limited to 'Makefile.openwrt') diff --git a/Makefile.openwrt b/Makefile.openwrt new file mode 100644 index 0000000..1c90cfc --- /dev/null +++ b/Makefile.openwrt @@ -0,0 +1,36 @@ +include $(TOPDIR)/rules.mk + +PKG_NAME:=i3ensors +PKG_VERSION:=1.0 +PKG_RELEASE=$(PKG_SOURCE_VERSION) +PKG_MAINTAINER:=AA +PKG_LICENSE:=ISC GPL-2.0 +## PKG_BUILD_DEPENDS:=+madplay + +include $(INCLUDE_DIR)/package.mk + +define Package/i2sensors/default + CATEGORY:=Sensors + SUBMENU:=I2C Sensors + TITLE:=Famous I2C Sensors reader +endef + +define Package/i2sensors + $(Package/i2sensors/default) + ##DEPENDS:=+uhttpd +uhttpd-mod-lua +uhttpd-mod-tls +kmod-sound-core +kmod-usb-audio +alsa-lib +endef + +define Package/i2sensors/description + i2sensors read some i2c devices +endef + +define Package/i2sensors/install + $(CP) ./files/* $(1)/ +endef + +define Build/Compile + true +endef + +$(eval $(call BuildPackage,webclient)) + -- cgit v1.2.3