summaryrefslogtreecommitdiffstats
path: root/package/b43
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-10-13 22:41:50 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-10-13 22:41:50 +0000
commitd6eb16b1180c93671523bd4e474e4aacb2965ebf (patch)
treed9fbb6a102db9cd22ea2fc63b90addb77daf2144 /package/b43
parent091781a68566f39c1c255fce959d084999da7922 (diff)
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 4a8ee5bff..e91794788 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))