mirror of
https://github.com/ChronosX88/netsukuku.git
synced 2024-11-21 17:52:20 +00:00
Update Makefile
This commit is contained in:
parent
a2db8e075c
commit
bdac37b630
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user