Skip to content

Instantly share code, notes, and snippets.

@shink
shink / maven-mirror-confluent.md
Created September 17, 2022 13:59
maven-mirror-confluent
<mirror>
  <id>confluent</id>
  <mirrorOf>confluent</mirrorOf>
  <name>Confluent</name>
  <url>https://packages.confluent.io/maven/</url>
</mirror>
@shink
shink / phicomm-k2p.config
Last active February 6, 2021 04:59
.config file used to compile OpenWrt firmware for PHICOMM K2P.
# device info
CONFIG_TARGET_ramips=y
CONFIG_TARGET_ramips_mt7621=y
CONFIG_TARGET_ramips_mt7621_DEVICE_phicomm_k2p=y
# mips fpu
CONFIG_KERNEL_MIPS_FPU_EMULATOR=y
# package
CONFIG_PACKAGE_curl=y