Skip to content

Commit

Permalink
rebrand to lineage
Browse files Browse the repository at this point in the history
  • Loading branch information
gr8nole committed Jan 1, 2017
1 parent ce01381 commit 50603e8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion BoardConfig.mk
Expand Up @@ -20,7 +20,7 @@

# Kernel
TARGET_KERNEL_SOURCE := kernel/samsung/smdk4x12
TARGET_KERNEL_CONFIG := cyanogenmod_lt01wifi_defconfig
TARGET_KERNEL_CONFIG := lineage_lt01wifi_defconfig

# Properties
TARGET_SYSTEM_PROP += device/samsung/lt01wifi/system.prop
Expand Down
File renamed without changes.
4 changes: 2 additions & 2 deletions cm.mk → lineage.mk
@@ -1,15 +1,15 @@
# Release name
PRODUCT_RELEASE_NAME := lt01wifi

# Inherit some common CM stuff.
# Inherit some common stuff.
$(call inherit-product, vendor/cm/config/common_full_tablet_wifionly.mk)

# Inherit device configuration
$(call inherit-product, device/samsung/lt01wifi/full_lt01wifi.mk)

# Device identifier. This must come after all inclusions
PRODUCT_DEVICE := lt01wifi
PRODUCT_NAME := cm_lt01wifi
PRODUCT_NAME := lineage_lt01wifi
PRODUCT_BRAND := samsung
PRODUCT_MODEL := SM-T310
PRODUCT_MANUFACTURER := samsung
Expand Down
1 change: 1 addition & 0 deletions rootdir/fstab.smdk4x12
Expand Up @@ -17,3 +17,4 @@
/dev/block/platform/dw_mmc/by-name/BOOT /boot emmc defaults recoveryonly
/dev/block/platform/dw_mmc/by-name/RECOVERY /recovery emmc defaults recoveryonly
/dev/block/platform/dw_mmc/by-name/OTA /misc emmc defaults defaults

0 comments on commit 50603e8

Please sign in to comment.