Your ROOT_URL in app.ini is unix://git.lalonde.me:3000/ but you are visiting https://git.lalonde.me/matth/coreboot_buildroot_project/commit/11438ff2b2521003f64818e94b9b8a8c9395bed6?style=split&whitespace=show-all
You should set ROOT_URL correctly, otherwise the web may not work correctly.
1 changed files with
6 additions and
4 deletions
@ -1172,7 +1172,7 @@ CONFIG_DM_UEVENT=y
# CONFIG_FIREWIRE_NOSY is not set
# CONFIG_FIREWIRE_NOSY is not set
# CONFIG_MACINTOSH_DRIVERS is not set
# CONFIG_MACINTOSH_DRIVERS is not set
CONFIG_NETDEVICES=y
CONFIG_NETDEVICES=y
CONFIG_MII=y
CONFIG_MII=m
CONFIG_NET_CORE=y
CONFIG_NET_CORE=y
# CONFIG_BONDING is not set
# CONFIG_BONDING is not set
# CONFIG_DUMMY is not set
# CONFIG_DUMMY is not set
@ -1221,10 +1221,12 @@ CONFIG_ETHERNET=y
# CONFIG_NET_VENDOR_EXAR is not set
# CONFIG_NET_VENDOR_EXAR is not set
# CONFIG_NET_VENDOR_HP is not set
# CONFIG_NET_VENDOR_HP is not set
CONFIG_NET_VENDOR_INTEL=y
CONFIG_NET_VENDOR_INTEL=y
CONFIG_E100=y
# CONFIG_E100 is not set
CONFIG_E1000=y
CONFIG_E1000=y
# CONFIG_E1000E is not set
CONFIG_E1000E=m
# CONFIG_IGB is not set
CONFIG_IGB=m
CONFIG_IGB_HWMON=y
CONFIG_IGB_DCA=y
# CONFIG_IGBVF is not set
# CONFIG_IGBVF is not set
# CONFIG_IXGB is not set
# CONFIG_IXGB is not set
# CONFIG_IXGBE is not set
# CONFIG_IXGBE is not set