aboutsummaryrefslogtreecommitdiffstats
path: root/package/b43
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2007-10-13 22:41:50 +0000
committerFelix Fietkau <nbd@openwrt.org>2007-10-13 22:41:50 +0000
commit422dac434c39dabaf73f5ae28036932bedff4d05 (patch)
treed9fbb6a102db9cd22ea2fc63b90addb77daf2144 /package/b43
parenta4bc9ed013b5fc932b6aca201cace7d3756af5db (diff)
downloadupstream-422dac434c39dabaf73f5ae28036932bedff4d05.tar.gz
upstream-422dac434c39dabaf73f5ae28036932bedff4d05.tar.bz2
upstream-422dac434c39dabaf73f5ae28036932bedff4d05.zip
fix typo
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9295 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/b43')
-rw-r--r--package/b43/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/b43/Makefile b/package/b43/Makefile
index 4a8ee5bff5..e917947889 100644
--- a/package/b43/Makefile
+++ b/package/b43/Makefile
@@ -59,7 +59,7 @@ ifneq ($(findstring 2.6.23,$(LINUX_VERSION)),)
modules
endef
else
- override CONFIG_kmod-b43=
+ override CONFIG_PACKAGE_kmod-b43=
endif
$(eval $(call KernelPackage,b43))