ipip6 seems to be merged into official OpenWrt 23.05.3 (Released: Fri, 22 Mar 2024)
- ds-lite: Add support for IPIP6(RFC2473) tunnel · openwrt/openwrt@21eeb45
- luci-proto-ipv6: Add support for IPIP6(RFC2473) tunnel by missing233 · Pull Request #6875 · openwrt/luci
So, it reports conflicts if you are trying to install this ipip6 package into OpenWrt 23.05.3.
This is an ipip6 package feed containing community maintained package.
Check [OpenWrt Wiki] Build system usage about how to build.
To use these packages, add the following line to the feeds.conf in the OpenWrt buildroot:
src-git ipip6 https://github.com/HiraokaHyperTools/openwrt-ipip6.git
This feed should be included and enabled by default in the OpenWrt buildroot. To install all its package definitions, run:
./scripts/feeds update ipip6
./scripts/feeds install ipip6
The ipip6 package should now appear in menuconfig.
make menuconfig
Enter Network:
Check ipip6 with M:
Save to .config.
And then Exit.
The following command will make package bin/packages/mipsel_24kc/ipip6/ipip6_0.1-4_all.ipk or such.
make package/ipip6/compile

