summaryrefslogtreecommitdiffstats
path: root/openwrt/package
diff options
context:
space:
mode:
authornico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-03-07 07:57:43 +0000
committernico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-03-07 07:57:43 +0000
commit28e38a237e7470c5d79f18552bd6fceb55f16db0 (patch)
treeebe918a21aacf4bd4c21cca8d24cc9e98eed1cb6 /openwrt/package
parent687b721d7dfb7bd8b7df3d1c7a3600e99e04c8b3 (diff)
Fix typo
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@327 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package')
-rw-r--r--openwrt/package/linux/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/linux/Makefile b/openwrt/package/linux/Makefile
index fa89f45ed..5909493ae 100644
--- a/openwrt/package/linux/Makefile
+++ b/openwrt/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