mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-21 03:55:06 +00:00
Fix typo
SVN-Revision: 327
This commit is contained in:
parent
8b9ec0973a
commit
90fa4b42b3
@ -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 New Issue
Block a user