X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/e0b4f3dcb59178329efa50f9848a452056ee5883..90added10f63705e2cb0c475a2bfe2e9e33721bf:/package/ar7-atm/Makefile diff --git a/package/ar7-atm/Makefile b/package/ar7-atm/Makefile index 6ef3c2652..1ff2186fd 100644 --- a/package/ar7-atm/Makefile +++ b/package/ar7-atm/Makefile @@ -4,7 +4,7 @@ # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # -# $Id:$ +# $Id$ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/kernel.mk @@ -16,16 +16,12 @@ PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=http://downloads.openwrt.org/sources PKG_MD5SUM:=90c10702c9c3129e2ad1c01ce3975bf5 -PKG_CAT:=bzcat - -PKG_BUILD_DIR:=$(KERNEL_BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) 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) @@ -34,7 +30,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 @@ -48,11 +44,11 @@ define Build/Compile endef define KernelPackage/sangam-atm-annex-a/install - install -m0644 $(PKG_BUILD_DIR)/ar0700xx_a.bin $(1)/lib/modules/ar0700xx.bin + $(INSTALL_DATA) $(PKG_BUILD_DIR)/ar0700xx_a.bin $(1)/lib/modules/ar0700xx.bin endef define KernelPackage/sangam-atm-annex-b/install - install -m0644 $(PKG_BUILD_DIR)/ar0700xx_b.bin $(1)/lib/modules/ar0700xx.bin + $(INSTALL_DATA) $(PKG_BUILD_DIR)/ar0700xx_b.bin $(1)/lib/modules/ar0700xx.bin endef $(eval $(call KernelPackage,sangam-atm-annex-a))