aboutsummaryrefslogtreecommitdiffstats
path: root/package/rt2570
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2010-06-26 20:42:26 +0000
committerFelix Fietkau <nbd@openwrt.org>2010-06-26 20:42:26 +0000
commit54f7e7bed65eff7c9253df2594014e9f58987882 (patch)
tree64ed92cc85c5f2279bb44e66c6cd6fb525203ac2 /package/rt2570
parentbdb3ada9ccaf35075bd8405845893cd35e07c291 (diff)
downloadupstream-54f7e7bed65eff7c9253df2594014e9f58987882.tar.gz
upstream-54f7e7bed65eff7c9253df2594014e9f58987882.tar.bz2
upstream-54f7e7bed65eff7c9253df2594014e9f58987882.zip
remove a few packages which only work with linux 2.4
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21949 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/rt2570')
-rw-r--r--package/rt2570/Makefile44
1 files changed, 0 insertions, 44 deletions
diff --git a/package/rt2570/Makefile b/package/rt2570/Makefile
deleted file mode 100644
index d05e493ebf..0000000000
--- a/package/rt2570/Makefile
+++ /dev/null
@@ -1,44 +0,0 @@
-#
-# Copyright (C) 2006 OpenWrt.org
-#
-# This is free software, licensed under the GNU General Public License v2.
-# See /LICENSE for more information.
-#
-
-include $(TOPDIR)/rules.mk
-include $(INCLUDE_DIR)/kernel.mk
-
-PKG_NAME:=rt2570
-PKG_VERSION:=1.1.0-b2
-PKG_RELEASE:=1
-
-PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
-PKG_SOURCE_URL:=@SF/rt2400
-PKG_MD5SUM:=f4131d670920a878b4d4a0f5d4d8b93a
-
-include $(INCLUDE_DIR)/package.mk
-
-define KernelPackage/rt2570
- SUBMENU:=Wireless Drivers
- TITLE:=Driver for Ralink RT2570 usb wireless chipsets
- DEPENDS:=@LINUX_2_4 @USB_SUPPORT +wireless-tools
- URL:=http://rt2x00.serialmonkey.com/
- FILES:=$(PKG_BUILD_DIR)/Module/rt2570.$(LINUX_KMOD_SUFFIX)
- AUTOLOAD:=$(call AutoLoad,50,rt2570)
-endef
-
-define KernelPackage/rt2570/description
- This package contains a driver for Ralink RT2570 usb chipsets.
-endef
-
-define Build/Compile
- $(MAKE) -C "$(PKG_BUILD_DIR)/Module" \
- CC="$(TARGET_CC)" \
- LD="$(TARGET_CROSS)ld" \
- ARCH="$(LINUX_KARCH)" \
- PWD="$(PKG_BUILD_DIR)/Module" \
- KERNDIR="$(LINUX_DIR)" \
- PATCHLEVEL="$(patsubst 2.%,%,$(KERNEL))"
-endef
-
-$(eval $(call KernelPackage,rt2570))