diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-10-13 22:41:50 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-10-13 22:41:50 +0000 |
commit | d6eb16b1180c93671523bd4e474e4aacb2965ebf (patch) | |
tree | d9fbb6a102db9cd22ea2fc63b90addb77daf2144 /package/b43/Makefile | |
parent | 091781a68566f39c1c255fce959d084999da7922 (diff) |
fix typo
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9295 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/b43/Makefile')
-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)) |