diff options
-rw-r--r-- | package/ar7-atm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/ar7-atm/Makefile b/package/ar7-atm/Makefile index 1f41d3b6c..1bbd21887 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:=+kmod-atm + DEPENDS:=@LINUX_2_6_AR7||LINUX_2_4_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) |