From: Felix Fietkau Date: Sat, 13 Oct 2007 22:41:50 +0000 (+0000) Subject: fix typo X-Git-Url: https://git.archive.openwrt.org/?a=commitdiff_plain;h=422dac434c39dabaf73f5ae28036932bedff4d05;p=15.05%2Fopenwrt.git fix typo git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9295 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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))