Draft: lg-f320, pantech-ef50, pantech-ef71, samsung-tre3calte : Add support
Hello, I ported to these devices a while ago, but I was very busy so I'm uploading it now. Following devices are ported and working
LG Mobile - G2 Korea (LG-F320 / lg-f320)
Pantech Wireless - VEGA R3 (IM-A850 / pantech-ef50)
Pantech Wireless - SKY I'm Back (IM-100 / pantech-ef71)
Samsung Mobile - Galaxy Note 4 S-LTE (SM-N916 / samsung-tre3calte)
For "Galaxy Note 4 S-LTE", it has a broadcom wifi, and I attempted to fix it but failed. For "VEGA R3", it has a Qualcomm Wifi, and I attempted to fix it by injecting it's firmware blobs and successed. However, I can't make the firmware-pantech-ef50 package properly, so it is not working. Thanks!
Merge request reports
Activity
62 62 + -fno-delete-null-pointer-checks \ 63 63 + -std=gnu89 64 64 + 65 KBUILD_AFLAGS_KERNEL := 66 KBUILD_CFLAGS_KERNEL := 67 KBUILD_AFLAGS := -D__ASSEMBLY__ 1 # Reference: <https://postmarketos.org/deviceinfo> 2 # Please use double quotes only. You can source this file in shell 3 # scripts. 4 5 deviceinfo_format_version="0" 6 deviceinfo_name="SKY I'm Back" 7 deviceinfo_manufacturer="SKY" 20 nvram_net.txt::https://raw.githubusercontent.com/HexagonWin/tre3calte_wifi/main/nvram_net.txt" 21 22 build() { 23 devicepkg_build $startdir $pkgname 24 } 25 26 package() { 27 devicepkg_package $startdir $pkgname 28 # Disable v4l (video4linux), because without the camera firmware 29 # blobs this makes dev hang with the kernel this device uses (#1033) 30 mkdir -p "$pkgdir"/etc/udev/rules.d/ 31 ln -s /dev/null "$pkgdir"/etc/udev/rules.d/60-persistent-v4l.rules 32 33 } 34 35 nonfree_firmware() { - device/testing/linux-pantech-ef71/APKBUILD 0 → 100644
- device/testing/linux-pantech-ef50/APKBUILD 0 → 100644
- device/testing/linux-lg-f320/APKBUILD 0 → 100644
22 build() { 23 devicepkg_build $startdir $pkgname 24 } 25 26 package() { 27 devicepkg_package $startdir $pkgname 28 # Disable v4l (video4linux), because without the camera firmware 29 # blobs this makes dev hang with the kernel this device uses (#1033) 30 mkdir -p "$pkgdir"/etc/udev/rules.d/ 31 ln -s /dev/null "$pkgdir"/etc/udev/rules.d/60-persistent-v4l.rules 32 33 } 34 35 nonfree_firmware() { 36 pkgdesc="Wifi firmware" 37 depends="firmware-aosp-broadcom-wlan" I'd even go so far as to say that splitting this into individual commits (where it makes sense to) is required. @HexagonWin if you need help determining that, let us know!
added categorydevice label
added porting label
Sorry to bother you @HexagonWin,
but we've detected that this merge request hasn't seen any recent activity. If you need help or want to discuss your approach with developers you can ping
@postmarketOS
. You can also ask on matrix in #devel:postmarketos.org or #postmarketos-devel on OFTC. If no further activity occurs in this MR, postmarketOS developers may close it in the future.Thanks for your contribution.