diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2005-12-15 11:06:42 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2005-12-15 11:06:42 +0000 |
commit | ee2366d7110e5c2e5575f844bc4e2a7fb0bf1b18 (patch) | |
tree | 1e40121c29a0e2c625eea5fd2428969298968622 | |
parent | e49de6a2567e79dd1088a0bc5e52690a1714c0ab (diff) | |
download | upstream-ee2366d7110e5c2e5575f844bc4e2a7fb0bf1b18.tar.gz upstream-ee2366d7110e5c2e5575f844bc4e2a7fb0bf1b18.tar.bz2 upstream-ee2366d7110e5c2e5575f844bc4e2a7fb0bf1b18.zip |
fix directory name
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2686 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | target/linux/package/madwifi/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/package/madwifi/Makefile b/target/linux/package/madwifi/Makefile index 3a224e395b..d5f5535ab6 100644 --- a/target/linux/package/madwifi/Makefile +++ b/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) |