summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--package/ueagle-atm/Makefile (renamed from target/linux/package/ueagle-atm/Makefile)37
-rw-r--r--package/ueagle-atm/files/ueagle-atm.modules (renamed from target/linux/package/ueagle-atm/files/ueagle-atm.modules)0
-rw-r--r--package/ueagle-atm/patches/100-compile_fix.patch (renamed from target/linux/package/ueagle-atm/patches/100-compile_fix.patch)0
-rw-r--r--target/linux/package/ueagle-atm/Config.in10
-rw-r--r--target/linux/package/ueagle-atm/ipkg/kmod-ueagle-atm.control5
5 files changed, 23 insertions, 29 deletions
diff --git a/target/linux/package/ueagle-atm/Makefile b/package/ueagle-atm/Makefile
index 3872727f5..630bcf74b 100644
--- a/target/linux/package/ueagle-atm/Makefile
+++ b/package/ueagle-atm/Makefile
@@ -1,7 +1,7 @@
# $Id: Makefile 2767 2005-12-25 02:10:14Z wbx $
include $(TOPDIR)/rules.mk
-include ../../rules.mk
+include $(TOPDIR)/package/kernel.mk
PKG_NAME:=ueagle-atm
PKG_VERSION:=1.0d1
@@ -17,26 +17,35 @@ PKG_INSTALL_DIR:=$(PKG_BUILD_DIR)/ipkg-install
include $(TOPDIR)/package/rules.mk
-$(eval $(call PKG_template,KMOD_UEAGLE_ATM,kmod-ueagle-atm,$(LINUX_VERSION)+$(PKG_VERSION)-$(BOARD)-$(PKG_RELEASE),$(ARCH),kernel-$(LINUX_VERSION)-$(BOARD) ($(LINUX_RELEASE))))
-
-$(PKG_BUILD_DIR)/.configured:
- touch $@
-
-$(PKG_BUILD_DIR)/.built:
+#FIXME: add dependency on kmod-usb-core
+define Package/kmod-ueagle-atm
+ SECTION:=drivers
+ CATEGORY:=Drivers
+ DEPENDS:=@LINUX_2_6_BRCM
+ TITLE:=Driver for Eagle 8051 based USB ADSL modems
+ DESCRIPTION:=Driver for Eagle 8051 based USB ADSL modems
+ URL:=http://www.eagle-usb.org/
+ VERSION:=$(LINUX_VERSION)+$(PKG_VERSION)-$(BOARD)-$(PKG_RELEASE)
+endef
+
+define Build/Compile
$(MAKE) -C $(PKG_BUILD_DIR) \
ARCH="$(LINUX_KARCH)" \
CROSS_COMPILE="$(TARGET_CROSS)" \
TARGET="$(HAL_TARGET)" \
KERNELDIR="$(LINUX_DIR)" \
all
- touch $@
+endef
-$(IPKG_KMOD_UEAGLE_ATM):
- install -m0755 -d $(IDIR_KMOD_UEAGLE_ATM)/lib/modules/$(LINUX_VERSION) $(IDIR_KMOD_UEAGLE_ATM)/etc/modules.d
- install -m0644 ./files/$(PKG_NAME).modules $(IDIR_KMOD_UEAGLE_ATM)/etc/modules.d/10-$(PKG_NAME)
+define Package/kmod-ueagle-atm/install
+ install -d -m0755 $(1)/lib/modules/$(LINUX_VERSION)
$(CP) $(PKG_BUILD_DIR)/driver/ueagle-atm.$(LINUX_KMOD_SUFFIX) \
$(PKG_BUILD_DIR)/usbatm_iso/usbatm.$(LINUX_KMOD_SUFFIX) \
- $(IDIR_KMOD_UEAGLE_ATM)/lib/modules/$(LINUX_VERSION)/
- $(RSTRIP_KMOD) $(IDIR_KMOD_UEAGLE_ATM)
- $(IPKG_BUILD) $(IDIR_KMOD_UEAGLE_ATM) $(PACKAGE_DIR)
+ $(1)/lib/modules/$(LINUX_VERSION)/
+ install -d -m0755 $(1)/etc/modules.d
+ install -m0644 ./files/$(PKG_NAME).modules \
+ $(1)/etc/modules.d/10-$(PKG_NAME)
+endef
+
+$(eval $(call BuildPackage,kmod-ueagle-atm))
diff --git a/target/linux/package/ueagle-atm/files/ueagle-atm.modules b/package/ueagle-atm/files/ueagle-atm.modules
index 6343f50e7..6343f50e7 100644
--- a/target/linux/package/ueagle-atm/files/ueagle-atm.modules
+++ b/package/ueagle-atm/files/ueagle-atm.modules
diff --git a/target/linux/package/ueagle-atm/patches/100-compile_fix.patch b/package/ueagle-atm/patches/100-compile_fix.patch
index b8e70a2ff..b8e70a2ff 100644
--- a/target/linux/package/ueagle-atm/patches/100-compile_fix.patch
+++ b/package/ueagle-atm/patches/100-compile_fix.patch
diff --git a/target/linux/package/ueagle-atm/Config.in b/target/linux/package/ueagle-atm/Config.in
deleted file mode 100644
index c92fc2f72..000000000
--- a/target/linux/package/ueagle-atm/Config.in
+++ /dev/null
@@ -1,10 +0,0 @@
-config PACKAGE_KMOD_UEAGLE_ATM
- prompt "kmod-ueagle-atm.................... Kernel driver for Eagle 8051 based USB ADSL modems"
- tristate
- depends LINUX_2_6_BRCM
- default m if DEVEL
- help
- Kernel driver for Eagle 8051 USB ADSL modems
-
- http://www.eagle-usb.org
-
diff --git a/target/linux/package/ueagle-atm/ipkg/kmod-ueagle-atm.control b/target/linux/package/ueagle-atm/ipkg/kmod-ueagle-atm.control
deleted file mode 100644
index 9659aa0b7..000000000
--- a/target/linux/package/ueagle-atm/ipkg/kmod-ueagle-atm.control
+++ /dev/null
@@ -1,5 +0,0 @@
-Package: kmod-ueagle-atm
-Priority: optional
-Section: sys
-Depends: kmod-usb-core
-Description: Kernel driver for Eagle 8051 based USB ADSL modems