Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Common subdirectories: guhlramdisk/bin and myramdisk/bin
- Common subdirectories: guhlramdisk/etc and myramdisk/etc
- diff guhlramdisk/init myramdisk/init
- 226a227
- > write $ANDROID_RNDIS/on 1
- 285c286
- < # if [ "$HALT_BOOT" = "y" ]; then
- ---
- > if [ "$HALT_BOOT" = "y" ]; then
- 287,289c288,290
- < # else
- < # ln -s /run/usb-moded/udhcpd.conf /etc/udhcpd.conf
- < # fi
- ---
- > else
- > ln -s /run/usb-moded/udhcpd.conf /etc/udhcpd.conf
- > fi
- 342c343
- < for x in CONFIG_ANDROID_LOW_MEMORY_KILLER CONFIG_DUMMY CONFIG_SYSFS_DEPRECATED; do
- ---
- > for x in CONFIG_DUMMY CONFIG_SYSFS_DEPRECATED; do
- Common subdirectories: guhlramdisk/sbin and myramdisk/sbin
- Common subdirectories: guhlramdisk/usr and myramdisk/usr
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement