aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2005-03-07 07:57:43 +0000
committerNicolas Thill <nico@openwrt.org>2005-03-07 07:57:43 +0000
commit6e64c860bf34102e69834c27da2684346241bc2e (patch)
tree22980af107f1d77ee314bd3cd2d056e3a4943fa7
parent60f701f456d5c60b9b7f412f4c43bf7b83d2242b (diff)
downloadmaster-187ad058-6e64c860bf34102e69834c27da2684346241bc2e.tar.gz
master-187ad058-6e64c860bf34102e69834c27da2684346241bc2e.tar.bz2
master-187ad058-6e64c860bf34102e69834c27da2684346241bc2e.zip
Fix typo
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@327 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r--package/linux/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/linux/Makefile b/package/linux/Makefile
index fa89f45ed8..5909493ae4 100644
--- a/package/linux/Makefile
+++ b/package/linux/Makefile
@@ -13,7 +13,7 @@ I_$(1) := $(PKG_BUILD_DIR)/ipkg/$(2)
ifneq ($(BR2_PACKAGE_KMOD_$(1)),)
TARGETS += $$(PKG_$(1))
endif
-ifeq ($(BR2_PACLAGE_KMOD_$(1)),y)
+ifeq ($(BR2_PACKAGE_KMOD_$(1)),y)
INSTALL_TARGETS += $$(PKG_$(1))
endif