From 976d1a10243874c67f3cd7f5987c3a9a4136d9e7 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Sun, 1 Nov 2009 18:52:35 +0000 Subject: adds dsl support, thank you infineon/lantiq SVN-Revision: 18259 --- package/ifxmips-atm/Makefile | 49 -------------------------------------------- 1 file changed, 49 deletions(-) delete mode 100644 package/ifxmips-atm/Makefile (limited to 'package/ifxmips-atm/Makefile') diff --git a/package/ifxmips-atm/Makefile b/package/ifxmips-atm/Makefile deleted file mode 100644 index 68b77b6c75..0000000000 --- a/package/ifxmips-atm/Makefile +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright (C) 2009 OpenWrt.org -# All rights reserved. -# -# This is free software, licensed under the GNU General Public License v2. -# See /LICENSE for more information. -# -# blogic@openwrt.org -# - -include $(TOPDIR)/rules.mk -include $(INCLUDE_DIR)/kernel.mk - -PKG_NAME:=ifxmips-atm -PKG_RELEASE:=1 - -include $(INCLUDE_DIR)/package.mk - -define KernelPackage/ifxmips-atm - SUBMENU:=Network Devices - DEPENDS:=@BROKEN @TARGET_ifxmips +kmod-atm - TITLE:=ifxmips atm driver - FILES:=$(PKG_BUILD_DIR)/ifx-atm.$(LINUX_KMOD_SUFFIX) - AUTOLOAD:=$(call AutoLoad,50,ifx-atm) -endef - -define Kernel/Package/ifxmips-atm/description - This package provides the atm driver needed to make dsl work on ifxmips based boards -endef - -define Build/Prepare - mkdir -p $(PKG_BUILD_DIR) - $(CP) ./src/* $(PKG_BUILD_DIR)/ -endef - -define Build/Compile - $(MAKE) -C "$(LINUX_DIR)" \ - CROSS_COMPILE="$(TARGET_CROSS)" \ - ARCH="$(LINUX_KARCH)" \ - SUBDIRS="$(PKG_BUILD_DIR)" \ - modules -endef - -define KernelPackage/ifxmips-atm/install - $(INSTALL_DIR) $(1)/lib/modules/$(LINUX_VERSION) - $(CP) $(PKG_BUILD_DIR)/ifx-atm.ko $(1)/lib/modules/$(LINUX_VERSION) -endef - -$(eval $(call KernelPackage,ifxmips-atm)) - -- cgit v1.2.3