projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
small fix for Makefile
[openwrt.git]
/
package
/
madwifi-tools
/
Makefile
diff --git
a/package/madwifi-tools/Makefile
b/package/madwifi-tools/Makefile
index
76a2cc0
..
af2e822
100644
(file)
--- a/
package/madwifi-tools/Makefile
+++ b/
package/madwifi-tools/Makefile
@@
-3,12
+3,12
@@
include $(TOPDIR)/rules.mk
PKG_NAME:=madwifi
include $(TOPDIR)/rules.mk
PKG_NAME:=madwifi
-PKG_VERSION:=r1
1
58-20051215
+PKG_VERSION:=r1
3
58-20051215
PKG_RELEASE:=1
PKG_MD5SUM:=0ef00a095359e5af313f52446ebfbbf1
PKG_SOURCE_URL:=http://snapshots.madwifi.org/madwifi-ng
PKG_RELEASE:=1
PKG_MD5SUM:=0ef00a095359e5af313f52446ebfbbf1
PKG_SOURCE_URL:=http://snapshots.madwifi.org/madwifi-ng
-PKG_SOURCE:=$(PKG_NAME)-
trunk
-$(PKG_VERSION).tar.gz
+PKG_SOURCE:=$(PKG_NAME)-
ng
-$(PKG_VERSION).tar.gz
PKG_CAT:=zcat
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-ng-$(PKG_VERSION)
PKG_CAT:=zcat
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-ng-$(PKG_VERSION)
@@
-22,12
+22,14
@@
$(PKG_BUILD_DIR)/.configured:
$(PKG_BUILD_DIR)/.built:
$(MAKE) -C $(PKG_BUILD_DIR)/tools \
$(PKG_BUILD_DIR)/.built:
$(MAKE) -C $(PKG_BUILD_DIR)/tools \
- $(TARGET_CONFIGURE_OPTS)
+ $(TARGET_CONFIGURE_OPTS) \
+ CFLAGS="$(TARGET_CFLAGS)" \
+ all
touch $@
$(IPKG_MADWIFI_TOOLS):
touch $@
$(IPKG_MADWIFI_TOOLS):
-
mkdir -p
$(IDIR_MADWIFI_TOOLS)/usr/sbin
-
cp -fpR
$(PKG_BUILD_DIR)/tools/athstats \
+
install -d -m0755
$(IDIR_MADWIFI_TOOLS)/usr/sbin
+
install -m0755
$(PKG_BUILD_DIR)/tools/athstats \
$(PKG_BUILD_DIR)/tools/athdebug \
$(PKG_BUILD_DIR)/tools/80211stats \
$(PKG_BUILD_DIR)/tools/80211debug \
$(PKG_BUILD_DIR)/tools/athdebug \
$(PKG_BUILD_DIR)/tools/80211stats \
$(PKG_BUILD_DIR)/tools/80211debug \
This page took
0.023481 seconds
and
4
git commands to generate.