remove old zd firmware
SVN-Revision: 11022
This commit is contained in:
parent
0f827c8a0d
commit
b6b32f8131
1 changed files with 0 additions and 41 deletions
|
@ -1,41 +0,0 @@
|
|||
#
|
||||
# Copyright (C) 2006 OpenWrt.org
|
||||
#
|
||||
# This is free software, licensed under the GNU General Public License v2.
|
||||
# See /LICENSE for more information.
|
||||
#
|
||||
# $Id: Makefile 6582 2007-03-16 20:21:39Z nbd $
|
||||
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=zd1211-firmware
|
||||
PKG_VERSION:=1.3
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)$(PKG_VERSION).tar.bz2
|
||||
PKG_SOURCE_URL:=http://downloads.sourceforge.net/zd1211/
|
||||
PKG_MD5SUM:=cfff76ea35f4f93c37f6c99aa2058140
|
||||
|
||||
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)
|
||||
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
|
||||
define Package/zd1211-firmware
|
||||
SECTION:=net
|
||||
CATEGORY:=Network
|
||||
TITLE:=zd1211 wifi firmware
|
||||
endef
|
||||
|
||||
define Package/zd1211-firmware/description
|
||||
This package contains firmware needed to run a zd1211 wifi stick with the rw driver
|
||||
endef
|
||||
|
||||
define Build/Compile
|
||||
endef
|
||||
|
||||
define Package/zd1211-firmware/install
|
||||
$(INSTALL_DIR) $(1)/lib/firmware/zd1211
|
||||
$(INSTALL_DATA) $(PKG_BUILD_DIR)/zd* $(1)/lib/firmware/zd1211/
|
||||
endef
|
||||
|
||||
$(eval $(call BuildPackage,zd1211-firmware))
|
Loading…
Reference in a new issue