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 | 4b246fcf1a9a83299bca60f1f6bf6e0cc86a731e (patch) | |
tree | 4c7f9fd9900a4993095dda4cc89d0e8e7f083cac /package/acx-mac80211/Makefile | |
parent | 8372c9716d6af64679e1adf91974eb5f5def6ea7 (diff) | |
download | upstream-4b246fcf1a9a83299bca60f1f6bf6e0cc86a731e.tar.gz upstream-4b246fcf1a9a83299bca60f1f6bf6e0cc86a731e.tar.bz2 upstream-4b246fcf1a9a83299bca60f1f6bf6e0cc86a731e.zip |
remove unnecessary linux config include (it broke 'make download')
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9388 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 |