diff options
author | Nicolas Thill <nico@openwrt.org> | 2015-02-22 02:37:56 +0100 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2015-02-22 02:37:56 +0100 |
commit | e24dfafb01a8cfa011fa4c15a8db3cac89094266 (patch) | |
tree | bb02e8115f4fcf57bbe7d2ddea542d862fd9fefa /ipv6 | |
parent | cd21cbb82eacf5c2dc60a8dd8dfa51f978b98193 (diff) |
remove uneeded PKG_BUILD_DIR & PKG_CAT overrides
Signed-off-by: Nicolas Thill <nico@openwrt.org>
Diffstat (limited to 'ipv6')
-rw-r--r-- | ipv6/tayga/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ipv6/tayga/Makefile b/ipv6/tayga/Makefile index 8b645650f..ba0d196c1 100644 --- a/ipv6/tayga/Makefile +++ b/ipv6/tayga/Makefile @@ -12,8 +12,6 @@ PKG_MD5SUM:=7a7b24165ce008df772f398d86fa280e PKG_LICENSE:=GPL-2.0 PKG_LICENSE_FILES:=COPYING -PKG_CAT:=bzcat -PKG_BUILD_DIR:=$(BUILD_DIR)/tayga-$(PKG_VERSION) PKG_FIXUP:=autoreconf include $(INCLUDE_DIR)/package.mk |