From d18fb042fe9e47914afd43e5f6a17c0db2bc2ed9 Mon Sep 17 00:00:00 2001 From: Imre Kaloz Date: Thu, 15 Dec 2005 11:06:42 +0000 Subject: [PATCH] fix directory name SVN-Revision: 2686 --- openwrt/target/linux/package/madwifi/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openwrt/target/linux/package/madwifi/Makefile b/openwrt/target/linux/package/madwifi/Makefile index 3a224e395b..d5f5535ab6 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) -- 2.30.2