#
# Copyright(C) 2006-2018 OpenWrt.org
#
include $(TOPDIR)/rules.mk
PKG_NAME:=auto-detection-tz
PKG_VERSION:=1.0
PKG_RELEASE:=1.0
PKG_BUILD_DEPENDS:= libjson-c

PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)

include $(INCLUDE_DIR)/package.mk

define Package/auto-detection-tz
    SECTION:=utils
    DEPENDS:= +libjson-c +lib-dni-common-api
    CATEGORY:=DNI
  SUBMENU:=dni_app
    TITLE:=auto-detection-tz
endef

define Build/Prepare
	mkdir -p $(PKG_BUILD_DIR)
endef

define Package/auto-detection-tz/description
	Auto Detection TimeZone
endef

define Build/Compile
endef

define Package/auto-detection-tz/install
	echo 'install dni binary ipk modules'
endef

$(eval $(call BuildPackage,auto-detection-tz))
