summaryrefslogtreecommitdiff
path: root/openwrt/target/linux/package
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2005-12-15 11:06:42 +0000
committerImre Kaloz <kaloz@openwrt.org>2005-12-15 11:06:42 +0000
commitd18fb042fe9e47914afd43e5f6a17c0db2bc2ed9 (patch)
treeb4689f5d95845e7888b264099dd35c21a1be4c76 /openwrt/target/linux/package
parent57ac9646b72c03ebf2b9d8a3a12f69a44980c0ee (diff)
downloadmtk-20170518-d18fb042fe9e47914afd43e5f6a17c0db2bc2ed9.zip
mtk-20170518-d18fb042fe9e47914afd43e5f6a17c0db2bc2ed9.tar.gz
mtk-20170518-d18fb042fe9e47914afd43e5f6a17c0db2bc2ed9.tar.bz2
fix directory name
SVN-Revision: 2686
Diffstat (limited to 'openwrt/target/linux/package')
-rw-r--r--openwrt/target/linux/package/madwifi/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/target/linux/package/madwifi/Makefile b/openwrt/target/linux/package/madwifi/Makefile
index 3a224e3..d5f5535 100644
--- a/openwrt/target/linux/package/madwifi/Makefile
+++ b/openwrt/target/linux/package/madwifi/Makefile
@@ -12,7 +12,7 @@ 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)-trunk-$(PKG_VERSION)
+PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-ng-$(PKG_VERSION)
ifeq ($(KERNEL_DIR),)
KERNEL_DIR:=$(LINUX_DIR)