diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-03-07 07:57:43 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-03-07 07:57:43 +0000 |
commit | 6e64c860bf34102e69834c27da2684346241bc2e (patch) | |
tree | 22980af107f1d77ee314bd3cd2d056e3a4943fa7 /package/linux | |
parent | 60f701f456d5c60b9b7f412f4c43bf7b83d2242b (diff) | |
download | upstream-6e64c860bf34102e69834c27da2684346241bc2e.tar.gz upstream-6e64c860bf34102e69834c27da2684346241bc2e.tar.bz2 upstream-6e64c860bf34102e69834c27da2684346241bc2e.zip |
Fix typo
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@327 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/linux')
-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 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 |