projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[package] allow ar7-atm annex a and b co-existence by symlinking firmwares
[openwrt.git]
/
package
/
ar7-atm
/
Makefile
diff --git
a/package/ar7-atm/Makefile
b/package/ar7-atm/Makefile
index
5b4342a
..
fafc44e
100644
(file)
--- a/
package/ar7-atm/Makefile
+++ b/
package/ar7-atm/Makefile
@@
-1,10
+1,9
@@
#
#
-# Copyright (C) 2006 OpenWrt.org
+# Copyright (C) 2006
-2009
OpenWrt.org
#
# 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
@@
-14,7
+13,7
@@
PKG_VERSION:=D7.03.01.00
PKG_RELEASE:=R2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_RELEASE).tar.bz2
PKG_RELEASE:=R2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_RELEASE).tar.bz2
-PKG_SOURCE_URL:=http://
teknoraver.campuslife.it/software
+PKG_SOURCE_URL:=http://
mirror2.openwrt.org/sources
PKG_MD5SUM:=bc6e9c6adb1be25820c7ee661de8ca7d
include $(INCLUDE_DIR)/package.mk
PKG_MD5SUM:=bc6e9c6adb1be25820c7ee661de8ca7d
include $(INCLUDE_DIR)/package.mk
@@
-55,12
+54,14
@@
endef
define KernelPackage/sangam-atm-annex-a/install
mkdir -p $(1)/lib/firmware
define KernelPackage/sangam-atm-annex-a/install
mkdir -p $(1)/lib/firmware
- $(INSTALL_DATA) $(PKG_BUILD_DIR)/ar0700mp.bin $(1)/lib/firmware/ar0700xx.bin
+ $(INSTALL_DATA) $(PKG_BUILD_DIR)/ar0700mp.bin $(1)/lib/firmware/
+ ln -sf ar0700mp.bin $(1)/lib/firmware/ar0700xx.bin
endef
define KernelPackage/sangam-atm-annex-b/install
mkdir -p $(1)/lib/firmware
endef
define KernelPackage/sangam-atm-annex-b/install
mkdir -p $(1)/lib/firmware
- $(INSTALL_DATA) $(PKG_BUILD_DIR)/ar0700db.bin $(1)/lib/firmware/ar0700xx.bin
+ $(INSTALL_DATA) $(PKG_BUILD_DIR)/ar0700db.bin $(1)/lib/firmware/
+ ln -sf 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.024832 seconds
and
4
git commands to generate.