diff options
author | Felix Fietkau <nbd@openwrt.org> | 2007-01-20 02:01:53 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2007-01-20 02:01:53 +0000 |
commit | c606df6563b0969de226087bebae65ee361fb5e6 (patch) | |
tree | e65c3ea88241f96b5355051aeeeee157a2578be4 /package/ar7-atm/Makefile | |
parent | 146500a67cd5e334a2b08dc2edc7619538703c13 (diff) | |
download | upstream-c606df6563b0969de226087bebae65ee361fb5e6.tar.gz upstream-c606df6563b0969de226087bebae65ee361fb5e6.tar.bz2 upstream-c606df6563b0969de226087bebae65ee361fb5e6.zip |
cleanup, nuke obsolete 'Kernel drivers' category, convert remaining kmod packages to KernelPackage interface
SVN-Revision: 6136
Diffstat (limited to 'package/ar7-atm/Makefile')
-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 03bd5c119a..11c3345e94 100644 --- a/package/ar7-atm/Makefile +++ b/package/ar7-atm/Makefile @@ -33,7 +33,7 @@ define KernelPackage/sangam-atm-annex-a endef define KernelPackage/sangam-atm-annex-b - $(call Package/kmod-sangam-atm-annex-a) + $(call KernelPackage/sangam-atm-annex-a) TITLE:=AR7 ADSL driver (Annex B) DESCRIPTION:=The AR7 ADSL driver for Annex B endef |