#
-# Copyright (C) 2008 OpenWrt.org
+# Copyright (C) 2008-2014 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
PKG_NAME:=openrrcp
PKG_VERSION:=0.2.1
-PKG_RELEASE:=1
+PKG_RELEASE:=2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=http://nording.ru/projects/download/openrrcp/stable
OpenRRCP toolset for managing RRCP-capable Ethernet switches
endef
-define Build/Compile
- $(call Build/Compile/Default, \
- PREFIX="/usr" \
- )
-endef
+MAKE_VARS += \
+ PREFIX="/usr" \
+ $(TARGET_CONFIGURE_OPTS)
define Package/openrrcp/install
$(MAKE) -C $(PKG_BUILD_DIR) \