#
# Copyright (C) 2006-2014 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
#

include $(TOPDIR)/rules.mk

PKG_NAME:=luci-proto-mipc
PKG_VERSION:=1.0
PKG_RELEASE:=1
PKG_LICENSE:=GPLv2

include $(INCLUDE_DIR)/package.mk

define Package/luci-proto-mipc
  SECTION:=MTK Properties
  CATEGORY:=MTK Properties
  SUBMENU:=Applications
  TITLE:=LuCI support for the netagent mipc protocol script
endef

define Package/luci-proto-mipc/description
 MIPC protocol handler for netifd.
 End user can control MediaTek cellular data connection via this WEB UI.
endef

define Build/Compile
endef

define Package/luci-proto-mipc/install
	$(CP) ./files/* $(1)
endef

$(eval $(call BuildPackage,luci-proto-mipc))
