projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
generic: rtl8366rb: use correct bitmasks in sanity checks
[openwrt.git]
/
target
/
linux
/
etrax
/
image
/
e100boot
/
Makefile
diff --git
a/target/linux/etrax/image/e100boot/Makefile
b/target/linux/etrax/image/e100boot/Makefile
index
ebc9ef3
..
4a30caf
100644
(file)
--- a/
target/linux/etrax/image/e100boot/Makefile
+++ b/
target/linux/etrax/image/e100boot/Makefile
@@
-4,7
+4,6
@@
# 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,8
+13,9
@@
PKG_VERSION:=0.1
PKG_RELEASE:=1
PKG_SOURCE:=e100boot.tar.bz2
PKG_RELEASE:=1
PKG_SOURCE:=e100boot.tar.bz2
-PKG_SOURCE_URL:=http://www.acmesystems.it/download/owrt
-PKG_MD5SUM:=
+PKG_SOURCE_URL:=http://www.acmesystems.it/download/owrt \
+http://download.tuxfamily.org/crisos/repository/source/
+PKG_MD5SUM:=11fd53e7824dc550e4cffbc4cd114c3e
PKG_BUILD_DIR:=$(KERNEL_BUILD_DIR)/$(PKG_NAME)
PKG_BUILD_DIR:=$(KERNEL_BUILD_DIR)/$(PKG_NAME)
This page took
0.023694 seconds
and
4
git commands to generate.