projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[package] lua: embed md5lib
[openwrt.git]
/
package
/
ar7-atm
/
Makefile
diff --git
a/package/ar7-atm/Makefile
b/package/ar7-atm/Makefile
index
1ff2186
..
f8ae392
100644
(file)
--- a/
package/ar7-atm/Makefile
+++ b/
package/ar7-atm/Makefile
@@
-4,35
+4,44
@@
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
#
-# $Id$
include $(TOPDIR)/rules.mk
include $(INCLUDE_DIR)/kernel.mk
include $(TOPDIR)/rules.mk
include $(INCLUDE_DIR)/kernel.mk
-PKG_NAME:=sangam
-
atm
-PKG_VERSION:=
0.1
-PKG_RELEASE:=
1
+PKG_NAME:=sangam
_
atm
+PKG_VERSION:=
D7.03.01.00
+PKG_RELEASE:=
R2
-PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
-PKG_SOURCE_URL:=http://
downloads
.openwrt.org/sources
-PKG_MD5SUM:=
90c10702c9c3129e2ad1c01ce3975bf5
+PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)
-$(PKG_RELEASE)
.tar.bz2
+PKG_SOURCE_URL:=http://
mirror2
.openwrt.org/sources
+PKG_MD5SUM:=
bc6e9c6adb1be25820c7ee661de8ca7d
include $(INCLUDE_DIR)/package.mk
include $(INCLUDE_DIR)/package.mk
-define KernelPackage/sangam-atm
-annex-a
+define KernelPackage/sangam-atm
/Default
SUBMENU:=Network Devices
SUBMENU:=Network Devices
- DEPENDS:=@LINUX_2_4_AR7 +kmod-atm
- TITLE:=AR7 ADSL driver (Annex A)
- DESCRIPTION:=The AR7 ADSL driver for Annex A
- VERSION:=$(PKG_VERSION)+$(LINUX_VERSION)-$(BOARD)-$(PKG_RELEASE)
+ DEPENDS:=@TARGET_ar7 +kmod-atm
+ TITLE:=AR7 ADSL driver
FILES:=$(PKG_BUILD_DIR)/tiatm.$(LINUX_KMOD_SUFFIX)
AUTOLOAD:=$(call AutoLoad,50,tiatm)
endef
FILES:=$(PKG_BUILD_DIR)/tiatm.$(LINUX_KMOD_SUFFIX)
AUTOLOAD:=$(call AutoLoad,50,tiatm)
endef
+define KernelPackage/sangam-atm-annex-a
+$(call KernelPackage/sangam-atm/Default)
+ TITLE+= (Annex A, ADSL over POTS)
+endef
+
+define KernelPackage/sangam-atm-annex-a/description
+ The AR7 ADSL driver for Annex A (ADSL over POTS).
+endef
+
define KernelPackage/sangam-atm-annex-b
define KernelPackage/sangam-atm-annex-b
- $(call KernelPackage/sangam-atm-annex-a)
- TITLE:=AR7 ADSL driver (Annex B)
- DESCRIPTION:=The AR7 ADSL driver for Annex B
+$(call KernelPackage/sangam-atm/Default)
+ TITLE+= (Annex B, ADSL over ISDN)
+endef
+
+define KernelPackage/sangam-atm-annex-b/description
+ The AR7 ADSL driver for Annex B (ADSL over ISDN).
endef
define Build/Compile
endef
define Build/Compile
@@
-44,11
+53,13
@@
define Build/Compile
endef
define KernelPackage/sangam-atm-annex-a/install
endef
define KernelPackage/sangam-atm-annex-a/install
- $(INSTALL_DATA) $(PKG_BUILD_DIR)/ar0700xx_a.bin $(1)/lib/modules/ar0700xx.bin
+ mkdir -p $(1)/lib/firmware
+ $(INSTALL_DATA) $(PKG_BUILD_DIR)/ar0700mp.bin $(1)/lib/firmware/ar0700xx.bin
endef
define KernelPackage/sangam-atm-annex-b/install
endef
define KernelPackage/sangam-atm-annex-b/install
- $(INSTALL_DATA) $(PKG_BUILD_DIR)/ar0700xx_b.bin $(1)/lib/modules/ar0700xx.bin
+ mkdir -p $(1)/lib/firmware
+ $(INSTALL_DATA) $(PKG_BUILD_DIR)/ar0700db.bin $(1)/lib/firmware/ar0700xx.bin
endef
$(eval $(call KernelPackage,sangam-atm-annex-a))
endef
$(eval $(call KernelPackage,sangam-atm-annex-a))
This page took
0.02463 seconds
and
4
git commands to generate.