diff options
author | Felix Fietkau <nbd@openwrt.org> | 2007-10-21 11:58:23 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2007-10-21 11:58:23 +0000 |
commit | 467c1a7189d341c80742b102253056d4c74093d9 (patch) | |
tree | 8612731c212ee71de4200d0884feec8c0c06478a /package/acx-mac80211/Makefile | |
parent | 0ac64f1dfc6742392aba96027a68ed4d707248dd (diff) | |
download | upstream-467c1a7189d341c80742b102253056d4c74093d9.tar.gz upstream-467c1a7189d341c80742b102253056d4c74093d9.tar.bz2 upstream-467c1a7189d341c80742b102253056d4c74093d9.zip |
remove unnecessary linux config include (it broke 'make download')
SVN-Revision: 9388
Diffstat (limited to 'package/acx-mac80211/Makefile')
-rw-r--r-- | package/acx-mac80211/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/package/acx-mac80211/Makefile b/package/acx-mac80211/Makefile index 8b09b43a45..effa403a25 100644 --- a/package/acx-mac80211/Makefile +++ b/package/acx-mac80211/Makefile @@ -22,9 +22,6 @@ PKG_FW_URL:=http://teknoraver.campuslife.it/software/acx-mac80211/ PKG_FW_MD5SUM:=7026826460376f6b174f9225bd7781b9 include $(INCLUDE_DIR)/package.mk -ifeq ($(DUMP),) - include $(LINUX_DIR)/.config -endif # XXX: remove @!TARGET_* later when we have PCI support properly detected on all targets define KernelPackage/acx-mac80211 |