[crisos] [131] [SDK] some missing condition in Makefile for darwinfox |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/crisos Archives
]
Revision: 131
Author: claudyus
Date: 2009-05-04 16:04:37 +0200 (Mon, 04 May 2009)
Log Message:
-----------
[SDK] some missing condition in Makefile for darwinfox
Modified Paths:
--------------
target/darwinfox/Makefile
Modified: target/darwinfox/Makefile
===================================================================
--- target/darwinfox/Makefile 2009-05-01 09:58:42 UTC (rev 130)
+++ target/darwinfox/Makefile 2009-05-04 14:04:37 UTC (rev 131)
@@ -34,7 +34,7 @@
test -e .patched && make revert || true
#finally apply the patch
./helper/patch ./patches ./openwrt
- sed -i 's/LINUX_VERSION:=2.6.29.1/LINUX_VERSION:=2.6.25.20/g' \
+ sed -i 's/LINUX_VERSION:=.*/LINUX_VERSION:=2.6.25.20/g' \
openwrt/target/linux/etrax/Makefile
touch .patched
@@ -51,7 +51,7 @@
clear: revert update
update:
- test -e .feeded && ./openwrt/scripts/feeds update -a
+ test -e .feeded && ./openwrt/scripts/feeds update -a || true
make revert
svn up ./openwrt/
make downgrade