Skip to content

Commit a95651e

Browse files
committed
Revert "Disable IPv6 (#47)"
This reverts commit 557e30a.
1 parent fc14564 commit a95651e

3 files changed

Lines changed: 2 additions & 5 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 disable-wlan-power-save disable-ipv6
11+
OVERLAYS += enable-ssh disable-wlan-power-save
1212
OVERLAYS += enable-native-camera-fluidd
1313
else ifeq (extended,$(PROFILE))
1414
OVERLAYS += store-version kernel-modules
15-
OVERLAYS += enable-ssh disable-wlan-power-save disable-ipv6
15+
OVERLAYS += enable-ssh disable-wlan-power-save
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: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ and the [release notes](https://github.com/paxx12/SnapmakerU1/releases/latest).
2121
- 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.
24-
- Disable IPv6 to fix camera issues with Snorca app in LAN mode.
2524

2625
### Extended Firmware
2726

overlays/disable-ipv6/root/etc/sysctl.d/90-disable-ipv6.conf

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

0 commit comments

Comments
 (0)