X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/93ffeaf647765f11d397a540d6c1b5a4a1b1e35f..c9f792c391a3918c5ec36c7014830559c392793f:/openwrt/target/linux/package/spca5xx/Makefile diff --git a/openwrt/target/linux/package/spca5xx/Makefile b/openwrt/target/linux/package/spca5xx/Makefile index 95a48a9a3..4bbee25d5 100644 --- a/openwrt/target/linux/package/spca5xx/Makefile +++ b/openwrt/target/linux/package/spca5xx/Makefile @@ -1,12 +1,12 @@ -# $Id: Makefile,v 1.2 2005/06/11 15:36:31 nbd Exp $ +# $Id$ include $(TOPDIR)/rules.mk include ../../rules.mk PKG_NAME:=spca5xx -PKG_VERSION:=20051105 +PKG_VERSION:=20051212 PKG_RELEASE:=1 -PKG_MD5SUM:=7d2e84c3d3880728fefd5644713ba0ca +PKG_MD5SUM:=f8212aa6f5e412201eefd328c3608c8d PKG_SOURCE_URL:=http://mxhaard.free.fr/spca50x/Download/ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz @@ -18,6 +18,7 @@ PKG_INSTALL_DIR:=$(PKG_BUILD_DIR)/ipkg-install ifeq ($(KERNEL_DIR),) KERNEL_DIR:=$(LINUX_DIR) endif +KERNEL_VERSION=$(shell echo "$(LINUX_VERSION)" | cut -d. -f1,2) include $(TOPDIR)/package/rules.mk