Update Makefile

This commit is contained in:
idonin 2014-05-20 14:10:59 +04:00
parent a2db8e075c
commit bdac37b630

View File

@ -1,3 +1,10 @@
#
# Copyright (C) 2007-2010 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:=netsukuku
@ -29,10 +36,6 @@ define Build/Configure
$(call Build/Configure/Default)
endef
#define Build/Compile
# $(MAKE) -s -C $(PKG_BUILD_DIR)
#endef
define Package/netsukuku/install
$(INSTALL_DIR) $(1)/usr/bin/
$(INSTALL_BIN) $(PKG_BUILD_DIR)/usr/bin/ntk* $(1)/usr/bin