lp:~kvalo/connman/fix-make-clean
Created by
Kalle Valo
and last modified
- Get this branch:
- bzr branch lp:~kvalo/connman/fix-make-clean
Only
Kalle Valo
can upload to this branch. If you are
Kalle Valo
please log in for upload directions.
Branch merges
Propose for merging
No branches
dependent on this one.
- Mikkel Kamstrup Erlandsen (community): Approve
-
Diff: 11 lines (+2/-2)1 file modifiedMakefile.am (+2/-2)
Branch information
Recent revisions
- 2273. By Kalle Valo
-
Fix make clean
Running make clean twice in a row fails with error:
make: *** No rule to make target `include/connman', needed by `clean-local'.
Stop.Fix it by moving the target as an argument for rm.
- 2272. By Kalle Valo
-
Set default interface if no gateway found
Currently connman does not support the situation with point-to-point links
when there is no default gateway, instead the interface is the default
route.Unfortunately there's (at least) one bug:
1. Connect to 3G with ppp
2. Connect to wifi
3. Disconnect 3G
4. Default gateway for wifi is not set as it should beThis patch was sent upstream but it's still under discussion what's the
best aproach to fix this.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)