X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/3f5c61219e3ea85f757cf1b8896a4ecd88507248..6f22b3f9f693ab2dce37662a867f9e6d8aff34a8:/openwrt/package/linux/Makefile diff --git a/openwrt/package/linux/Makefile b/openwrt/package/linux/Makefile index fa89f45ed..5909493ae 100644 --- a/openwrt/package/linux/Makefile +++ b/openwrt/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