summaryrefslogtreecommitdiffstats
path: root/package/madwifi-tools/Makefile
diff options
context:
space:
mode:
authorkaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-01-27 10:09:45 +0000
committerkaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-01-27 10:09:45 +0000
commit20b6535f4815b9c3c20061c966bea0fd8c322213 (patch)
tree490928711fbecacf34d6915db406007a0c7712d5 /package/madwifi-tools/Makefile
parentf4291d46b6f607c0a77ea3d391f3a3db2c5966cc (diff)
upgrade madwifi to r1416-20060126, unite madwifi-tools and kmod-madwifi (madwifi-ng needs wlanconfig anyways), add multicall patch to reduce the size of the tools
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3056 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/madwifi-tools/Makefile')
-rw-r--r--package/madwifi-tools/Makefile50
1 files changed, 0 insertions, 50 deletions
diff --git a/package/madwifi-tools/Makefile b/package/madwifi-tools/Makefile
deleted file mode 100644
index 7ce2608d6..000000000
--- a/package/madwifi-tools/Makefile
+++ /dev/null
@@ -1,50 +0,0 @@
-# $Id$
-
-include $(TOPDIR)/rules.mk
-
-PKG_NAME:=madwifi
-PKG_VERSION:=r1358-20051215
-PKG_RELEASE:=1
-PKG_MD5SUM:=0ef00a095359e5af313f52446ebfbbf1
-
-PKG_SOURCE_URL:=http://snapshots.madwifi.org/madwifi-ng
-PKG_SOURCE:=$(PKG_NAME)-ng-$(PKG_VERSION).tar.gz
-PKG_CAT:=zcat
-
-PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-ng-$(PKG_VERSION)
-
-include $(TOPDIR)/package/rules.mk
-
-$(eval $(call PKG_template,MADWIFI_TOOLS_BASE,madwifi-tools-base,$(PKG_VERSION)-$(PKG_RELEASE),$(ARCH),kmod-madwifi))
-$(eval $(call PKG_template,MADWIFI_TOOLS_STATS,madwifi-tools-stats,$(PKG_VERSION)-$(PKG_RELEASE),$(ARCH),kmod-madwifi))
-
-$(PKG_BUILD_DIR)/.configured:
- touch $@
-
-$(PKG_BUILD_DIR)/.built:
- $(MAKE) -C $(PKG_BUILD_DIR)/tools \
- $(TARGET_CONFIGURE_OPTS) \
- CFLAGS="$(TARGET_CFLAGS)" \
- all
- touch $@
-
-$(IPKG_MADWIFI_TOOLS_BASE):
- install -d -m0755 $(IDIR_MADWIFI_TOOLS_BASE)/usr/sbin
- install -m0755 \
- $(PKG_BUILD_DIR)/tools/athctrl \
- $(PKG_BUILD_DIR)/tools/athkey \
- $(PKG_BUILD_DIR)/tools/wlanconfig \
- $(IDIR_MADWIFI_TOOLS_BASE)/usr/sbin
- $(RSTRIP) $(IDIR_MADWIFI_TOOLS_BASE)
- $(IPKG_BUILD) $(IDIR_MADWIFI_TOOLS_BASE) $(PACKAGE_DIR)
-
-$(IPKG_MADWIFI_TOOLS_STATS):
- install -d -m0755 $(IDIR_MADWIFI_TOOLS_STATS)/usr/sbin
- install -m0755 \
- $(PKG_BUILD_DIR)/tools/athstats \
- $(PKG_BUILD_DIR)/tools/athdebug \
- $(PKG_BUILD_DIR)/tools/80211stats \
- $(PKG_BUILD_DIR)/tools/80211debug \
- $(IDIR_MADWIFI_TOOLS_STATS)/usr/sbin
- $(RSTRIP) $(IDIR_MADWIFI_TOOLS_STATS)
- $(IPKG_BUILD) $(IDIR_MADWIFI_TOOLS_STATS) $(PACKAGE_DIR)