Skip to content

Commit cc33831

Browse files
Fixed IPv6
Remove useless patchs Signed-off-by: Nicholas Sun <nicholas-sun@outlook.com>
1 parent c50e773 commit cc33831

3 files changed

Lines changed: 8 additions & 121 deletions

File tree

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
#!/bin/sh
2+
3+
[ "$ACTION" = ifup -o "$ACTION" = ifupdate ] || exit 0
4+
[ "$ACTION" = ifupdate -a -z "$IFUPDATE_ADDRESSES" -a -z "$IFUPDATE_DATA" ] && exit 0
5+
6+
logger -t odhcpd "Reloading odhcpd due to $ACTION of $INTERFACE ($DEVICE)"
7+
8+
"/etc/init.d/odhcpd" restart

PATCH/netifd/100-system-linux-fix-autoneg-for-2.5G-5G-10G.patch

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

SCRIPTS/02_prepare_package.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,6 @@ CONFIG_LRNG_JENT=y
5656
CONFIG_LRNG_CPU=y
5757
# CONFIG_LRNG_SCHED is not set
5858
' >>./target/linux/generic/config-5.15
59-
# Netifd
60-
mkdir -p package/network/config/netifd/patches
61-
cp -f ../PATCH/netifd/100-system-linux-fix-autoneg-for-2.5G-5G-10G.patch ./package/network/config/netifd/patches/100-system-linux-fix-autoneg-for-2.5G-5G-10G.patch
6259

6360
## Change x86 & rockchip target and u-boot
6461
rm -rf ./target/linux/rockchip

0 commit comments

Comments
 (0)