summaryrefslogtreecommitdiff
path: root/openwrt/package/linux
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
commit90fa4b42b391659bef15213c02f57e45e1f0ca36 (patch)
treeebe918a21aacf4bd4c21cca8d24cc9e98eed1cb6 /openwrt/package/linux
parent8b9ec0973a95a7615cb145bcba524fdbc4b0900c (diff)
downloadmtk-20170518-90fa4b42b391659bef15213c02f57e45e1f0ca36.zip
mtk-20170518-90fa4b42b391659bef15213c02f57e45e1f0ca36.tar.gz
mtk-20170518-90fa4b42b391659bef15213c02f57e45e1f0ca36.tar.bz2
Fix typo
SVN-Revision: 327
Diffstat (limited to 'openwrt/package/linux')
-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 fa89f45..5909493 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