From 90fa4b42b391659bef15213c02f57e45e1f0ca36 Mon Sep 17 00:00:00 2001 From: Nicolas Thill Date: Mon, 7 Mar 2005 07:57:43 +0000 Subject: [PATCH] Fix typo SVN-Revision: 327 --- openwrt/package/linux/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openwrt/package/linux/Makefile b/openwrt/package/linux/Makefile index fa89f45ed8..5909493ae4 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 -- 2.25.1