diff options
author | Nicolas Thill <nico@openwrt.org> | 2007-09-03 08:20:36 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2007-09-03 08:20:36 +0000 |
commit | be0de75a3efe5e404763cd92e267e96dd6f08bd0 (patch) | |
tree | e65d81f13b1d25be238c115f2b03628b76625703 /package/acx-mac80211 | |
parent | a8e4960f3d97e0ddbcdd35d9dadd582850033393 (diff) | |
download | upstream-be0de75a3efe5e404763cd92e267e96dd6f08bd0.tar.gz upstream-be0de75a3efe5e404763cd92e267e96dd6f08bd0.tar.bz2 upstream-be0de75a3efe5e404763cd92e267e96dd6f08bd0.zip |
package Makefile cleanup: remove uneeded vars
SVN-Revision: 8587
Diffstat (limited to 'package/acx-mac80211')
-rw-r--r-- | package/acx-mac80211/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/package/acx-mac80211/Makefile b/package/acx-mac80211/Makefile index be62c2ac64..5578d645ef 100644 --- a/package/acx-mac80211/Makefile +++ b/package/acx-mac80211/Makefile @@ -17,8 +17,6 @@ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=http://www.hauke-m.de/fileadmin/acx PKG_MD5SUM:=7c6c70722a5a2ad6ad25075467ea4909 -PKG_BUILD_DIR:=$(KERNEL_BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) - PKG_FW_NAME:=tiacx111c16 PKG_FW_URL:=http://teknoraver.campuslife.it/software/acx-mac80211/ PKG_FW_MD5SUM:=7026826460376f6b174f9225bd7781b9 |