Browse Source

fix typo

SVN-Revision: 9295
Felix Fietkau 18 years ago
parent
commit
55a3969ee1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      package/b43/Makefile

+ 1 - 1
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))