diff options
author | Felix Fietkau <nbd@openwrt.org> | 2007-10-13 22:41:50 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2007-10-13 22:41:50 +0000 |
commit | 422dac434c39dabaf73f5ae28036932bedff4d05 (patch) | |
tree | d9fbb6a102db9cd22ea2fc63b90addb77daf2144 /package | |
parent | a4bc9ed013b5fc932b6aca201cace7d3756af5db (diff) | |
download | upstream-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')
-rw-r--r-- | package/b43/Makefile | 2 |
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)) |