Browse Source

Update Makefile

idonin 10 years ago
parent
commit
bdac37b630
1 changed files with 7 additions and 4 deletions
  1. 7
    4
      openwrt/Makefile

+ 7
- 4
openwrt/Makefile View File

@@ -1,3 +1,10 @@
1
+#
2
+# Copyright (C) 2007-2010 OpenWrt.org
3
+#
4
+# This is free software, licensed under the GNU General Public License v2.
5
+# See /LICENSE for more information.
6
+#
7
+
1 8
 include $(TOPDIR)/rules.mk
2 9
 
3 10
 PKG_NAME:=netsukuku
@@ -29,10 +36,6 @@ define Build/Configure
29 36
         $(call Build/Configure/Default)
30 37
 endef
31 38
 
32
-#define Build/Compile
33
-#       $(MAKE) -s -C $(PKG_BUILD_DIR)
34
-#endef
35
-
36 39
 define Package/netsukuku/install
37 40
         $(INSTALL_DIR) $(1)/usr/bin/
38 41
         $(INSTALL_BIN) $(PKG_BUILD_DIR)/usr/bin/ntk* $(1)/usr/bin

Loading…
Cancel
Save