Zaptel-1.4.x does not compile on 2.6.27, so prevent compilation for now, cleanup Makefile tab spacing
This commit is contained in:
parent
853f416157
commit
cea9348602
1 changed files with 22 additions and 21 deletions
|
@ -20,42 +20,43 @@ PKG_MD5SUM:=f6af404cc0244b93a2fc88b237f374bd
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
|
||||||
define Package/zaptel14/Default
|
define Package/zaptel14/Default
|
||||||
TITLE:=Zaptel
|
TITLE:=Zaptel
|
||||||
URL:=http://ftp.digium.com/pub/zaptel/releases
|
URL:=http://ftp.digium.com/pub/zaptel/releases
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define KernelPackage/zaptel14
|
define KernelPackage/zaptel14
|
||||||
SUBMENU:=Other modules
|
SUBMENU:=Other modules
|
||||||
$(call Package/zaptel14/Default)
|
$(call Package/zaptel14/Default)
|
||||||
TITLE+= (kernel module)
|
DEPENDS:=@!LINUX_2_6_27
|
||||||
VERSION:=$(LINUX_VERSION)-$(PKG_VERSION)-$(BOARD)-$(PKG_RELEASE)
|
TITLE+= (kernel module)
|
||||||
FILES:=$(PKG_BUILD_DIR)/kernel/zaptel.$(LINUX_KMOD_SUFFIX) \
|
VERSION:=$(LINUX_VERSION)-$(PKG_VERSION)-$(BOARD)-$(PKG_RELEASE)
|
||||||
$(PKG_BUILD_DIR)/kernel/ztdummy.$(LINUX_KMOD_SUFFIX)
|
FILES:=$(PKG_BUILD_DIR)/kernel/zaptel.$(LINUX_KMOD_SUFFIX) \
|
||||||
AUTOLOAD:=$(call AutoLoad,70,zaptel ztdummy)
|
$(PKG_BUILD_DIR)/kernel/ztdummy.$(LINUX_KMOD_SUFFIX)
|
||||||
|
AUTOLOAD:=$(call AutoLoad,70,zaptel ztdummy)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define KernelPackage/zaptel14/description
|
define KernelPackage/zaptel14/description
|
||||||
This package contains the Zaptel core module and ztdummy driver.
|
This package contains the Zaptel core module and ztdummy driver.
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/zaptel14-util
|
define Package/zaptel14-util
|
||||||
$(call Package/zaptel14/Default)
|
$(call Package/zaptel14/Default)
|
||||||
SECTION:=utils
|
SECTION:=utils
|
||||||
CATEGORY:=Utilities
|
CATEGORY:=Utilities
|
||||||
TITLE+= utils
|
TITLE+= utils
|
||||||
DEPENDS := +kmod-zaptel14
|
DEPENDS += +kmod-zaptel14
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/zaptel14-util/description
|
define Package/zaptel14-util/description
|
||||||
This package contains the zttest program
|
This package contains the zttest program
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/zaptel14-libtonezone
|
define Package/zaptel14-libtonezone
|
||||||
$(call Package/zaptel14/Default)
|
$(call Package/zaptel14/Default)
|
||||||
SECTION:=libs
|
SECTION:=libs
|
||||||
CATEGORY:=Libraries
|
CATEGORY:=Libraries
|
||||||
TITLE+= libtonezone (library)
|
TITLE+= libtonezone (library)
|
||||||
DEPENDS := +kmod-zaptel14
|
DEPENDS += +kmod-zaptel14
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/zaptel14-libtonezone/description
|
define Package/zaptel14-libtonezone/description
|
||||||
|
|
Loading…
Reference in a new issue