Skip to content

Commit

Permalink
kernel: built from official sources
Browse files Browse the repository at this point in the history
  • Loading branch information
codeworkx committed Mar 19, 2012
1 parent 296a351 commit 6aee6af
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 7 deletions.
2 changes: 1 addition & 1 deletion cm.mk
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ PRODUCT_BRAND := Samsung
PRODUCT_MODEL := GT-I9100

#Set build fingerprint / ID / Prduct Name ect.
PRODUCT_BUILD_PROP_OVERRIDES += PRODUCT_NAME=GT-I9100 BUILD_DISPLAY_ID=IML74K BUILD_FINGERPRINT=samsung/GT-I9100/GT-I9100:4.0.3/IML74K/XXLPB:user/release-keys PRIVATE_BUILD_DESC="GT-I9100-user 4.0.3 IML74K XXLPB release-keys"
PRODUCT_BUILD_PROP_OVERRIDES += PRODUCT_NAME=GT-I9100 BUILD_DISPLAY_ID=IML74K BUILD_FINGERPRINT=samsung/GT-I9100/GT-I9100:4.0.3/IML74K/XXLPQ:user/release-keys PRIVATE_BUILD_DESC="GT-I9100-user 4.0.3 IML74K XXLPQ release-keys"
6 changes: 1 addition & 5 deletions galaxys2.mk
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ PRODUCT_COPY_FILES += \
device/samsung/galaxys2/usr/idc/sec_touchscreen.idc:system/usr/idc/sec_touchscreen.idc

# Kernel modules for ramdisk
RAMDISK_MODULES := $(addprefix device/samsung/galaxys2/modules/,dhd.ko j4fs.ko \
RAMDISK_MODULES := $(addprefix device/samsung/galaxys2/modules/,dhd.ko \
scsi_wait_scan.ko Si4709_driver.ko)
PRODUCT_COPY_FILES += $(foreach module,\
$(RAMDISK_MODULES),\
Expand All @@ -63,10 +63,6 @@ PRODUCT_COPY_FILES += $(foreach module,\
$(filter-out $(RAMDISK_MODULES),$(wildcard device/samsung/galaxys2/modules/*.ko)),\
$(module):system/lib/modules/$(notdir $(module)))

# Kernel modules for recovery ramdisk
PRODUCT_COPY_FILES += \
device/samsung/galaxys2/modules/j4fs.ko:recovery/root/lib/modules/j4fs.ko

# The kernel itself
PRODUCT_COPY_FILES += \
device/samsung/galaxys2/zImage:kernel
Expand Down
1 change: 0 additions & 1 deletion init.smdk4210.rc
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ on fs
on post-fs-data
# insmod kernel modules
insmod /lib/modules/Si4709_driver.ko
insmod /lib/modules/j4fs.ko

This comment has been minimized.

Copy link
@myfluxi

myfluxi Mar 20, 2012

You may delete the modules/j4fs.ko file from the repo as well. Cheers.


# mount param.lfs
mount j4fs /dev/block/mmcblk0p4 /mnt/.lfs
Expand Down
Binary file modified modules/Si4709_driver.ko
Binary file not shown.
Binary file modified modules/dhd.ko
Binary file not shown.
Binary file modified modules/scsi_wait_scan.ko
Binary file not shown.
Binary file modified zImage
Binary file not shown.

1 comment on commit 6aee6af

@sgrb
Copy link

@sgrb sgrb commented on 6aee6af Mar 20, 2012

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

j4fs is also opensource (see https://github.com/GalaxySII/samsung-kernel-galaxysii/tree/gt-i9100-gingerbread/drivers/samsung/j4fs), so you can rebuild it from source too instead of using blob.

Please sign in to comment.