Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 1.17 KB

File metadata and controls

25 lines (16 loc) · 1.17 KB

MultiLink

Multi Link enables more then one internet connection simoutanisly to enable quick link switching or bundling features. This is not very useful for a work release, but for research, as with mobile ip .

To build a system with multilink follow the instructions on cyanogenmod-wiki , but after
repo init -u git://github.com/CyanogenMod/android.git -b froyo

edit the manifests defualt.xml file

vi .repo/manifests/default.xml

and change 2 lines, which are the different repos for the multilink version:

<!-- <project path="packages/apps/Settings" name="CyanogenMod/android_packages_apps_Settings" remote="github" />--> <project path="packages/apps/Settings" name="joecks/android_packages_apps_Settings" remote="github" /> <!-- <project path="system/core" name="CyanogenMod/android_system_core" remote="github" />--> <project path="system/core" name="joecks/android_system_core" remote="github" />

then continue the instructions by calling

repo sync