diff options
author | Felix Fietkau <nbd@openwrt.org> | 2006-11-12 05:06:56 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2006-11-12 05:06:56 +0000 |
commit | 105a602ecf14e4afe29f88e062496135bce41dc7 (patch) | |
tree | 486a3c1c55fa9733f87903e0adb73bd931a238b7 /package/ar7-atm | |
parent | 646342f30f409ac8030b634f2715ab9acac07858 (diff) | |
download | master-31e0f0ae-105a602ecf14e4afe29f88e062496135bce41dc7.tar.gz master-31e0f0ae-105a602ecf14e4afe29f88e062496135bce41dc7.tar.bz2 master-31e0f0ae-105a602ecf14e4afe29f88e062496135bce41dc7.zip |
implement target profiles in menuconfig
SVN-Revision: 5512
Diffstat (limited to 'package/ar7-atm')
-rw-r--r-- | package/ar7-atm/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/package/ar7-atm/Makefile b/package/ar7-atm/Makefile index 6ef3c2652b..25ef3728d4 100644 --- a/package/ar7-atm/Makefile +++ b/package/ar7-atm/Makefile @@ -25,7 +25,6 @@ include $(INCLUDE_DIR)/package.mk define KernelPackage/sangam-atm-annex-a SUBMENU:=Network Devices DEPENDS:=@LINUX_2_4_AR7 +kmod-atm - DEFAULT:=y TITLE:=AR7 ADSL driver (Annex A) DESCRIPTION:=The AR7 ADSL driver for Annex A VERSION:=$(PKG_VERSION)+$(LINUX_VERSION)-$(BOARD)-$(PKG_RELEASE) |