diff options
author | Felix Fietkau <nbd@openwrt.org> | 2008-07-18 22:57:30 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2008-07-18 22:57:30 +0000 |
commit | 5a0ea239626e21eb9962625668110ce3b14c8876 (patch) | |
tree | 7cb89031f6019a89c115b7ad4ffaf1975f5bd699 /package/madwifi/Makefile | |
parent | c8f44be64bbacd8d09b3ef62c557d3d3f6691fd2 (diff) | |
download | upstream-5a0ea239626e21eb9962625668110ce3b14c8876.tar.gz upstream-5a0ea239626e21eb9962625668110ce3b14c8876.tar.bz2 upstream-5a0ea239626e21eb9962625668110ce3b14c8876.zip |
rename patches-r3776 to patches-testing
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11868 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/madwifi/Makefile')
-rw-r--r-- | package/madwifi/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/madwifi/Makefile b/package/madwifi/Makefile index 0711e6d578..48fa28e128 100644 --- a/package/madwifi/Makefile +++ b/package/madwifi/Makefile @@ -23,7 +23,7 @@ PKG_SOURCE:=$(PKG_SOURCE_SUBDIR).tar.gz PKG_BUILD_DIR:=$(KERNEL_BUILD_DIR)/$(if $(PKG_BRANCH),$(PKG_BRANCH),madwifi-trunk)-$(PKG_VERSION) -PATCH_DIR=$(if $(CONFIG_MADWIFI_TESTING),./patches-r$(PKG_REV),./patches) +PATCH_DIR=$(if $(CONFIG_MADWIFI_TESTING),./patches-testing,./patches) include $(INCLUDE_DIR)/package.mk |