rename zd1211 package to zd1211-driver
SVN-Revision: 8584
This commit is contained in:
parent
6a6fa5a4ab
commit
665dd9813a
2 changed files with 2 additions and 4 deletions
|
@ -9,16 +9,14 @@
|
|||
include $(TOPDIR)/rules.mk
|
||||
include $(INCLUDE_DIR)/kernel.mk
|
||||
|
||||
PKG_NAME:=zd1211
|
||||
PKG_NAME:=zd1211-driver
|
||||
PKG_VERSION:=r85
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-driver-$(PKG_VERSION).tgz
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tgz
|
||||
PKG_SOURCE_URL:=@openwrt/
|
||||
PKG_MD5SUM:=885cf08742c95cc416258257b5842b22
|
||||
|
||||
PKG_BUILD_DIR:=$(KERNEL_BUILD_DIR)/$(PKG_NAME)-driver-$(PKG_VERSION)
|
||||
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
|
||||
#FIXME: add proper dependency handling on kmod-usb-core packages
|
Loading…
Reference in a new issue