File tree Expand file tree Collapse file tree
overlays/enable-usb-eth-hotplug Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,11 +8,11 @@ OUTPUT_FILE := firmware/firmware.bin
88
99ifeq (basic,$(PROFILE ) )
1010OVERLAYS += store-version kernel-modules
11- OVERLAYS += enable-ssh enable-usb-eth-hotplug disable-wlan-power-save disable-ipv6
11+ OVERLAYS += enable-ssh disable-wlan-power-save disable-ipv6
1212OVERLAYS += enable-native-camera-fluidd
1313else ifeq (extended,$(PROFILE))
1414OVERLAYS += store-version kernel-modules
15- OVERLAYS += enable-ssh enable-usb-eth-hotplug disable-wlan-power-save disable-ipv6
15+ OVERLAYS += enable-ssh disable-wlan-power-save disable-ipv6
1616OVERLAYS += stub-fluidd-timelapse camera-v4l2-mpp fluidd-upgrade
1717OVERLAYS += rfid-support
1818OVERLAYS += enable-klipper-includes enable-moonraker-apprise
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ and the [release notes](https://github.com/paxx12/SnapmakerU1/releases/latest).
1818### Basic Firmware
1919
2020- [ SSH Access] ( docs/ssh_access.md ) - Remote shell access with ` root/snapmaker ` and ` lava/snapmaker `
21- - [ USB Ethernet Adapters] ( docs/usb_ethernet.md ) - Hot-plug support for USB ethernet devices
21+ - USB Ethernet Adapters - Hot-plug support with automatic DHCP configuration
2222- [ Data Persistence] ( docs/data_persistence.md ) - Persistent storage across firmware updates
2323- Enable fluidd automatically with camera feed.
2424- Disable IPv6 to fix camera issues with Snorca app in LAN mode.
@@ -44,7 +44,6 @@ Known issues:
4444- [ Installation Guide] ( docs/install.md ) - How to install custom firmware
4545- [ Building from Source] ( docs/development.md ) - Development guide for building custom firmware
4646- [ SSH Access] ( docs/ssh_access.md ) - How to access the printer via SSH
47- - [ USB Ethernet] ( docs/usb_ethernet.md ) - USB ethernet adapter configuration
4847- [ Camera Support] ( docs/camera_support.md ) - Camera features and WebRTC streaming
4948- [ Klipper and Moonraker Custom Includes] ( docs/klipper_includes.md ) - Add custom configuration files via Fluidd
5049- [ RFID Filament Tag Support] ( docs/rfid_support.md ) - RFID filament tag usage and programming
Original file line number Diff line number Diff line change @@ -55,7 +55,6 @@ The build system supports two profiles:
5555### Feature Overlays
5656
5757- ` enable-ssh ` - Enable SSH access
58- - ` enable-usb-eth-hotplug ` - USB ethernet adapter hot-plug support
5958- ` disable-wlan-power-save ` - Disable WLAN power saving
6059- ` enable-native-camera-fluidd ` - Native camera integration in Fluidd (~ 1Hz)
6160- ` camera-v4l2-mpp ` - Hardware-accelerated camera stack (MPP/VPU)
@@ -71,7 +70,6 @@ The build system supports two profiles:
7170│ ├── store-version/ Store firmware version
7271│ ├── kernel-modules/ Kernel module compilation
7372│ ├── enable-ssh/ SSH access configuration
74- │ ├── enable-usb-eth-hotplug/ USB ethernet hot-plug
7573│ ├── disable-wlan-power-save/ Disable WLAN power saving
7674│ ├── enable-native-camera-fluidd/ Native camera for Fluidd
7775│ ├── camera-v4l2-mpp/ Hardware-accelerated camera (MPP/VPU)
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments