projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
accept V= from the environment as well
[openwrt.git]
/
package
/
switch
/
Makefile
diff --git
a/package/switch/Makefile
b/package/switch/Makefile
index
e8aa6a0
..
5513394
100644
(file)
--- a/
package/switch/Makefile
+++ b/
package/switch/Makefile
@@
-1,14
+1,20
@@
-# $Id$
+#
+# Copyright (C) 2006 OpenWrt.org
+#
+# This is free software, licensed under the GNU General Public License v2.
+# See /LICENSE for more information.
+#
+# $Id:$
include $(TOPDIR)/rules.mk
include $(TOPDIR)/rules.mk
-include $(
TOPDIR)/package
/kernel.mk
+include $(
INCLUDE_DIR)
/kernel.mk
PKG_NAME:=kmod-switch
PKG_RELEASE:=1
PKG_BUILD_DIR:=$(KERNEL_BUILD_DIR)/$(PKG_NAME)
PKG_NAME:=kmod-switch
PKG_RELEASE:=1
PKG_BUILD_DIR:=$(KERNEL_BUILD_DIR)/$(PKG_NAME)
-include $(
TOPDIR)/package/rules
.mk
+include $(
INCLUDE_DIR)/package
.mk
define Package/kmod-switch
SECTION:=drivers
define Package/kmod-switch
SECTION:=drivers
This page took
0.023706 seconds
and
4
git commands to generate.