diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-03-07 07:57:43 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-03-07 07:57:43 +0000 |
commit | eb6e7d0e47c266a8fb868f720b56c9666d222bf4 (patch) | |
tree | 22980af107f1d77ee314bd3cd2d056e3a4943fa7 | |
parent | 9ddf8963a61c16a116c497f33c6d050744f45602 (diff) |
Fix typo
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@327 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | package/linux/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/linux/Makefile b/package/linux/Makefile index fa89f45ed..5909493ae 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 |