Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixed typos
  • Loading branch information
Sebastian Mauer committed Nov 30, 2011
2 parents d31684e + 8027eae commit 0848065
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion full_galaxynote.mk
Expand Up @@ -22,7 +22,7 @@
# Inherit from those products. Most specific first.
$(call inherit-product, $(SRC_TARGET_DIR)/product/languages_full.mk)
$(call inherit-product, $(SRC_TARGET_DIR)/product/full.mk)
$(call inherit-product, device/samsung/note/note.mk)
$(call inherit-product, device/samsung/galaxynote/galaxynote.mk)

# Discard inherited values and use our own instead.
PRODUCT_NAME := full_galaxynote
Expand Down
2 changes: 1 addition & 1 deletion init.smdkv310.rc
Expand Up @@ -255,7 +255,7 @@ service wpa_supplicant /system/bin/wpa_supplicant -Dwext -ieth0 -c/data/misc/wif
oneshot

# hciattach
service hciattach /system/bin/logwrapper /system/bin/brcm_patchram_plus --enable_lpm --enable_hci --baudrate 3000000 --patchram /system/bin/BCM4330B1_002.001.003.0221.0265.hcd /dev/s3c2410_serial0 --no2bytes --tosleep=50000
service hciattach /system/bin/logwrapper /system/bin/brcm_patchram_plus --enable_lpm --enable_hci --baudrate 3000000 --patchram /system/bin/BCM4330B1_002.001.003.0485.0501.hcd /dev/s3c2410_serial0 --no2bytes --tosleep=50000
class main
user bluetooth
group bluetooth net_bt_admin
Expand Down
2 changes: 1 addition & 1 deletion shbootimg.mk
Expand Up @@ -3,7 +3,7 @@ LOCAL_PATH := $(call my-dir)
INSTALLED_BOOTIMAGE_TARGET := $(PRODUCT_OUT)/boot.img
$(INSTALLED_BOOTIMAGE_TARGET): $(TARGET_PREBUILT_KERNEL) $(recovery_ramdisk) $(INSTALLED_RAMDISK_TARGET) $(PRODUCT_OUT)/utilities/flash_image $(PRODUCT_OUT)/utilities/busybox
$(call pretty,"Boot image: $@")
$(hide) ./device/samsung/note/mkshbootimg.py $@ $(TARGET_PREBUILT_KERNEL) $(INSTALLED_RAMDISK_TARGET) $(recovery_ramdisk)
$(hide) ./device/samsung/galaxynote/mkshbootimg.py $@ $(TARGET_PREBUILT_KERNEL) $(INSTALLED_RAMDISK_TARGET) $(recovery_ramdisk)

$(INSTALLED_RECOVERYIMAGE_TARGET): $(INSTALLED_BOOTIMAGE_TARGET)
$(ACP) $(INSTALLED_BOOTIMAGE_TARGET) $@

0 comments on commit 0848065

Please sign in to comment.