Skip to content

Commit fc14564

Browse files
committed
Remove enable-usb-eth-hotplug overlay
The USB ethernet hotplug overlay is no longer needed and has been removed from both build profiles and documentation.
1 parent f60e73e commit fc14564

7 files changed

Lines changed: 3 additions & 55 deletions

File tree

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ OUTPUT_FILE := firmware/firmware.bin
88

99
ifeq (basic,$(PROFILE))
1010
OVERLAYS += 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
1212
OVERLAYS += enable-native-camera-fluidd
1313
else ifeq (extended,$(PROFILE))
1414
OVERLAYS += 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
1616
OVERLAYS += stub-fluidd-timelapse camera-v4l2-mpp fluidd-upgrade
1717
OVERLAYS += rfid-support
1818
OVERLAYS += enable-klipper-includes enable-moonraker-apprise

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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

docs/development.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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)

docs/usb_ethernet.md

Lines changed: 0 additions & 34 deletions
This file was deleted.

overlays/enable-usb-eth-hotplug/patches/01-enable-dhcp-eth0.patch

Lines changed: 0 additions & 11 deletions
This file was deleted.

overlays/enable-usb-eth-hotplug/root/etc/network/interfaces.d/eth0

Lines changed: 0 additions & 2 deletions
This file was deleted.

overlays/enable-usb-eth-hotplug/root/etc/udev/rules.d/50-eth0.rules

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)