mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03:00
add support for KernelPackage/*/description
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8484 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -99,6 +99,12 @@ define KernelPackage
|
|||||||
$(call KernelPackage/$(1)/$(BOARD)-$(KERNEL))
|
$(call KernelPackage/$(1)/$(BOARD)-$(KERNEL))
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
ifdef KernelPackage/$(1)/description
|
||||||
|
define Package/kmod-$(1)/description
|
||||||
|
$(call KernelPackage/$(1)/description)
|
||||||
|
endef
|
||||||
|
endif
|
||||||
|
|
||||||
ifneq ($(if $(KCONFIG),$(filter m,$(foreach c,$(filter-out %=y %=n %=m,$(KCONFIG)),$($(c)))),.),)
|
ifneq ($(if $(KCONFIG),$(filter m,$(foreach c,$(filter-out %=y %=n %=m,$(KCONFIG)),$($(c)))),.),)
|
||||||
ifneq ($(strip $(FILES)),)
|
ifneq ($(strip $(FILES)),)
|
||||||
define Package/kmod-$(1)/install
|
define Package/kmod-$(1)/install
|
||||||
|
|||||||
Reference in New Issue
Block a user