From 36dc978a0e888bf45ad2066378b5b49b0da4ea90 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Sat, 2 Oct 2010 02:37:27 +0000 Subject: [scripts] feeds: restore previously active feed after install_package(), fixes install all case for packages with inter-feed dependencies git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23171 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- scripts/feeds | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts') diff --git a/scripts/feeds b/scripts/feeds index 5e27487e446..43c5c6dc43d 100755 --- a/scripts/feeds +++ b/scripts/feeds @@ -402,6 +402,7 @@ sub install { next if $p->{vdepends}; if( $p->{name} ) { install_package($feed, $p->{name}) == 0 or $ret = 1; + get_feed($f->[1]); } } } -- cgit v1.2.3 ader'> cgit logo index : openwrt/upstream
upstream openwrtJames
aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic/patches-3.13/861-04_spi_gpio_implement_spi_delay.patch
blob: 6cbe4c3ee3f7f1c03a6afaf792d93dfb0c922b88 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58