From f479b9e32fe1d7bef75e3ab4467c4055a788a4eb Mon Sep 17 00:00:00 2001
From: Florian Fainelli <florian@openwrt.org>
Date: Mon, 18 Jun 2007 15:44:29 +0000
Subject: [PATCH] Remove reference to old ar7-2.4 code

SVN-Revision: 7667
---
 package/ar7-atm/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/ar7-atm/Makefile b/package/ar7-atm/Makefile
index 1bbd21887bc..b3d5eb10f77 100644
--- a/package/ar7-atm/Makefile
+++ b/package/ar7-atm/Makefile
@@ -21,7 +21,7 @@ include $(INCLUDE_DIR)/package.mk
 
 define KernelPackage/sangam-atm-annex-a
   SUBMENU:=Network Devices
-  DEPENDS:=@LINUX_2_6_AR7||LINUX_2_4_AR7 +kmod-atm 
+  DEPENDS:=@LINUX_2_6_AR7 +kmod-atm 
   TITLE:=AR7 ADSL driver (Annex A)
   DESCRIPTION:=The AR7 ADSL driver for Annex A
   VERSION:=$(PKG_VERSION)+$(LINUX_VERSION)-$(BOARD)-$(PKG_RELEASE)
-- 
GitLab