Fix typo
SVN-Revision: 327
This commit is contained in:
parent
8b9ec0973a
commit
90fa4b42b3
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue