Skip to content
Snippets Groups Projects
Commit 90fa4b42 authored by Nicolas Thill's avatar Nicolas Thill
Browse files

Fix typo

SVN-Revision: 327
parent 8b9ec097
No related branches found
No related tags found
No related merge requests found
...@@ -13,7 +13,7 @@ I_$(1) := $(PKG_BUILD_DIR)/ipkg/$(2) ...@@ -13,7 +13,7 @@ I_$(1) := $(PKG_BUILD_DIR)/ipkg/$(2)
ifneq ($(BR2_PACKAGE_KMOD_$(1)),) ifneq ($(BR2_PACKAGE_KMOD_$(1)),)
TARGETS += $$(PKG_$(1)) TARGETS += $$(PKG_$(1))
endif endif
ifeq ($(BR2_PACLAGE_KMOD_$(1)),y) ifeq ($(BR2_PACKAGE_KMOD_$(1)),y)
INSTALL_TARGETS += $$(PKG_$(1)) INSTALL_TARGETS += $$(PKG_$(1))
endif endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment