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:
florian 2008-12-04 12:33:26 +00:00 committed by Jiri Slachta
parent 853f416157
commit cea9348602

View file

@ -27,6 +27,7 @@ endef
define KernelPackage/zaptel14 define KernelPackage/zaptel14
SUBMENU:=Other modules SUBMENU:=Other modules
$(call Package/zaptel14/Default) $(call Package/zaptel14/Default)
DEPENDS:=@!LINUX_2_6_27
TITLE+= (kernel module) TITLE+= (kernel module)
VERSION:=$(LINUX_VERSION)-$(PKG_VERSION)-$(BOARD)-$(PKG_RELEASE) VERSION:=$(LINUX_VERSION)-$(PKG_VERSION)-$(BOARD)-$(PKG_RELEASE)
FILES:=$(PKG_BUILD_DIR)/kernel/zaptel.$(LINUX_KMOD_SUFFIX) \ FILES:=$(PKG_BUILD_DIR)/kernel/zaptel.$(LINUX_KMOD_SUFFIX) \
@ -43,7 +44,7 @@ define Package/zaptel14-util
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
@ -55,7 +56,7 @@ define Package/zaptel14-libtonezone
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