Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit 80c06a32 authored by Robert Nelson's avatar Robert Nelson
Browse files

bb-usb-gadgets (1.20240521.2)


Signed-off-by: default avatarRobert Nelson <robertcnelson@gmail.com>
parent 45859004
Branches
No related merge requests found
* Mainline linux is removing RNDIS support, default to only NCM usb0 which works in Windows 11
* Automatically generate /etc/default/bb-mac-addr if file doesnt exist
* Add eth1-DHCP.network example
* RNDIS broken on riscv, just disable
......@@ -9,4 +9,5 @@
##USB_BOOT_MMC_ENABLED=yes
# Mainline Linux is removing RNDIS Support, NCM works in Windows 11...
##USB_RNDIS_DISABLED=yes
# RNDIS is also broken on RISCV
USB_RNDIS_DISABLED=yes
bb-usb-gadgets (1.20240521.1-0~lunar+20240521) lunar; urgency=low
bb-usb-gadgets (1.20240521.2-0~lunar+20240521) lunar; urgency=low
* Mainline linux is removing RNDIS support, default to only NCM usb0 which works in Windows 11
* Automatically generate /etc/default/bb-mac-addr if file doesnt exist
* Add eth1-DHCP.network example
* RNDIS broken on riscv, just disable
-- Robert Nelson <robertcnelson@gmail.com> Tue, 21 May 2024 16:19:51 -0500
-- Robert Nelson <robertcnelson@gmail.com> Tue, 21 May 2024 16:27:17 -0500
......@@ -9,4 +9,5 @@
##USB_BOOT_MMC_ENABLED=yes
# Mainline Linux is removing RNDIS Support, NCM works in Windows 11...
##USB_RNDIS_DISABLED=yes
# RNDIS is also broken on RISCV
USB_RNDIS_DISABLED=yes
bb-usb-gadgets (1.20240521.1-0~mantic+20240521) mantic; urgency=low
bb-usb-gadgets (1.20240521.2-0~mantic+20240521) mantic; urgency=low
* Mainline linux is removing RNDIS support, default to only NCM usb0 which works in Windows 11
* Automatically generate /etc/default/bb-mac-addr if file doesnt exist
* Add eth1-DHCP.network example
* RNDIS broken on riscv, just disable
-- Robert Nelson <robertcnelson@gmail.com> Tue, 21 May 2024 16:19:51 -0500
-- Robert Nelson <robertcnelson@gmail.com> Tue, 21 May 2024 16:27:17 -0500
......@@ -9,4 +9,5 @@
##USB_BOOT_MMC_ENABLED=yes
# Mainline Linux is removing RNDIS Support, NCM works in Windows 11...
##USB_RNDIS_DISABLED=yes
# RNDIS is also broken on RISCV
USB_RNDIS_DISABLED=yes
bb-usb-gadgets (1.20240521.1-0~noble+20240521) noble; urgency=low
bb-usb-gadgets (1.20240521.2-0~noble+20240521) noble; urgency=low
* Mainline linux is removing RNDIS support, default to only NCM usb0 which works in Windows 11
* Automatically generate /etc/default/bb-mac-addr if file doesnt exist
* Add eth1-DHCP.network example
* RNDIS broken on riscv, just disable
-- Robert Nelson <robertcnelson@gmail.com> Tue, 21 May 2024 16:19:51 -0500
-- Robert Nelson <robertcnelson@gmail.com> Tue, 21 May 2024 16:27:17 -0500
......@@ -9,4 +9,5 @@
##USB_BOOT_MMC_ENABLED=yes
# Mainline Linux is removing RNDIS Support, NCM works in Windows 11...
##USB_RNDIS_DISABLED=yes
# RNDIS is also broken on RISCV
USB_RNDIS_DISABLED=yes
bb-usb-gadgets (1.20240521.1-0~sid+20240521) sid; urgency=low
bb-usb-gadgets (1.20240521.2-0~sid+20240521) sid; urgency=low
* Mainline linux is removing RNDIS support, default to only NCM usb0 which works in Windows 11
* Automatically generate /etc/default/bb-mac-addr if file doesnt exist
* Add eth1-DHCP.network example
* RNDIS broken on riscv, just disable
-- Robert Nelson <robertcnelson@gmail.com> Tue, 21 May 2024 16:19:51 -0500
-- Robert Nelson <robertcnelson@gmail.com> Tue, 21 May 2024 16:27:17 -0500
......@@ -2,7 +2,7 @@
package_name="bb-usb-gadgets"
debian_pkg_name="${package_name}"
package_version="1.20240521.1"
package_version="1.20240521.2"
package_source=""
src_dir=""
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment