projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
add missing copyright
[openwrt.git]
/
package
/
madwifi
/
Makefile
diff --git
a/package/madwifi/Makefile
b/package/madwifi/Makefile
index
7bdb7ec
..
07e2c45
100644
(file)
--- a/
package/madwifi/Makefile
+++ b/
package/madwifi/Makefile
@@
-1,7
+1,13
@@
+#
+# 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
# $Id$
include $(TOPDIR)/rules.mk
-include $(
TOPDIR)/include
/kernel.mk
+include $(
INCLUDE_DIR)
/kernel.mk
PKG_NAME:=madwifi
PKG_VERSION:=0.9.0
PKG_NAME:=madwifi
PKG_VERSION:=0.9.0
@@
-54,7
+60,7
@@
MADWIFI_MAKEOPTS= -C $(PKG_BUILD_DIR) \
LDOPTS="" \
DOMULTI=1
LDOPTS="" \
DOMULTI=1
-include $(
TOPDIR)/include
/package.mk
+include $(
INCLUDE_DIR)
/package.mk
ifeq ($(findstring AHB,$(BUS)),AHB)
define Build/Compile/ahb
ifeq ($(findstring AHB,$(BUS)),AHB)
define Build/Compile/ahb
This page took
0.021284 seconds
and
4
git commands to generate.