Fix routing and ip addresses

This commit is contained in:
Mattias Walström
2026-06-19 11:38:08 +02:00
parent 4aa7de03d0
commit 8916376cbd
8 changed files with 1166 additions and 252 deletions
+1
View File
@@ -28,6 +28,7 @@ define YANGERD_INSTALL_EXTRA
>> $(TARGET_DIR)/etc/default/yangerd
echo 'YANGERD_ENABLE_GPS=$(if $(BR2_PACKAGE_GPSD),true,false)' \
>> $(TARGET_DIR)/etc/default/yangerd
echo 'YANGERD_LOG_LEVEL=deug' >> $(TARGET_DIR)/etc/default/yangerd
endef
YANGERD_POST_INSTALL_TARGET_HOOKS += YANGERD_INSTALL_EXTRA